about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2019-10-02 16:31:41 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2019-10-02 16:31:41 -0500
commit260ef791a365474623aeb1de6b16aaef548cf194 (patch)
tree9135ff4402879241ac1017c208c25a6c27b296b9 /pkgs/development/python-modules
parentee36267193f5e924579034b362a10da2fccee047 (diff)
downloadnixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar.gz
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar.bz2
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar.lz
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar.xz
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.tar.zst
nixlib-260ef791a365474623aeb1de6b16aaef548cf194.zip
pykde4: Do not build on Hydra
pykde4 is not used in Nixpkgs, so it is not appropriate to build on Hydra.
Diffstat (limited to 'pkgs/development/python-modules')
-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 913453962eb5..d2c66c8cd2c3 100644
--- a/pkgs/development/python-modules/pykde4/default.nix
+++ b/pkgs/development/python-modules/pykde4/default.nix
@@ -37,6 +37,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 d13898ca6dcd..7c21be17e65c 100644
--- a/pkgs/development/python-modules/pykde4/kdelibs.nix
+++ b/pkgs/development/python-modules/pykde4/kdelibs.nix
@@ -32,6 +32,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 ];
     maintainers = with maintainers; [ gnidorah ];