Merge pull request #137282 from alyssais/acpica

This commit is contained in:
Sandro 2021-09-11 16:03:12 +02:00 committed by GitHub
commit bda0975061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ bison flex ];
# We can handle stripping ourselves.
INSTALLFLAGS = "-m 555";
installFlags = [ "PREFIX=${placeholder "out"}" ];
meta = with lib; {