Unverified Commit be804f5a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

gajim: fix missing metadata (#350663)

parents ef5045c6 1fffa859
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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[@]}")
  '';