From 00e6cc94ae18c6d5f43f2849b81dff1cf35f48ad Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Tue, 27 Mar 2018 12:39:56 -0500 Subject: Cleanup all-packages.nix --- pkgs/top-level/all-packages.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c1f9e198aafa..d7e581eff7ed 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -13086,7 +13086,7 @@ with pkgs; }) else if stdenv.isLinux then utillinuxMinimal - else libossp_uuid; + else null; light = callPackage ../os-specific/linux/light { }; @@ -21135,5 +21135,6 @@ with pkgs; # Unix tools unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { }); - inherit (unixtools) hexdump ps logger eject modprobe umount mount wall hostname more; + inherit (unixtools) hexdump ps logger eject modprobe umount + mount wall hostname more sysctl; } -- cgit 1.4.1