Move all db4 packages to the default db5
This commit is contained in:
committed by
Bjørn Forsman
parent
99f5d2edb4
commit
bdb842d5eb
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, pkgconfig, db4, libgcrypt, avahi, libiconv, pam, openssl }:
|
||||
{ fetchurl, stdenv, pkgconfig, db, libgcrypt, avahi, libiconv, pam, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "netatalk-3.1.0";
|
||||
@@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1d8dc8ysslkis4yl1xab1w9p0pz7a1kg0i6fds4wxsp4fhb6wqhq";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig db4 libgcrypt avahi libiconv pam openssl ];
|
||||
buildInputs = [ pkgconfig db libgcrypt avahi libiconv pam openssl ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-bdb=${db4}"
|
||||
"--with-bdb=${db}"
|
||||
"--with-openssl=${openssl}"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user