monetdb: 11.43.9 -> 11.45.7
This commit is contained in:
parent
dbed7c274f
commit
40221c7265
@ -4,11 +4,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "monetdb";
|
||||
version = "11.43.21";
|
||||
version = "11.45.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
|
||||
sha256 = "sha256-1JfwRMpsEbK+HELwp5BFDkJoJ2yIgHwWvwhGfeaBGsA=";
|
||||
sha256 = "sha256-hIfi8YfZIExgv+z3YAxvkX8MiiGmOjB+/OryUoRPmDI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -18,7 +18,14 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
rm $out/bin/monetdb_mtest.sh
|
||||
rm $out/bin/monetdb_mtest.sh \
|
||||
$out/bin/mktest.py \
|
||||
$out/bin/sqlsample.php \
|
||||
$out/bin/sqllogictest.py \
|
||||
$out/bin/Mz.py \
|
||||
$out/bin/Mtest.py \
|
||||
$out/bin/sqlsample.pl \
|
||||
$out/bin/malsample.pl
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user