cups-pdf-filter: register MIME conversions from PDF to PS
CUPS 1.5.x doesn't do that automatically anymore. svn path=/nixpkgs/trunk/; revision=32949
This commit is contained in:
parent
867b153b59
commit
70fca00b78
@ -23,8 +23,9 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -pv $out/lib/cups/filter
|
mkdir -pv $out/lib/cups/filter $out/share/cups/mime
|
||||||
cp -v pdftops $out/lib/cups/filter
|
cp -v pdftops $out/lib/cups/filter
|
||||||
|
echo >$out/share/cups/mime/pdftops.convs 'application/pdf application/vnd.cups-postscript 66 pdftops'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user