portfolio-filemanager: 0.9.12 -> 0.9.14

https://github.com/tchx84/Portfolio/blob/v0.9.14/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-04-17 16:20:00 +00:00 committed by Robert Schütz
parent 547797dea8
commit dc470f7448

View File

@ -17,7 +17,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "portfolio"; pname = "portfolio";
version = "0.9.12"; version = "0.9.14";
format = "other"; format = "other";
@ -25,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "tchx84"; owner = "tchx84";
repo = "Portfolio"; repo = "Portfolio";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-P+XQRIL2DepoOSVElxVxMihqxdxwLVnvXuraZN8L7z8="; hash = "sha256-mrb202ON0B6VlY+U+jN0jJmbT36jQ8krNnuODynaCUA=";
}; };
postPatch = '' postPatch = ''
@ -56,6 +56,10 @@ python3.pkgs.buildPythonApplication rec {
pygobject3 pygobject3
]; ];
checkPhase = ''
meson test
'';
postInstall = '' postInstall = ''
ln -s dev.tchx84.Portfolio "$out/bin/portfolio" ln -s dev.tchx84.Portfolio "$out/bin/portfolio"
''; '';