fix evince

svn path=/nixpkgs/trunk/; revision=28651
This commit is contained in:
Michael Raskin 2011-08-18 09:07:31 +00:00
parent 739b5aae63
commit e33a0c0a85
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
# Tell Glib/GIO about the MIME info directory, which is used
# by `g_file_info_get_content_type ()'.
wrapProgram "$out/bin/evince" \
--set XDG_DATA_DIRS "${shared_mime_info}/share"
--set XDG_DATA_DIRS "${shared_mime_info}/share:$out/share"
'';
meta = {