summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-10 12:02:53 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-10 12:02:53 +0100
commited463a7671fecb1d2d06a497f18b8ce35348117c (patch)
tree2bb7e17f66c9145c9c09d0ec585ae10e624d07ab /pkgs/tools/text
parent2a36c61541e0e23d44007a611c07a320be4f369b (diff)
downloadnixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar.gz
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar.bz2
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar.lz
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar.xz
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.tar.zst
nixlib-ed463a7671fecb1d2d06a497f18b8ce35348117c.zip
boost: Remove 1.53 and 1.54
These don't build against Glibc 2.18, but they're not used anyway
(except by source-highlight, which builds fine against 1.49).
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/source-highlight/default.nix18
1 files changed, 10 insertions, 8 deletions
diff --git a/pkgs/tools/text/source-highlight/default.nix b/pkgs/tools/text/source-highlight/default.nix
index e5928e162560..95859eebb782 100644
--- a/pkgs/tools/text/source-highlight/default.nix
+++ b/pkgs/tools/text/source-highlight/default.nix
@@ -8,21 +8,23 @@ stdenv.mkDerivation {
   name = "${name}-${version}";
 
   src = fetchurl {
-      url = "mirror://gnu/src-highlite/${name}-${version}.tar.gz";
-      sha256 = "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1";
-    };
+    url = "mirror://gnu/src-highlite/${name}-${version}.tar.gz";
+    sha256 = "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1";
+  };
 
   configureFlags = [ "--with-boost=${boost}" ];
 
-  buildInputs = [boost];
+  buildInputs = [ boost ];
+
+  enableParallelBuilding = true;
+
   doCheck = true;
 
   meta = {
-    description = "source code renderer with syntax highlighting";
-    homepage = "http://www.gnu.org/software/src-highlite/";
+    description = "Source code renderer with syntax highlighting";
+    homepage = http://www.gnu.org/software/src-highlite/;
     license = "GPLv3+";
-    maintainers = [ ];
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
     longDescription =
       ''
         GNU Source-highlight, given a source file, produces a document