summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:34:08 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:34:08 +0100
commit0db6ea6f760500d740f49756918c1807e2f48da5 (patch)
tree4918565f102e153f0b74a28c0337e5ebd1e8e256 /pkgs/development/compilers
parent9248dc1a14c751912b1f9e4541812c814d091e09 (diff)
downloadnixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar.gz
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar.bz2
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar.lz
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar.xz
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.tar.zst
nixlib-0db6ea6f760500d740f49756918c1807e2f48da5.zip
Remove some oversized packages from the channel
E.g. urbanterror takes up 2x720 MiB.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/fpc/lazarus.nix4
-rw-r--r--pkgs/development/compilers/opa/default.nix9
2 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/compilers/fpc/lazarus.nix b/pkgs/development/compilers/fpc/lazarus.nix
index e2a9fd128e98..a2863663bea9 100644
--- a/pkgs/development/compilers/fpc/lazarus.nix
+++ b/pkgs/development/compilers/fpc/lazarus.nix
@@ -38,8 +38,8 @@ rec {
   name = "lazarus-${version}";
   meta = {
     description = "Lazarus graphical IDE for FreePascal language";
-    homepage = http://www.lazarus.freepascal.org ;
+    homepage = http://www.lazarus.freepascal.org;
     maintainers = [args.lib.maintainers.raskin];
-    platforms = args.lib.platforms.linux;
+    #platforms = args.lib.platforms.linux;
   };
 }
diff --git a/pkgs/development/compilers/opa/default.nix b/pkgs/development/compilers/opa/default.nix
index 2a54b90dda98..68413e3e25d1 100644
--- a/pkgs/development/compilers/opa/default.nix
+++ b/pkgs/development/compilers/opa/default.nix
@@ -48,13 +48,12 @@ stdenv.mkDerivation rec {
   '';
 
   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 = ''
-    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:
-    Opa is concise, simple, concurrent, dynamically distributed, and secure.
+      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:
+      Opa is concise, simple, concurrent, dynamically distributed, and secure.
     '';
-
     homepage = http://opalang.org/;
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.kkallio ];