From a96160728e3ac8c05b0a3da526d2e6b81c19dcb8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Aug 2016 10:32:50 +0200 Subject: [PATCH] haskell-mueval: remove obsolete patch --- .../haskell-modules/configuration-common.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9fa66338d8c..04f4bae4119 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -981,16 +981,6 @@ self: super: { # us when we patch the cabal file (Link options will be recored in the ghc package registry). GLUT = addPkgconfigDepend (appendPatch super.GLUT ./patches/GLUT.patch) pkgs.freeglut; - # https://github.com/gwern/mueval/issues/14 - mueval = overrideCabal super.mueval (drv: { - revision = null; - editedCabalFile = null; - patches = [(pkgs.fetchpatch { - url = "https://github.com/gwern/mueval/commit/866f895e0b671bcaa232b46ed93dd7d47a4b32b2.patch"; - sha256 = "16pb9nfr52hwidxv0f7j4yg8yd86959kzbcw9lmnzpvgdy5qyvkg"; - })]; - }); - # remove if a version > 0.1.0.1 ever gets released stunclient = overrideCabal super.stunclient (drv: { postPatch = (drv.postPatch or "") + ''