mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
haskell-phash lacks the underlying C library.
This commit is contained in:
parent
345dc3e5b4
commit
aedd13f793
1 changed files with 3 additions and 0 deletions
|
@ -904,4 +904,7 @@ self: super: {
|
|||
postUnpack = "rm */Setup.lhs";
|
||||
});
|
||||
|
||||
# We cannot build this package w/o the C library from <http://www.phash.org/>.
|
||||
phash = markBroken super.phash;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue