cups-bjnp driver

svn path=/nixpkgs/trunk/; revision=16880
This commit is contained in:
Marc Weber 2009-08-27 23:32:10 +00:00
parent a1ea759dd9
commit bc8a85288d
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,15 @@
args: with args;
stdenv.mkDerivation {
name = "cups-bjnp";
src = fetchurl {
url = mirror://sourceforge/project/cups-bjnp/cups-bjnp/0.5.4/cups-bjnp-0.5.4.tar.gz;
sha256 = "1q5npis0jgs44yvczrr6pz87glk1d9lv3vr2s4nqrk3l0q4xplf6";
};
preConfigure = ''configureFlags="--with-cupsbackenddir=$out/lib/cups/backend"'';
buildInputs = [cups];
meta = { };
}

View file

@ -7882,6 +7882,10 @@ let
inherit fetchurl stdenv zlib libjpeg libpng libtiff pam openssl;
};
cupsBjnp = import ../misc/cups/drivers/cups-bnjp {
inherit fetchurl stdenv cups;
};
dblatex = import ../misc/tex/dblatex {
inherit fetchurl stdenv python libxslt tetex;
};