Skip to content

Commit

Permalink
Merge pull request NixOS#2240 from dtzWill/fix/use-utillinux-minimal
Browse files Browse the repository at this point in the history
release-common: prefer utillinuxMinimal to reduce compile-time deps
  • Loading branch information
shlevy authored Jun 18, 2018
2 parents b920b90 + 25cb1a6 commit 1fb475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rec {
git
mercurial
]
++ lib.optionals stdenv.isLinux [libseccomp utillinux]
++ lib.optionals stdenv.isLinux [libseccomp utillinuxMinimal]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional (stdenv.isLinux || stdenv.isDarwin)
(aws-sdk-cpp.override {
Expand Down

0 comments on commit 1fb475e

Please sign in to comment.