nix: fix a tiny option bug
This commit is contained in:
parent
bf2a90298a
commit
c9fcabcf4b
@ -74,7 +74,7 @@ let
|
|||||||
stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform ? nix && stdenv.hostPlatform.nix ? system
|
stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform ? nix && stdenv.hostPlatform.nix ? system
|
||||||
) ''--with-system=${stdenv.hostPlatform.nix.system}''
|
) ''--with-system=${stdenv.hostPlatform.nix.system}''
|
||||||
# RISC-V support in progress https://github.com/seccomp/libseccomp/pull/50
|
# RISC-V support in progress https://github.com/seccomp/libseccomp/pull/50
|
||||||
++ lib.optional (!libseccomp.meta.available) "--disable-seccomp-sandboxing";
|
++ lib.optional (!withLibseccomp) "--disable-seccomp-sandboxing";
|
||||||
|
|
||||||
makeFlags = "profiledir=$(out)/etc/profile.d";
|
makeFlags = "profiledir=$(out)/etc/profile.d";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user