redis: move pkgconfig to nativeBuildInputs
This commit is contained in:
parent
c33e078c01
commit
17f33c9be1
@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ lua pkgconfig ]
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
buildInputs = [ lua ]
|
||||||
++ stdenv.lib.optional (stdenv.isLinux && !stdenv.hostPlatform.isMusl) systemd
|
++ stdenv.lib.optional (stdenv.isLinux && !stdenv.hostPlatform.isMusl) systemd
|
||||||
++ stdenv.lib.optionals tlsSupport [ openssl ];
|
++ stdenv.lib.optionals tlsSupport [ openssl ];
|
||||||
# More cross-compiling fixes.
|
# More cross-compiling fixes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user