canon-cups-ufr2: small refactor
This commit is contained in:
parent
87f4d7a07a
commit
e53f145c5c
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{lib, stdenv, fetchurl, unzip, autoreconfHook, libtool, makeWrapper, cups, ghostscript, pkgsi686Linux, zlib }:
|
||||
{ lib, stdenv, fetchurl, unzip, autoreconfHook, libtool, makeWrapper, cups
|
||||
, ghostscript, pkgsi686Linux, zlib }:
|
||||
|
||||
let
|
||||
|
||||
|
@ -20,7 +21,7 @@ in
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "canon-cups-ufr2";
|
||||
version = version;
|
||||
inherit version;
|
||||
src = src_canon;
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue