Adds ghc version to the patch file

This commit is contained in:
Lukasz Czyzykowski 2017-06-11 21:52:41 +02:00
parent 2ae46bc163
commit d45aff5327
2 changed files with 1 additions and 1 deletions

View File

@ -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 ];