Loading pkgs/by-name/uh/uhubctl/package.nix +5 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , which , pkg-config , libusb1 }: Loading @@ -15,6 +17,8 @@ stdenv.mkDerivation rec { sha256 = "sha256-mpeDePHLsa4sGe2+8X9KQ8AYn7wtybDnaZzxnf4oETQ="; }; nativeBuildInputs = [ which pkg-config ]; buildInputs = [ libusb1 ]; installFlags = [ "prefix=${placeholder "out"}" ]; Loading @@ -23,7 +27,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mvp/uhubctl"; description = "Utility to control USB power per-port on smart USB hubs"; license = licenses.gpl2Only; maintainers = with maintainers; [ prusnak ]; maintainers = with maintainers; [ prusnak carlossless ]; platforms = with platforms; linux ++ darwin; mainProgram = "uhubctl"; }; Loading Loading
pkgs/by-name/uh/uhubctl/package.nix +5 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , which , pkg-config , libusb1 }: Loading @@ -15,6 +17,8 @@ stdenv.mkDerivation rec { sha256 = "sha256-mpeDePHLsa4sGe2+8X9KQ8AYn7wtybDnaZzxnf4oETQ="; }; nativeBuildInputs = [ which pkg-config ]; buildInputs = [ libusb1 ]; installFlags = [ "prefix=${placeholder "out"}" ]; Loading @@ -23,7 +27,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mvp/uhubctl"; description = "Utility to control USB power per-port on smart USB hubs"; license = licenses.gpl2Only; maintainers = with maintainers; [ prusnak ]; maintainers = with maintainers; [ prusnak carlossless ]; platforms = with platforms; linux ++ darwin; mainProgram = "uhubctl"; }; Loading