sks: Adapt the package to NixOS (pkgs.db provides only "db_stat")

This commit is contained in:
Michael Weiss
2018-09-08 16:24:05 +02:00
parent a0d3d098ff
commit a6934b2389
2 changed files with 30 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "00q5ma5rvl10rkc6cdw8d69bddgrmvy0ckqj3hbisy65l4idj2zm";
};
# pkgs.db provides db_stat, not db$major.$minor_stat
patches = [ ./adapt-to-nixos.patch ];
outputs = [ "out" "webSamples" ];
buildInputs = [ ocaml zlib db perl camlp4 ];