Skip to content

Commit

Permalink
seturgent: Move out from linuxPackages_*
Browse files Browse the repository at this point in the history
It's not a kernel module at all!
  • Loading branch information
dezgeg committed Jan 30, 2018
1 parent ab5357b commit af38f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -13086,8 +13086,6 @@ with pkgs;

prl-tools = callPackage ../os-specific/linux/prl-tools { };

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

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

inherit (callPackage ../os-specific/linux/spl {})
Expand Down Expand Up @@ -13414,6 +13412,8 @@ with pkgs;

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

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

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

sinit = callPackage ../os-specific/linux/sinit {
Expand Down

0 comments on commit af38f1a

Please sign in to comment.