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, fetchFromGitHub, beets, pythonPackages, glibcLocales }:
pythonPackages.buildPythonApplication rec {
pythonPackages.buildPythonApplication {
name = "beets-copyartifacts";
src = fetchFromGitHub {
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, pythonPackages, fetchFromGitHub, pkg-config, glib, alsaLib, libjack2 }:
pythonPackages.buildPythonApplication rec {
pythonPackages.buildPythonApplication {
version = "20151117";
pname = "mididings";
+1 -1
View File
@@ -6,7 +6,7 @@ let
name = "mpdcron-bundle";
gemdir = ./.;
};
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
version = "20161228";
pname = "mpdcron";
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchgit, libpulseaudio, pkgconfig, gtk3, glibc, autoconf, automake, libnotify, libX11, xf86inputevdev }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "pa-applet-2012-04-11";
src = fetchgit {
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchgit, alsaLib, libopus, ortp, bctoolbox }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "trx-unstable";
version = "2018-01-23";
+1 -1
View File
@@ -1,6 +1,6 @@
{ pkgs, fetchurl, stdenv, gtk3, pkgconfig, intltool, alsaLib }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "volumeicon";
version = "0.5.1";