about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-12-27 18:35:36 +0100
committerPeter Simons <simons@cryp.to>2019-12-27 18:37:42 +0100
commitc2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb (patch)
treeea4c072532435d926ec08f4b7bdd6ea58460f205 /pkgs
parent49962a88aada17eb253e52b7599bc44265110fcd (diff)
downloadnixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar.gz
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar.bz2
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar.lz
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar.xz
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.tar.zst
nixlib-c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb.zip
haskell-descriptive: use the proper release version instead of the one from git
The released version has all the fixes we needed.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 90030c0c8d1a..4349d9d440ee 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -659,15 +659,6 @@ self: super: {
       ln -s $lispdir $data/share/emacs/site-lisp
     '';
   });
-  descriptive = overrideSrc super.descriptive {
-    version = "20180514-git";
-    src = pkgs.fetchFromGitHub {
-      owner = "chrisdone";
-      repo = "descriptive";
-      rev = "c088960113b2add758553e41cbe439d183b750cd";
-      sha256 = "17p65ihcvm1ghq23ww6phh8gdj7hwxlypjvh9jabsxvfbp2s8mrk";
-    };
-  };
 
   # Make elisp files available at a location where people expect it.
   hindent = (overrideCabal super.hindent (drv: {