3
0
Fork 0
forked from mirrors/nixpkgs

libdbusmenu: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:38:03 +00:00
parent 7371fe5493
commit d8cbcb75d4

View file

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
"--disable-scrollkeeper"
] ++ optional (gtkVersion != "2") "--disable-dumper";
doCheck = false; # generates shebangs in check phase, too lazy to fix
installFlags = [
"sysconfdir=\${out}/etc"
"localstatedir=\${TMPDIR}"