mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-hasktags: drop obsolete override
This commit is contained in:
parent
99b5c0cb9b
commit
2140aca679
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue