mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
pr-2211: cleanup
This commit is contained in:
parent
5ee4472b8b
commit
b333e6d6fe
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ rec {
|
|||
git
|
||||
mercurial
|
||||
]
|
||||
++ lib.optional stdenv.isLinux [libseccomp pkgs.utillinux]
|
||||
++ lib.optional stdenv.isLinux [libseccomp utillinux]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin)
|
||||
(aws-sdk-cpp.override {
|
||||
|
|
Loading…
Reference in a new issue