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