pacman: fix build with strictDeps = true;

This commit is contained in:
éclairevoyant 2024-01-12 23:09:19 -05:00
parent 0032a648ec
commit f574819aa4
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -48,9 +48,12 @@ stdenv.mkDerivation rec {
hash = "sha256-fY4+jFEhrsCWXfcfWb7fRgUsbPFPljZcRBHsPeCkwaU=";
};
strictDeps = true;
nativeBuildInputs = [
asciidoc
installShellFiles
libarchive
makeWrapper
meson
ninja