forked from mirrors/nixpkgs
cups-bjnp driver
svn path=/nixpkgs/trunk/; revision=16880
This commit is contained in:
parent
a1ea759dd9
commit
bc8a85288d
15
pkgs/misc/cups/drivers/cups-bnjp/default.nix
Normal file
15
pkgs/misc/cups/drivers/cups-bnjp/default.nix
Normal 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 = { };
|
||||
}
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue