pacman: set sysconfdir=/etc
This commit is contained in:
parent
42128d962f
commit
96d81151e6
@ -16,10 +16,13 @@ stdenv.mkDerivation rec {
|
|||||||
# trying to build docs fails with a2x errors, unable to fix through asciidoc
|
# trying to build docs fails with a2x errors, unable to fix through asciidoc
|
||||||
"--disable-doc"
|
"--disable-doc"
|
||||||
|
|
||||||
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-scriptlet-shell=${runtimeShell}"
|
"--with-scriptlet-shell=${runtimeShell}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user