3
0
Fork 0
forked from mirrors/nixpkgs

haskell-descriptive: use the proper release version instead of the one from git

The released version has all the fixes we needed.
This commit is contained in:
Peter Simons 2019-12-27 18:35:36 +01:00
parent 49962a88aa
commit c2ba83e98a

View file

@ -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: {