* Fix Berkeley DB Perl bindings.

svn path=/nixpkgs/trunk/; revision=2491
This commit is contained in:
Eelco Dolstra 2005-04-05 14:10:16 +00:00
parent 3269efcb28
commit 94ba0a0995

View File

@ -7,6 +7,5 @@ import ../generic perl {
md5 = "6e9882f4e4bac48b24079d082af30e6c"; md5 = "6e9882f4e4bac48b24079d082af30e6c";
}; };
perlPreHook = ./hook.sh; perlPreHook = ./hook.sh;
buildInputs = [db4]; inherit db4;
# inherit db4;
} }