pacman: set sysconfdir=/etc

This commit is contained in:
Joachim Fasting 2019-05-05 12:39:07 +02:00
parent 42128d962f
commit 96d81151e6
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

@ -16,10 +16,13 @@ stdenv.mkDerivation rec {
# trying to build docs fails with a2x errors, unable to fix through asciidoc
"--disable-doc"
"--sysconfdir=/etc"
"--localstatedir=/var"
"--with-scriptlet-shell=${runtimeShell}"
];
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];