From d45aff53276d263ff1df73c001873f0ed64bffd3 Mon Sep 17 00:00:00 2001 From: Lukasz Czyzykowski Date: Sun, 11 Jun 2017 21:52:41 +0200 Subject: [PATCH] Adds ghc version to the patch file --- pkgs/development/compilers/ghc/8.0.2.nix | 2 +- .../{no-cpp-warnings.patch => ghc-8.0.2-no-cpp-warnings.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/development/compilers/ghc/{no-cpp-warnings.patch => ghc-8.0.2-no-cpp-warnings.patch} (100%) diff --git a/pkgs/development/compilers/ghc/8.0.2.nix b/pkgs/development/compilers/ghc/8.0.2.nix index 7463eb91e7a8..cc0b1d4eaddf 100644 --- a/pkgs/development/compilers/ghc/8.0.2.nix +++ b/pkgs/development/compilers/ghc/8.0.2.nix @@ -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 ]; diff --git a/pkgs/development/compilers/ghc/no-cpp-warnings.patch b/pkgs/development/compilers/ghc/ghc-8.0.2-no-cpp-warnings.patch similarity index 100% rename from pkgs/development/compilers/ghc/no-cpp-warnings.patch rename to pkgs/development/compilers/ghc/ghc-8.0.2-no-cpp-warnings.patch