Merge pull request #280659 from eclairevoyant/pacman
pacman: fix build with `strictDeps = true;`
This commit is contained in:
@@ -48,9 +48,12 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-fY4+jFEhrsCWXfcfWb7fRgUsbPFPljZcRBHsPeCkwaU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
asciidoc
|
||||
installShellFiles
|
||||
libarchive
|
||||
makeWrapper
|
||||
meson
|
||||
ninja
|
||||
|
||||
Reference in New Issue
Block a user