nicotine-plus: 3.0.6 -> 3.1.1
This commit is contained in:
parent
9f377daa41
commit
cb0f28f7bd
1 changed files with 2 additions and 4 deletions
|
@ -5,13 +5,13 @@ with lib;
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "nicotine-plus";
|
pname = "nicotine-plus";
|
||||||
version = "3.0.6";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nicotine-Plus";
|
owner = "Nicotine-Plus";
|
||||||
repo = "nicotine-plus";
|
repo = "nicotine-plus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-NL6TXFRB7OeqNEfdANkEqh+MCOF1+ehR+6RO1XsIix8=";
|
hash = "sha256-NfI2RfxAYhA1qefml1ayfYWjbkrzUL4l9p2Rm/ROnzQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext wrapGAppsHook ];
|
nativeBuildInputs = [ gettext wrapGAppsHook ];
|
||||||
|
@ -21,8 +21,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/nicotine $out/bin/nicotine-plus
|
mv $out/bin/nicotine $out/bin/nicotine-plus
|
||||||
substituteInPlace $out/share/applications/org.nicotine_plus.Nicotine.desktop \
|
|
||||||
--replace "Exec=nicotine" "Exec=$out/bin/nicotine-plus"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue