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