pmbootstrap: 1.50.0 -> 1.50.1
This commit is contained in:
parent
f16be35641
commit
0d5cfedbe4
1 changed files with 6 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pmbootstrap";
|
pname = "pmbootstrap";
|
||||||
version = "1.50.0";
|
version = "1.50.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-UtXUq+B3EMHS3CTqfzbyQK0gHgrFwcwQ6zTzw/EwIuA=";
|
hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
repo = fetchFromGitLab {
|
repo = fetchFromGitLab {
|
||||||
|
@ -15,11 +15,14 @@ buildPythonApplication rec {
|
||||||
owner = "postmarketOS";
|
owner = "postmarketOS";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-wuNsmc7FBk05VgH+E4uwMJeZRTlqAUe6kLvHqCLAwEY=";
|
hash = "sha256-UkgCNob4nazFO8xXyosV+11Sj4yveYBfgh7aw+/6Rlg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pmb_test = "${repo}/test";
|
pmb_test = "${repo}/test";
|
||||||
|
|
||||||
|
# Tests depend on sudo
|
||||||
|
doCheck = stdenv.isLinux;
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook git openssl ps sudo ];
|
checkInputs = [ pytestCheckHook git openssl ps sudo ];
|
||||||
|
|
||||||
# Add test dependency in PATH
|
# Add test dependency in PATH
|
||||||
|
@ -93,7 +96,5 @@ buildPythonApplication rec {
|
||||||
homepage = "https://gitlab.com/postmarketOS/pmbootstrap";
|
homepage = "https://gitlab.com/postmarketOS/pmbootstrap";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ onny ];
|
maintainers = with maintainers; [ onny ];
|
||||||
# https://github.com/NixOS/nixpkgs/pull/146576#issuecomment-974267651
|
|
||||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue