3
0
Fork 0
forked from mirrors/nixpkgs

Disable tests for snapper-gui

This commit is contained in:
Thomas Strobel 2014-09-23 15:50:50 +02:00
parent 48265fd181
commit 97437ac7a1

View file

@ -10807,6 +10807,9 @@ let
sha256 = "7a9f86fc17dbf130526e70c3e925eac30e2c74d6b932efbf7e7cd9fbba6dc4b1";
};
# no tests available
doCheck = false;
propagatedBuildInputs = with pythonPackages; [ pygobject3 dbus ];
meta = {