cups: cosmetic, no functional change

svn path=/nixpkgs/trunk/; revision=31746
This commit is contained in:
Peter Simons 2012-01-20 18:08:54 +00:00
parent c99249d0c2
commit 9c55349494

View file

@ -1,8 +1,9 @@
{ stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
, dbus, libusb, acl }:
let version = "1.4.7"; in
let
version = "1.4.7";
in
stdenv.mkDerivation {
name = "cups-${version}";