Fix typo
svn path=/nixpkgs/trunk/; revision=28719
This commit is contained in:
parent
a9d2f34301
commit
27dc494095
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
--prefix XDG_DATA_DIRS "${shared_mime_info}/share:$out/share"
|
||||
--prefix XDG_DATA_DIRS : "${shared_mime_info}/share:$out/share"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue