Unverified Commit 59e342fb authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

treewide: remove unused rec expressions (#389708)

parents 0bf41acf 91d5ab3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
  fltk ? null,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "csound";
  version = "6.18.1-unstable-2024-07-02";

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  stdenv,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "deadbeef-musical-spectrum-plugin";
  version = "unstable-2020-07-01";

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  qmake,
}:

mkDerivation rec {
mkDerivation {
  pname = "iannix";
  version = "unstable-2020-12-09";

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  tomlplusplus,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "in-formant";
  version = "unstable-2022-09-15";

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  zita-convolver,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "ir.lv2";
  version = "0-unstable-2018-06-21";

Loading