Move all db4 packages to the default db5
This commit is contained in:
committed by
Bjørn Forsman
parent
99f5d2edb4
commit
bdb842d5eb
@@ -1,10 +1,10 @@
|
||||
{ stdenv, fetchurl, libevent, zlib, openssl, db4, bison, pam }:
|
||||
{ stdenv, fetchurl, libevent, zlib, openssl, db, bison, pam }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "opensmtpd-${version}";
|
||||
version = "201307151923p1";
|
||||
|
||||
buildInputs = [ libevent zlib openssl db4 bison pam ];
|
||||
buildInputs = [ libevent zlib openssl db bison pam ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.opensmtpd.org/archives/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user