cups-filters: run nixpkgs-fmt
This commit is contained in:
@@ -1,13 +1,36 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, cups, poppler, poppler_utils, fontconfig
|
||||
, libjpeg, libpng, perl, ijs, qpdf, dbus, avahi
|
||||
, makeWrapper, coreutils, gnused, bc, gawk, gnugrep, which, ghostscript
|
||||
, mupdf, dejavu_fonts, liblouis
|
||||
{ lib
|
||||
, avahi
|
||||
, bc
|
||||
, coreutils
|
||||
, cups
|
||||
, dbus
|
||||
, dejavu_fonts
|
||||
, fetchurl
|
||||
, fontconfig
|
||||
, gawk
|
||||
, ghostscript
|
||||
, gnugrep
|
||||
, gnused
|
||||
, ijs
|
||||
, libjpeg
|
||||
, liblouis
|
||||
, libpng
|
||||
, makeWrapper
|
||||
, mupdf
|
||||
, perl
|
||||
, pkg-config
|
||||
, poppler
|
||||
, poppler_utils
|
||||
, qpdf
|
||||
, stdenv
|
||||
, which
|
||||
}:
|
||||
|
||||
let
|
||||
binPath = lib.makeBinPath [ coreutils gnused bc gawk gnugrep which ];
|
||||
binPath = lib.makeBinPath [ bc coreutils gawk gnused gnugrep which ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cups-filters";
|
||||
version = "1.28.11";
|
||||
|
||||
@@ -19,9 +42,20 @@ in stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
|
||||
buildInputs = [
|
||||
cups poppler poppler_utils fontconfig libjpeg libpng perl
|
||||
ijs qpdf dbus avahi ghostscript mupdf
|
||||
avahi
|
||||
cups
|
||||
dbus
|
||||
fontconfig
|
||||
ghostscript
|
||||
ijs
|
||||
libjpeg
|
||||
liblouis # braille embosser support
|
||||
libpng
|
||||
mupdf
|
||||
perl
|
||||
poppler
|
||||
poppler_utils
|
||||
qpdf
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user