Loading pkgs/tools/misc/pmbootstrap/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ buildPythonApplication rec { pname = "pmbootstrap"; version = "1.50.1"; version = "2.0.0"; src = fetchPypi { inherit pname version; hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY="; hash = "sha256-nN4KUP9l3g5Q+QeWr4Fju2GiOyu2f7u94hz/VJlCYdw="; }; repo = fetchFromGitLab { Loading Loading @@ -87,6 +87,12 @@ buildPythonApplication rec { "test_skip_already_built" "test_switch_to_channel_branch" "test_version" "test_build_abuild_leftovers" "test_get_all_component_names" "test_check_config" "test_extract_arch" "test_extract_version" "test_check" ]; makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ]; Loading Loading
pkgs/tools/misc/pmbootstrap/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ buildPythonApplication rec { pname = "pmbootstrap"; version = "1.50.1"; version = "2.0.0"; src = fetchPypi { inherit pname version; hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY="; hash = "sha256-nN4KUP9l3g5Q+QeWr4Fju2GiOyu2f7u94hz/VJlCYdw="; }; repo = fetchFromGitLab { Loading Loading @@ -87,6 +87,12 @@ buildPythonApplication rec { "test_skip_already_built" "test_switch_to_channel_branch" "test_version" "test_build_abuild_leftovers" "test_get_all_component_names" "test_check_config" "test_extract_arch" "test_extract_version" "test_check" ]; makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ]; Loading