Loading pkgs/applications/audio/gpodder/default.nix +12 −2 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3, python3Packages, intltool , glibcLocales, gnome, gtk3, wrapGAppsHook { lib , fetchFromGitHub , glibcLocales , gnome , gobject-introspection , gtk3 , intltool , python3 , python3Packages , wrapGAppsHook , xdg-utils }: python3Packages.buildPythonApplication rec { Loading Loading @@ -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 ''; makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}" ]; meta = with lib; { description = "A podcatcher written in python"; longDescription = '' Loading Loading
pkgs/applications/audio/gpodder/default.nix +12 −2 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3, python3Packages, intltool , glibcLocales, gnome, gtk3, wrapGAppsHook { lib , fetchFromGitHub , glibcLocales , gnome , gobject-introspection , gtk3 , intltool , python3 , python3Packages , wrapGAppsHook , xdg-utils }: python3Packages.buildPythonApplication rec { Loading Loading @@ -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 ''; makeWrapperArgs = [ "--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}" ]; meta = with lib; { description = "A podcatcher written in python"; longDescription = '' Loading