Skip to content

Commit

Permalink
gpodder: build XDG files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar authored and Mic92 committed Oct 25, 2017
1 parent 7104c7e commit 91375ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/audio/gpodder/default.nix
Expand Up @@ -51,6 +51,13 @@ python2Packages.buildPythonApplication rec {
feedparser dbus-python mygpoclient pygtk eyeD3 podcastparser html5lib
] ++ stdenv.lib.optional ipodSupport libgpod;

preBuild = ''
make PREFIX="$out" \
share/applications/gpodder-url-handler.desktop \
share/applications/gpodder.desktop \
share/dbus-1/services/org.gpodder.service
'';

checkPhase = ''
LC_ALL=C python -m gpodder.unittests
'';
Expand Down

0 comments on commit 91375ce

Please sign in to comment.