gup: move to by-name (#526044)
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
--set type fetchFromGitHub \
|
||||
--set rev 'version-{version}' \
|
||||
--nix-literal rev 'version-''${version}'\
|
||||
--modify-nix default.nix
|
||||
--modify-nix package.nix
|
||||
''
|
||||
];
|
||||
meta = {
|
||||
@@ -2357,8 +2357,6 @@ with pkgs;
|
||||
|
||||
gruut-ipa = with python3.pkgs; toPythonApplication gruut-ipa;
|
||||
|
||||
gup = callPackage ../development/tools/build-managers/gup { };
|
||||
|
||||
gvm-tools = with python3.pkgs; toPythonApplication gvm-tools;
|
||||
|
||||
gzip = callPackage ../tools/compression/gzip { };
|
||||
|
||||
Reference in New Issue
Block a user