db45: remove outdated version

This commit is contained in:
Dan Peebles
2016-11-01 03:10:13 +00:00
parent e41d2a8306
commit 89915f8206
3 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
# this is the example we will be using
nixEnv = complicatedMyEnv {
name = "nix";
buildInputs = [ libtool stdenv perl curl bzip2 openssl db45 autoconf automake zlib ];
buildInputs = [ libtool stdenv perl curl bzip2 openssl db5 autoconf automake zlib ];
};
};
}