Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d8e16173d03
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 775b1f6daa2b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2019

  1. iasl: drop uneeded patch

    (cherry picked from commit c29b2cb)
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    775b1f6 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −6 pkgs/development/compilers/iasl/default.nix
6 changes: 0 additions & 6 deletions pkgs/development/compilers/iasl/default.nix
Original file line number Diff line number Diff line change
@@ -17,12 +17,6 @@ stdenv.mkDerivation rec {

buildInputs = [ bison flex ];

patches = fetchpatch {
/* https://github.com/acpica/acpica/pull/389 */
url = "https://github.com/acpica/acpica/commit/935ca65f7806a3ef9bd02a947e50f3a1f586ac67.patch";
sha256 = "0jz4bakifphm425shbd1j99hldgy71m7scl8mwibm441d56l3ydf";
};

installPhase =
''
install -d $out/bin