Merge pull request #333140 from newAM/sd-mux-ctrl-by-name
sd-mux-ctrl: move to pkgs/by-name
This commit is contained in:
@@ -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;
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user