summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-20 12:22:57 +0200
committerPeter Simons <simons@cryp.to>2015-05-21 14:57:17 +0200
commitf26b51e00e498f8c238c54840f2f752797f30b3a (patch)
tree87ba771b4a21dbdf6eee7b4ec379849e40fb684d /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent7e55534e8d1da6054dd9934de97e293c3005fb57 (diff)
downloadnixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar.gz
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar.bz2
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar.lz
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar.xz
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.tar.zst
nixpkgs-f26b51e00e498f8c238c54840f2f752797f30b3a.zip
haskell-language-glsl: build has been fixed upstream
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 297c849d650..b1bd3fda7fe 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -66,11 +66,6 @@ self: super: {
     sha256 = "193i1xmq6z0jalwmq0mhqk1khz6zz0i1hs6lgfd7ybd6qyaqnf5f";
   });
 
-  language-glsl = appendPatch super.language-glsl (pkgs.fetchpatch {
-    url = "https://patch-diff.githubusercontent.com/raw/noteed/language-glsl/pull/10.patch";
-    sha256 = "1d8dmfqw9y7v7dlszb7l3wp0vj77j950z2r3r0ar9mcvyrmfm4in";
-  });
-
   # haddock: No input file(s).
   nats = dontHaddock super.nats;
   bytestring-builder = dontHaddock super.bytestring-builder;