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
@@ -1,6 +1,6 @@
{ stdenv, fetchhg, autoreconfHook, zlib, Cocoa }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "atomicparsley";
version = "0.9.6";
+1 -1
View File
@@ -1,7 +1,7 @@
{ fetchFromGitHub, stdenv, libunwind, libraw1394, libjpeg, libiec61883, libdv
, libavc1394, pkgconfig, autoreconfHook }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "dvgrab-2016-05-16";
src = fetchFromGitHub {
+1 -1
View File
@@ -9,7 +9,7 @@ assert gnutlsSupport -> gnutlsSupport != null && nettle != null && !opensslSuppo
assert opensslSupport -> openssl != null && !gnutlsSupport;
with stdenv.lib;
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "rtmpdump";
version = "2015-12-30";
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, gcc, libav_12, fetchFromGitHub }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "untrunc";
version = "2018.01.13";
+1 -1
View File
@@ -2,7 +2,7 @@
, libXaw, libXext, libSM, libICE, libXpm, libXp
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "vncrec-0.2"; # version taken from Arch AUR
src = fetchurl {