Skip to content

Commit

Permalink
Merge pull request #96103 from deviant/remove-rfkill
Browse files Browse the repository at this point in the history
rfkill: remove
  • Loading branch information
edolstra committed Aug 24, 2020
2 parents 4f68ebf + b63b5ed commit 63b8d53
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 29 deletions.
1 change: 0 additions & 1 deletion nixos/modules/tasks/network-interfaces.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,6 @@ in
++ optionals config.networking.wireless.enable [
pkgs.wirelesstools # FIXME: obsolete?
pkgs.iw
pkgs.rfkill
]
++ bridgeStp;

Expand Down
4 changes: 2 additions & 2 deletions pkgs/desktops/deepin/dde-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
, librsvg
, poppler
, pulseaudio
, rfkill
, utillinux
, xcur2png
}:

Expand Down Expand Up @@ -49,7 +49,7 @@ buildGoPackage rec {
blur-effect # run (is it really needed?)
coreutils # run (is it really needed?)
fontconfig # run (is it really needed?)
rfkill # run
utillinux # run
xcur2png # run
grub2 # run (is it really needed?)
];
Expand Down
20 changes: 0 additions & 20 deletions pkgs/os-specific/linux/rfkill/default.nix

This file was deleted.

8 changes: 4 additions & 4 deletions pkgs/tools/bluetooth/blueberry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, intltool
, pavucontrol
, python3Packages
, rfkill
, utillinux
, wrapGAppsHook
}:

Expand All @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
cinnamon.xapps
gnome3.gnome-bluetooth
python3Packages.python
rfkill
utillinux
];

pythonPath = with python3Packages; [
Expand Down Expand Up @@ -68,8 +68,8 @@ stdenv.mkDerivation rec {
--replace /usr/lib/blueberry $out/lib/blueberry \
--replace /usr/share $out/share
substituteInPlace $out/lib/blueberry/rfkillMagic.py \
--replace /usr/bin/rfkill ${rfkill}/bin/rfkill \
--replace /usr/sbin/rfkill ${rfkill}/bin/rfkill \
--replace /usr/bin/rfkill ${utillinux}/bin/rfkill \
--replace /usr/sbin/rfkill ${utillinux}/bin/rfkill \
--replace /usr/lib/blueberry $out/lib/blueberry
substituteInPlace $out/share/applications/blueberry.desktop \
--replace Exec=blueberry Exec=$out/bin/blueberry
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ mapAliases ({
recordmydesktop = throw "recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
rkt = throw "rkt was archived by upstream"; # added 2020-05-16
ruby_2_0_0 = throw "deprecated 2018-0213: use a newer version of ruby";
ruby_2_1_0 = throw "deprecated 2018-0213: use a newer version of ruby";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18177,8 +18177,6 @@ in

regionset = callPackage ../os-specific/linux/regionset { };

rfkill = callPackage ../os-specific/linux/rfkill { };

rfkill_udev = callPackage ../os-specific/linux/rfkill/udev.nix { };

riscv-pk = callPackage ../misc/riscv-pk { };
Expand Down

0 comments on commit 63b8d53

Please sign in to comment.