mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
release: don't build libseccomp if we're on darwin
This commit is contained in:
parent
c4f349d572
commit
a31347d6ec
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ let
|
|||
[ curl bison flex perl libxml2 libxslt bzip2 xz
|
||||
dblatex (dblatex.tex or tetex) nukeReferences pkgconfig sqlite libsodium
|
||||
docbook5 docbook5_xsl
|
||||
libseccomp
|
||||
] ++ lib.optional (!lib.inNixShell) git;
|
||||
] ++ lib.optional stdenv.isLinux libseccomp
|
||||
++ lib.optional (!lib.inNixShell) git;
|
||||
|
||||
configureFlags = ''
|
||||
--with-dbi=${perlPackages.DBI}/${perl.libPrefix}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue