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
@ -37,6 +37,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
hydraPlatforms = platforms.none;
|
||||||
description = "Python bindings for KDE";
|
description = "Python bindings for KDE";
|
||||||
license = with licenses; [ gpl2 lgpl2 ];
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
homepage = https://api.kde.org/pykde-4.3-api/;
|
homepage = https://api.kde.org/pykde-4.3-api/;
|
||||||
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
hydraPlatforms = platforms.none;
|
||||||
homepage = http://www.kde.org;
|
homepage = http://www.kde.org;
|
||||||
license = with licenses; [ gpl2 fdl12 lgpl21 ];
|
license = with licenses; [ gpl2 fdl12 lgpl21 ];
|
||||||
maintainers = with maintainers; [ gnidorah ];
|
maintainers = with maintainers; [ gnidorah ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user