Merge pull request #149823 from r-ryantm/auto-update/monetdb

monetdb: 11.39.13 -> 11.41.11
This commit is contained in:
Jörg Thalheim 2021-12-09 11:53:23 +00:00 committed by GitHub
commit a775f54f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "monetdb";
version = "11.39.13";
version = "11.41.11";
src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "sha256-e30Vykwk6U83/0pS3OWPJ2Oq2SAtNc1S6c1ZO42k39c=";
sha256 = "sha256-SiZvAvsl2NPa5AxeLtpvWwDhl7ZC0Z/6H/l1hCGpWzw=";
};
postPatch = ''
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
'set(LINUX_DISTRO "nixos")'
'';
postInstall = ''
rm $out/bin/monetdb_mtest.sh
'';
nativeBuildInputs = [ cmake python3 ];
buildInputs = [ bison openssl readline bzip2 ];