gajim: fix missing metadata
As suggested by https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/ff670fcc620442b1ddd0955a1e62bd5a7f21e97b#9b9baac1eb9b72790eef5540a1685306fc43fd6c_47_38
This commit is contained in:
@@ -47,6 +47,14 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
preBuild = ''
|
||||
python make.py build --dist unix
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
python make.py install --dist unix --prefix=$out
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user