Merge pull request #333140 from newAM/sd-mux-ctrl-by-name

sd-mux-ctrl: move to pkgs/by-name
This commit is contained in:
Weijia Wang
2024-08-08 09:22:05 +02:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tool for controlling multiple sd-mux devices";
homepage = "https://wiki.tizen.org/SD_MUX";
homepage = "https://git.tizen.org/cgit/tools/testlab/sd-mux";
license = licenses.asl20;
maintainers = with maintainers; [ newam sarcasticadmin ];
platforms = platforms.unix;
-2
View File
@@ -12485,8 +12485,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
sd-mux-ctrl = callPackage ../tools/misc/sd-mux-ctrl { };
sd-switch = callPackage ../os-specific/linux/sd-switch { };
sdate = callPackage ../tools/misc/sdate { };