mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
pacman: fix build with strictDeps = true;
This commit is contained in:
parent
0032a648ec
commit
f574819aa4
@ -48,9 +48,12 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-fY4+jFEhrsCWXfcfWb7fRgUsbPFPljZcRBHsPeCkwaU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
asciidoc
|
||||
installShellFiles
|
||||
libarchive
|
||||
makeWrapper
|
||||
meson
|
||||
ninja
|
||||
|
Loading…
Reference in New Issue
Block a user