haskell-phash lacks the underlying C library.

wip/yesman
Peter Simons 9 years ago
parent 345dc3e5b4
commit aedd13f793
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save