treewide: remove redundant rec
This commit is contained in:
@@ -13,7 +13,7 @@ let
|
||||
in
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "canon-cups-ufr2-2.90";
|
||||
src = src_canon;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, lib, fetchzip, autoconf, automake, cups, glib, libxml2, libusb, libtool
|
||||
, withDebug ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "cnijfilter2";
|
||||
|
||||
version = "5.30";
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/* this derivation is basically just a transcription of the rpm .spec
|
||||
file included in the tarball */
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "cnijfilter";
|
||||
|
||||
/* important note about versions: cnijfilter packages seem to use
|
||||
|
||||
@@ -11,7 +11,7 @@ let arch =
|
||||
else if stdenv.hostPlatform.system == "i686-linux" then "32"
|
||||
else throw "Unsupported system ${stdenv.hostPlatform.system}";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
in stdenv.mkDerivation {
|
||||
pname = "cnijfilter";
|
||||
|
||||
/* important note about versions: cnijfilter packages seem to use
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "cups-toshiba-estudio";
|
||||
version = "7.89";
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
libPath = lib.makeLibraryPath [ cups ];
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "cups-kyocera";
|
||||
version = "1.1203";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{stdenv, fetchFromGitHub, cups}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "cups-zj-58";
|
||||
version = "2018-02-22";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user