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,6 +1,6 @@
{ stdenv, fetchgit, ruby, gnugrep, diffutils, git, darcs }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "darcs-to-git";
version = "2015-06-04";
@@ -2,7 +2,7 @@
, asciidoc, docbook_xml_dtd_45, docbook_xsl, libxslt, makeWrapper, xmlto
, pythonPackages }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "git-bz";
version = "3.2015-09-08";
@@ -1,6 +1,6 @@
{ stdenv, bundlerEnv, ruby, bundlerUpdateScript }:
bundlerEnv rec {
bundlerEnv {
inherit ruby;
pname = "git_fame";
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, ... }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "git-stree";
version = "0.4.5";
@@ -1,6 +1,6 @@
{callPackage, stdenv, fetchFromGitHub, ...}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "gitstatus";
version = "unstable-2019-05-06";
@@ -1,6 +1,6 @@
{fetchFromGitHub, libgit2, ...}:
libgit2.overrideAttrs (oldAttrs: rec {
libgit2.overrideAttrs (oldAttrs: {
cmakeFlags = oldAttrs.cmakeFlags ++ [
"-DUSE_BUNDLED_ZLIB=ON"
"-DUSE_ICONV=OFF"