canon-cups-ufr2: small refactor
This commit is contained in:
parent
87f4d7a07a
commit
e53f145c5c
@ -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
|
let
|
||||||
|
|
||||||
@ -20,7 +21,7 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "canon-cups-ufr2";
|
pname = "canon-cups-ufr2";
|
||||||
version = version;
|
inherit version;
|
||||||
src = src_canon;
|
src = src_canon;
|
||||||
|
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
phases = [ "unpackPhase" "installPhase" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user