treewide: remove redundant rec

This commit is contained in:
volth
2019-08-28 11:07:32 +00:00
parent 5061fe0c2c
commit 08f68313a4
1875 changed files with 2591 additions and 2596 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-toshiba-estudio";
version = "7.89";
+1 -1
View File
@@ -9,7 +9,7 @@ let
libPath = lib.makeLibraryPath [ cups ];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-kyocera";
version = "1.1203";
+1 -1
View File
@@ -1,6 +1,6 @@
{stdenv, fetchFromGitHub, cups}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "cups-zj-58";
version = "2018-02-22";