pass zoneinfo to libgweather
svn path=/nixpkgs/trunk/; revision=16806
This commit is contained in:
parent
b67e9a0415
commit
05ebbec1aa
|
@ -255,6 +255,7 @@ rec {
|
||||||
|
|
||||||
libgweather = stdenv.mkDerivation {
|
libgweather = stdenv.mkDerivation {
|
||||||
inherit (desktop.libgweather) name src;
|
inherit (desktop.libgweather) name src;
|
||||||
|
configureFlags = "--with-zoneinfo-dir=/etc/localtime"; # is created by nixos. This is the default location of debian/ gentoo as well
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gettext perl perlXMLParser pkgconfig gtk libxml2 gnomevfs
|
gettext perl perlXMLParser pkgconfig gtk libxml2 gnomevfs
|
||||||
intltool libsoup
|
intltool libsoup
|
||||||
|
|
Loading…
Reference in New Issue