Skip to content

Commit

Permalink
ghc: drop patch that disables use of response files
Browse files Browse the repository at this point in the history
NixOS#11762 has been fixed by
NixOS@1ad1edb.
  • Loading branch information
peti authored and corngood committed Nov 20, 2016
1 parent 175461e commit 02668d6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion pkgs/development/compilers/ghc/7.10.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
patches = [
docFixes
./relocation.patch
./ghc-7.x-dont-pass-linker-flags-via-response-files.patch # https://github.com/NixOS/nixpkgs/issues/10752
];

buildInputs = [ ghc perl libxml2 libxslt docbook_xsl docbook_xml_dtd_45 docbook_xml_dtd_42 hscolour ];
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/compilers/ghc/8.0.1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
};

patches = [
./ghc-8.x-dont-pass-linker-flags-via-response-files.patch # https://github.com/NixOS/nixpkgs/issues/10752
./relocation.patch

# Fix https://ghc.haskell.org/trac/ghc/ticket/12130
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/development/compilers/ghc/head.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ in stdenv.mkDerivation (rec {
sha256 = "1ryggmz961qd0fl50rkjjvi6g9azwla2vx9310a9nzjaj5x6ib4y";
};

# This shouldn't be necessary since 1ad1edbb32ce01ba8b47d8e8dad357b0edd6a4dc, but
# see http://hydra.cryp.to/build/2061608/nixlog/1/raw
patches = [ ./ghc-HEAD-dont-pass-linker-flags-via-response-files.patch ];

postPatch = ''
echo ${version} >VERSION
echo ${rev} >GIT_COMMIT_ID
Expand Down

0 comments on commit 02668d6

Please sign in to comment.