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