remove broken pythonPackages.snapperGUI. superceded by snapper-gui from the previous commit
This commit is contained in:
parent
505d16f50d
commit
2b6b8b2303
@ -1,30 +0,0 @@
|
|||||||
{ lib, stdenv
|
|
||||||
, buildPythonPackage
|
|
||||||
, fetchgit
|
|
||||||
, pygobject3
|
|
||||||
, dbus-python
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildPythonPackage {
|
|
||||||
pname = "Snapper-GUI";
|
|
||||||
version = "0.1";
|
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
url = "https://github.com/ricardomv/snapper-gui";
|
|
||||||
rev = "11d98586b122180c75a86fccda45c4d7e3137591";
|
|
||||||
sha256 = "7a9f86fc17dbf130526e70c3e925eac30e2c74d6b932efbf7e7cd9fbba6dc4b1";
|
|
||||||
};
|
|
||||||
|
|
||||||
# no tests available
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ pygobject3 dbus-python ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://github.com/ricardomv/snapper-gui";
|
|
||||||
description = "Graphical frontend for snapper";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
maintainers = with maintainers; [ tstrobel ];
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
@ -7096,8 +7096,6 @@ in {
|
|||||||
|
|
||||||
snapcast = callPackage ../development/python-modules/snapcast { };
|
snapcast = callPackage ../development/python-modules/snapcast { };
|
||||||
|
|
||||||
snapperGUI = callPackage ../development/python-modules/snappergui { };
|
|
||||||
|
|
||||||
snapshottest = callPackage ../development/python-modules/snapshottest { };
|
snapshottest = callPackage ../development/python-modules/snapshottest { };
|
||||||
|
|
||||||
sniffio = callPackage ../development/python-modules/sniffio { };
|
sniffio = callPackage ../development/python-modules/sniffio { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user