mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Adds ghc version to the patch file
This commit is contained in:
parent
2ae46bc163
commit
d45aff5327
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = []
|
||||
++ 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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user