* Don't use the subpath operator (~) anymore, it's subsumed by normal
concatenation (+). svn path=/nixpkgs/trunk/; revision=6080
This commit is contained in:
@@ -32,7 +32,7 @@ rec {
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "latex-includes";
|
||||
|
||||
realBuilder = pkgs.perl ~ "bin/perl";
|
||||
realBuilder = pkgs.perl + /bin/perl;
|
||||
args = [ ./find-includes.pl ];
|
||||
|
||||
rootFile = toString rootFile; # !!! hacky
|
||||
|
||||
Reference in New Issue
Block a user