haskell-hasktags: drop obsolete override

This commit is contained in:
Peter Simons 2016-09-17 13:12:35 +02:00
parent 99b5c0cb9b
commit 2140aca679

View File

@ -994,9 +994,4 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.gmp];
});
# https://github.com/MarcWeber/hasktags/issues/32
hasktags = overrideCabal super.hasktags (drv: {
postInstall = "rm $out/bin/test";
});
}