forked from mirrors/nixpkgs
pdf-filter.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=32950
This commit is contained in:
parent
70fca00b78
commit
a98e6bdc29
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||
|
||||
preConfigure = ''
|
||||
sed -e 's@\.\./cups/$(LIBCUPS)@@' -e 's@$(LIBCUPSIMAGE)@@' -i filter/Makefile
|
||||
'';
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS="-L${cups}/lib";
|
||||
|
||||
|
|
Loading…
Reference in a new issue