Merge pull request #107990 from SuperSandro2000/fixes
This commit is contained in:
commit
edf334d2ee
@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "betta-cyber";
|
owner = "betta-cyber";
|
||||||
repo = "netease-music-tui";
|
repo = "netease-music-tui";
|
||||||
rev = "${version}";
|
rev = version;
|
||||||
sha256 = "0m5b3q493d32kxznm4apn56216l07b1c49km236i03mpfvdw7m1f";
|
sha256 = "0m5b3q493d32kxznm4apn56216l07b1c49km236i03mpfvdw7m1f";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -60,11 +60,11 @@ buildPythonPackage rec {
|
|||||||
sed -i "s|/bin/bash|${bash}/bin/bash|" ../Tests/test-*.sh
|
sed -i "s|/bin/bash|${bash}/bin/bash|" ../Tests/test-*.sh
|
||||||
make -C ../Tests
|
make -C ../Tests
|
||||||
|
|
||||||
|
${python.interpreter} -c "import pysvn"
|
||||||
|
|
||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportCheck = [ "pysvn" ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
dest=$(toPythonPath $out)/pysvn
|
dest=$(toPythonPath $out)/pysvn
|
||||||
mkdir -p $dest
|
mkdir -p $dest
|
||||||
@ -80,5 +80,4 @@ buildPythonPackage rec {
|
|||||||
homepage = "http://pysvn.tigris.org/";
|
homepage = "http://pysvn.tigris.org/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
# circular dependency on test tool uranium https://pypi.org/project/uranium/
|
# circular dependency on test tool uranium https://pypi.org/project/uranium/
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportTests = [ "vcver" ];
|
pythonImportsCheck = [ "vcver" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Reference Implementation of vcver";
|
description = "Reference Implementation of vcver";
|
||||||
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jaeles-project";
|
owner = "jaeles-project";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${version}";
|
rev = version;
|
||||||
sha256 = "03gl8y2047iwa6bhmayyds3li21wy3sw1x4hpp9zgqgi95039q86";
|
sha256 = "03gl8y2047iwa6bhmayyds3li21wy3sw1x4hpp9zgqgi95039q86";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user