Skip to content

Commit

Permalink
release-common: prefer utillinuxMinimal to reduce compile-time deps
Browse files Browse the repository at this point in the history
Honestly could probably use busybox here instead, but at least
with utillinuxMinimal there's no build-time dependency on systemd.
  • Loading branch information
dtzWill committed Jun 18, 2018
1 parent b920b90 commit 25cb1a6
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 25cb1a6

Please sign in to comment.