Merge pull request #120755 from eduardosm/frescobaldi
frescobaldi: 3.1.1 -> 3.1.3
This commit is contained in:
commit
7a217983de
1 changed files with 8 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "frescobaldi";
|
pname = "frescobaldi";
|
||||||
version = "3.1.1";
|
version = "3.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wbsoft";
|
owner = "wbsoft";
|
||||||
repo = "frescobaldi";
|
repo = "frescobaldi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07hjlq29npasn2bsb3qrzr1gikyvcc85avx0sxybfih329bvjk03";
|
sha256 = "1p8f4vn2dpqndw1dylmg7wms6vi69zcfj544c908s4r8rrmbycyf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
@ -19,6 +19,12 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
||||||
|
|
||||||
|
# Needed because source is fetched from git
|
||||||
|
preBuild = ''
|
||||||
|
make -C i18n
|
||||||
|
make -C linux
|
||||||
|
'';
|
||||||
|
|
||||||
# no tests in shipped with upstream
|
# no tests in shipped with upstream
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue