Disable some packages that don't build
This commit is contained in:
parent
df0d362f31
commit
21cfef0beb
@ -76,8 +76,6 @@ rec {
|
||||
[
|
||||
raskin
|
||||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = a.lib.licenses.gpl2;
|
||||
homepage="http://oneteam.im";
|
||||
};
|
||||
|
@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://worldofgoo.com;
|
||||
license = [ "unfree" ];
|
||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||
platforms = [ "x86_64-linux"] ;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user