ibmcloud-cli: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+2
-1
@@ -1,11 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
installShellFiles,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
let
|
||||
stdenv = stdenvNoCC;
|
||||
arch =
|
||||
with stdenv.hostPlatform;
|
||||
if isx86_64 then
|
||||
@@ -12022,8 +12022,6 @@ with pkgs;
|
||||
|
||||
freeciv_gtk = freeciv;
|
||||
|
||||
ibmcloud-cli = callPackage ../tools/admin/ibmcloud-cli { stdenv = stdenvNoCC; };
|
||||
|
||||
# used as base package for iortcw forks
|
||||
iortcw_sp = callPackage ../by-name/io/iortcw/sp.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user