Unverified Commit bec0a051 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

pkgs/by-name: remove unused rec expressions (#389623)

parents 862134e4 e6fe6f4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  python3Packages,
}:

python3Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication {
  pname = "accelergy";
  version = "unstable-2022-05-03";

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:

python3.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonPackage {
  pname = "acltoolkit";
  version = "unstable-2023-02-03";
  format = "setuptools";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  coercer,
}:

python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication {
  pname = "adcskiller";
  version = "0-unstable-2024-05-19";
  format = "other";
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "adslib";
  version = "unstable-2020-08-28";

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  requireFile,
}:

alephone.makeWrapper rec {
alephone.makeWrapper {
  pname = "apotheosis-x";
  version = "1.1";
  desktopName = "Marathon-Apotheosis-X";
Loading