canon-cups-ufr2: small refactor

This commit is contained in:
Samuel Gräfenstein 2021-03-14 12:00:46 +01:00
parent 87f4d7a07a
commit e53f145c5c
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -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" ];