pacman: use runtimeShell as the scriptlet shell
This commit is contained in:
parent
2436c27541
commit
6208273727
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
|
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
|
||||||
zlib, bzip2, lzma }:
|
zlib, bzip2, lzma, runtimeShell }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pacman";
|
pname = "pacman";
|
||||||
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--disable-doc"
|
"--disable-doc"
|
||||||
|
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--with-scriptlet-shell=${runtimeShell}"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user