mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #11773 from ip1981/ip1981/lxc
LXC: make sure configure script does not guess
This commit is contained in:
commit
e51fa468b3
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
|
|||
"--sysconfdir=/etc"
|
||||
"--enable-doc"
|
||||
"--disable-api-docs"
|
||||
"--with-init-script=none"
|
||||
"--with-distro=nixos" # just to be sure it is "unknown"
|
||||
] ++ optional (libapparmor != null) "--enable-apparmor"
|
||||
++ optional (libselinux != null) "--enable-selinux"
|
||||
++ optional (libseccomp != null) "--enable-seccomp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue