summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2019-10-02 16:51:19 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2019-10-02 16:51:19 -0500
commit949da84383aa49ec193e74082e97429518a93ab4 (patch)
tree223f3a5fedcc0ad237b7e640fefff8e96f2cd8b7
parentkdelibs: vulnix: patch name is CVE number (diff)
downloadnixpkgs-949da84383aa49ec193e74082e97429518a93ab4.tar.gz
pykde4: Disable build on Hydra
-rw-r--r--pkgs/development/python-modules/pykde4/default.nix1
-rw-r--r--pkgs/development/python-modules/pykde4/kdelibs.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pykde4/default.nix b/pkgs/development/python-modules/pykde4/default.nix
index 0770520ceee9..8b493268578a 100644
--- a/pkgs/development/python-modules/pykde4/default.nix
+++ b/pkgs/development/python-modules/pykde4/default.nix
@@ -35,6 +35,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
+ hydraPlatforms = platforms.none;
description = "Python bindings for KDE";
license = with licenses; [ gpl2 lgpl2 ];
homepage = https://api.kde.org/pykde-4.3-api/;
diff --git a/pkgs/development/python-modules/pykde4/kdelibs.nix b/pkgs/development/python-modules/pykde4/kdelibs.nix
index c7697e00b44b..5327304bee16 100644
--- a/pkgs/development/python-modules/pykde4/kdelibs.nix
+++ b/pkgs/development/python-modules/pykde4/kdelibs.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
+ hydraPlatforms = platforms.none;
homepage = http://www.kde.org;
license = with licenses; [ gpl2 fdl12 lgpl21 ];
};