forked from mirrors/nixpkgs
libdbusmenu: disable tests
This commit is contained in:
parent
7371fe5493
commit
d8cbcb75d4
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue