cups: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=31746
This commit is contained in:
parent
c99249d0c2
commit
9c55349494
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
|
{ stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
|
||||||
, dbus, libusb, acl }:
|
, dbus, libusb, acl }:
|
||||||
|
|
||||||
let version = "1.4.7"; in
|
let
|
||||||
|
version = "1.4.7";
|
||||||
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cups-${version}";
|
name = "cups-${version}";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user