From c2ba83e98ad58aaea95b9e5039f6d8b1c8fcfcdb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Dec 2019 18:35:36 +0100 Subject: haskell-descriptive: use the proper release version instead of the one from git The released version has all the fixes we needed. --- pkgs/development/haskell-modules/configuration-common.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pkgs') 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: { -- cgit 1.4.1