pykde4: Do not build on Hydra

pykde4 is not used in Nixpkgs, so it is not appropriate to build on Hydra.
This commit is contained in:
Thomas Tuegel 2019-10-02 16:31:41 -05:00
parent ee36267193
commit 260ef791a3
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 0 deletions

View file

@ -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/;

View file

@ -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 ];