haskell-phash lacks the underlying C library.

This commit is contained in:
Peter Simons 2015-09-18 09:59:08 +02:00
parent 345dc3e5b4
commit aedd13f793

View file

@ -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;
}