Adds ghc version to the patch file
This commit is contained in:
parent
2ae46bc163
commit
d45aff5327
pkgs/development/compilers/ghc
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = []
|
patches = []
|
||||||
++ stdenv.lib.optional stdenv.isLinux ./ghc-no-madv-free.patch
|
++ stdenv.lib.optional stdenv.isLinux ./ghc-no-madv-free.patch
|
||||||
++ stdenv.lib.optional stdenv.isDarwin ./no-cpp-warnings.patch;
|
++ stdenv.lib.optional stdenv.isDarwin ./ghc-8.0.2-no-cpp-warnings.patch;
|
||||||
|
|
||||||
buildInputs = [ ghc perl hscolour sphinx ];
|
buildInputs = [ ghc perl hscolour sphinx ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user