diff options
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r-- | pkgs/system/all-packages-generic.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 03b238fe73f6..e8d72135dc77 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -559,6 +559,11 @@ inherit fetchurl stdenv; }; + utillinux = (import ../os-specific/linux/util-linux) { + inherit fetchurl stdenv; + patch = gnupatch; + }; + ### DATA |