mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 New Issue
Block a user