gpodder: wrap with missing xdg-utils path

see: <https://github.com/NixOS/nixpkgs/pull/186538#issuecomment-1226872554>
This commit is contained in:
Colin 2023-06-13 03:49:35 +00:00
parent 070ad0eecc
commit 10d0ac11bc

View File

@ -1,6 +1,14 @@
{ lib, fetchFromGitHub, python3, python3Packages, intltool { lib
, glibcLocales, gnome, gtk3, wrapGAppsHook , fetchFromGitHub
, glibcLocales
, gnome
, gobject-introspection , gobject-introspection
, gtk3
, intltool
, python3
, python3Packages
, wrapGAppsHook
, xdg-utils
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
@ -72,6 +80,8 @@ python3Packages.buildPythonApplication rec {
LC_ALL=C PYTHONPATH=src/:$PYTHONPATH pytest tests --ignore=src/gpodder/utilwin32ctypes.py --ignore=src/mygpoclient --cov=gpodder LC_ALL=C PYTHONPATH=src/:$PYTHONPATH pytest tests --ignore=src/gpodder/utilwin32ctypes.py --ignore=src/mygpoclient --cov=gpodder
''; '';
makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}" ];
meta = with lib; { meta = with lib; {
description = "A podcatcher written in python"; description = "A podcatcher written in python";
longDescription = '' longDescription = ''