summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/ragel
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-02-15 18:34:31 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-02-15 18:34:55 +0100
commit72161f6810c9282d1bb3c2a6d8d676cbe80422c8 (patch)
treea589ab53f5d73fd158653e441dbb3beaf48ecc71 /pkgs/development/tools/parsing/ragel
parent6d6f3311093386d1e2e45b4580ac2f0b8838477d (diff)
downloadnixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar.gz
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar.bz2
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar.lz
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar.xz
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.tar.zst
nixpkgs-72161f6810c9282d1bb3c2a6d8d676cbe80422c8.zip
ragel: use new texlive infrastructure
Diffstat (limited to 'pkgs/development/tools/parsing/ragel')
-rw-r--r--pkgs/development/tools/parsing/ragel/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/tools/parsing/ragel/default.nix b/pkgs/development/tools/parsing/ragel/default.nix
index 0b3844ef5e9..594ec7de53a 100644
--- a/pkgs/development/tools/parsing/ragel/default.nix
+++ b/pkgs/development/tools/parsing/ragel/default.nix
@@ -1,5 +1,4 @@
-{stdenv, fetchurl, transfig, texLiveAggregationFun, texLive, texLiveExtra
-, ghostscript, colm,  build-manual ? false
+{stdenv, fetchurl, transfig, tex , ghostscript, colm,  build-manual ? false
 }:
 
 stdenv.mkDerivation rec {
@@ -11,8 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "1ns3kbcvhinn4rwm54ajg49d1la8filxskl3rgbwws0irzw507vs";
   };
 
-  buildInputs = stdenv.lib.optional build-manual [ transfig ghostscript
-    (texLiveAggregationFun { paths=[ texLive texLiveExtra ]; }) ];
+  buildInputs = stdenv.lib.optional build-manual [ transfig ghostscript tex ];
    
   preConfigure = stdenv.lib.optional build-manual ''
     sed -i "s/build_manual=no/build_manual=yes/g" DIST