Merge pull request #68377 from worldofpeace/iasl-fixbuild
iasl: drop uneeded patch
This commit is contained in:
commit
6454eda404
@ -17,12 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ bison flex ];
|
buildInputs = [ bison flex ];
|
||||||
|
|
||||||
patches = fetchpatch {
|
|
||||||
/* https://github.com/acpica/acpica/pull/389 */
|
|
||||||
url = "https://github.com/acpica/acpica/commit/935ca65f7806a3ef9bd02a947e50f3a1f586ac67.patch";
|
|
||||||
sha256 = "0jz4bakifphm425shbd1j99hldgy71m7scl8mwibm441d56l3ydf";
|
|
||||||
};
|
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
install -d $out/bin
|
install -d $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user