forked from mirrors/nixpkgs
Fix a bunch of Hydra evaluation errors
This commit is contained in:
parent
9faba5f073
commit
2147a07938
|
@ -14,7 +14,6 @@ stdenv.mkDerivation {
|
|||
description = "WYSIWYG PostScript annotator";
|
||||
homepage = "http://http://flpsed.org/flpsed.html";
|
||||
license = "GPLv3";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://sourceforge.net/projects/xfe/";
|
||||
license = "GPLv2";
|
||||
maintainers = [ stdenv.lib.maintainers.bbenoist ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,8 +26,8 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://portix.bitbucket.org/dwb/;
|
||||
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = with stdenv.lib.maintainers; [pSub];
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
maintainers = [ stdenv.lib.maintainers.pSub ];
|
||||
license = "GPL";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Molecule editor and visualizer";
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
inherit (qt4.meta) platforms;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||
render without stepping on each other's toes.
|
||||
'';
|
||||
|
||||
inherit (glib.meta) platforms;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://fox-toolkit.org";
|
||||
license = "LGPLv3";
|
||||
maintainers = [ stdenv.lib.maintainers.bbenoist ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://openil.sourceforge.net/;
|
||||
description = "An image library which can can load, save, convert, manipulate, filter and display a wide variety of image formats";
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.mesaPlatforms;
|
||||
maintainers = [ maintainers.phreedom maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "VideoLAN backend for Phonon multimedia framework";
|
||||
inherit (qt4.meta) platforms;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -53,5 +53,6 @@ in buildPythonPackage rec {
|
|||
homepage = "https://fedoraproject.org/wiki/Blivet";
|
||||
description = "Module for management of a system's storage configuration";
|
||||
license = [ "GPLv2+" "LGPLv2.1+" ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
|
|||
* even practicing guitar chords!
|
||||
'';
|
||||
license = "GPLv3";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://springrts.com/;
|
||||
description = "A powerful real-time strategy(RTS) game engine";
|
||||
description = "A powerful real-time strategy (RTS) game engine";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.phreedom maintainers.qknight ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,8 @@ let
|
|||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
in stdenv.lib.overrideDerivation base (b: {
|
||||
postFixup = b.postFixup + ''
|
||||
|
|
|
@ -40,5 +40,6 @@ buildPythonPackage rec {
|
|||
meta = {
|
||||
homepage = http://xpra.org/;
|
||||
description = "Persistent remote applications for X";
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ in buildPythonPackage rec {
|
|||
description = "NixOS storage manager/partitioner";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A collection of utilties for indexing and searching Maildirs";
|
||||
license = "GPLv3+";
|
||||
homepage = "http://www.djcbsoftware.nl/code/mu/";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
maintainers = with stdenv.lib.maintainers; [ antono the-kenny ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1347,6 +1347,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
homepage = http://pythonhosted.org/evdev;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4628,6 +4629,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
homepage = "http://www.pyglet.org/";
|
||||
description = "A cross-platform windowing and multimedia library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4795,7 +4797,8 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
meta = {
|
||||
homepage = "https://fedorahosted.org/pyparted/";
|
||||
description = "Python interface for libparted";
|
||||
license = pkgs.lib.licenses.gpl2Plus;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4851,6 +4854,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
homepage = "http://pyudev.readthedocs.org/";
|
||||
description = "Pure Python libudev binding";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4974,6 +4978,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
'';
|
||||
|
||||
license = "BSD-style";
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue