Disable some packages that don't build

This commit is contained in:
Eelco Dolstra 2013-10-08 11:12:44 +02:00
parent df0d362f31
commit 21cfef0beb
2 changed files with 0 additions and 3 deletions

View file

@ -76,8 +76,6 @@ rec {
[
raskin
];
platforms = with a.lib.platforms;
linux;
license = a.lib.licenses.gpl2;
homepage="http://oneteam.im";
};

View file

@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
homepage = http://worldofgoo.com;
license = [ "unfree" ];
maintainers = with stdenv.lib.maintainers; [ jcumming ];
platforms = [ "x86_64-linux"] ;
};
}