Skip to content

Commit

Permalink
mpdris2: install locale files to correct location
Browse files Browse the repository at this point in the history
The package included outdated intltool makefiles, resulting in installation of
local files to `$out/'@DATADIRNAME'`. Running `intltoolize -f` forces
regeneration of the Makefile and fixes the issue.
  • Loading branch information
bennofs committed Mar 7, 2017
1 parent 3449107 commit f9b08c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/audio/mpdris2/default.nix
Expand Up @@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "0zdmamj2ldhr6y3s464w8y2x3yizda784jnlrg3j3myfabssisvz";
};

preConfigure = ''
intltoolize -f
'';

buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify ];
Expand Down

0 comments on commit f9b08c9

Please sign in to comment.