forked from mirrors/nixpkgs
Fix typo
svn path=/nixpkgs/trunk/; revision=28719
This commit is contained in:
parent
a9d2f34301
commit
27dc494095
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
# Tell Glib/GIO about the MIME info directory, which is used
|
# Tell Glib/GIO about the MIME info directory, which is used
|
||||||
# by `g_file_info_get_content_type ()'.
|
# by `g_file_info_get_content_type ()'.
|
||||||
wrapProgram "$out/bin/evince" \
|
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 = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue