monetdb: remove monetdb_mtest.sh

this is just used for unittesting
This commit is contained in:
Jörg Thalheim 2021-12-09 12:32:54 +01:00
parent 54bc66f7fc
commit 23b46d721f

View file

@ -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 ];