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:
parent
ee36267193
commit
260ef791a3
2 changed files with 2 additions and 0 deletions
|
@ -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/;
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue