summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/my-env
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-11-01 03:10:13 +0000
committerDan Peebles <pumpkin@me.com>2016-11-01 03:10:13 +0000
commit89915f82062085585b04f23ccc7edf94bf30b6a4 (patch)
tree5e082f26612e7865ff649f806874df1e64622b0b /pkgs/misc/my-env
parente41d2a83063eb634bb06cd346ffd38c7e73be821 (diff)
db45: remove outdated version
Diffstat (limited to 'pkgs/misc/my-env')
-rw-r--r--pkgs/misc/my-env/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/my-env/default.nix b/pkgs/misc/my-env/default.nix
index 5e94f6f7771c..ffdaf3949aea 100644
--- a/pkgs/misc/my-env/default.nix
+++ b/pkgs/misc/my-env/default.nix
@@ -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 ];
};
};
}