Commit 83358204 authored by jfvillablanca's avatar jfvillablanca
Browse files
parent 8dcea608
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "gajim";
  version = "1.9.3";
  version = "1.9.5";

  src = fetchurl {
    url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
    hash = "sha256-TxWyUDoBvscKa2ogPrFlzLC2q+5RMyMnAiOpQdpFP4M=";
    hash = "sha256-f99NsOsWp+vGecI2DxRfZOCrz/DxaRPEX5LI642HVjw=";
  };

  format = "pyproject";
@@ -60,14 +60,6 @@ python3.pkgs.buildPythonApplication rec {

  nativeCheckInputs = [ xvfb-run dbus ];

  preBuild = ''
    python pep517build/build_metadata.py -o dist/metadata
  '';

  postInstall = ''
    python pep517build/install_metadata.py dist/metadata --prefix=$out
  '';

  checkPhase = ''
    xvfb-run dbus-run-session \
      --config-file=${dbus}/share/dbus-1/session.conf \