Remove some oversized packages from the channel
E.g. urbanterror takes up 2x720 MiB.
This commit is contained in:
parent
9248dc1a14
commit
0db6ea6f76
|
@ -40,6 +40,6 @@ rec {
|
||||||
description = "Lazarus graphical IDE for FreePascal language";
|
description = "Lazarus graphical IDE for FreePascal language";
|
||||||
homepage = http://www.lazarus.freepascal.org;
|
homepage = http://www.lazarus.freepascal.org;
|
||||||
maintainers = [args.lib.maintainers.raskin];
|
maintainers = [args.lib.maintainers.raskin];
|
||||||
platforms = args.lib.platforms.linux;
|
#platforms = args.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,13 +48,12 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Opa is a concise and elegant language for writing distributed web applications. Both client and server sides.";
|
description = "A concise and elegant language for writing distributed web applications";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Opa is a new generation of web development platform that lets you write distributed
|
Opa is a new generation of web development platform that lets you write distributed
|
||||||
web applications using a single technology. Among the the many features of Opa are these:
|
web applications using a single technology. Among the the many features of Opa are these:
|
||||||
Opa is concise, simple, concurrent, dynamically distributed, and secure.
|
Opa is concise, simple, concurrent, dynamically distributed, and secure.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://opalang.org/;
|
homepage = http://opalang.org/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
||||||
|
|
|
@ -49,6 +49,6 @@ rec {
|
||||||
maintainers = [
|
maintainers = [
|
||||||
a.lib.maintainers.raskin
|
a.lib.maintainers.raskin
|
||||||
];
|
];
|
||||||
platforms = a.lib.platforms.linux ;
|
#platforms = a.lib.platforms.linux ;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation {
|
||||||
homepage = http://www.naev.org;
|
homepage = http://www.naev.org;
|
||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://torcs.sourceforge.net/;
|
homepage = http://torcs.sourceforge.net/;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Squad-based tactical strategy game in the tradition of X-Com";
|
description = "Squad-based tactical strategy game in the tradition of X-Com";
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.urbanterror.net;
|
homepage = http://www.urbanterror.net;
|
||||||
license = [ "unfree-redistributable" ];
|
license = [ "unfree-redistributable" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,8 +64,7 @@ rec {
|
||||||
raskin
|
raskin
|
||||||
jcumming
|
jcumming
|
||||||
];
|
];
|
||||||
platforms = with a.lib.platforms;
|
#platforms = a.lib.platforms.linux;
|
||||||
linux;
|
|
||||||
license = a.lib.licenses.gpl2Plus;
|
license = a.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in New Issue