mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cups: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=31746
This commit is contained in:
parent
c99249d0c2
commit
9c55349494
1 changed files with 3 additions and 2 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue