mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
gnome3.libgweather: update
This commit is contained in:
parent
dd4a846b0f
commit
4e5fe00a1f
14
pkgs/desktops/gnome-3/core/libgweather/default.nix
Normal file
14
pkgs/desktops/gnome-3/core/libgweather/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, libsoup, gconf
|
||||
, pango, gdk_pixbuf, atk }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgweather-3.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libgweather/3.6/${name}.tar.xz";
|
||||
sha256 = "1c50m0zrnfh4g58rzf33dfw8ggslj38c61p8a75905bmj3rfyahg";
|
||||
};
|
||||
configureFlags = if stdenv ? glibc then "--with-zoneinfo-dir=${stdenv.glibc}/share/zoneinfo" else "";
|
||||
propagatedBuildInputs = [ libxml2 gtk libsoup gconf pango gdk_pixbuf atk ];
|
||||
nativeBuildInputs = [ pkgconfig intltool ];
|
||||
}
|
@ -32,6 +32,8 @@ rec {
|
||||
|
||||
gvfs = callPackage ./core/gvfs { };
|
||||
|
||||
libgweather = callPackage ./core/libgweather { };
|
||||
|
||||
vte = callPackage ./core/vte { };
|
||||
|
||||
zenity = callPackage ./core/zenity { };
|
||||
|
@ -1,13 +0,0 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libxml2, gtk3, intltool, libsoup, GConf3 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libgweather-3.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/libgweather/3.4/libgweather-3.4.1.tar.xz;
|
||||
sha256 = "0q0vkggrbvy2ihwcsfynlv5qk9l3wjinls8yvmkb1qisyc4lv77f";
|
||||
};
|
||||
configureFlags = if stdenv ? glibc then "--with-zoneinfo-dir=${stdenv.glibc}/share/zoneinfo" else "";
|
||||
propagatedBuildInputs = [ libxml2 gtk3 libsoup GConf3 ];
|
||||
nativeBuildInputs = [ pkgconfig intltool ];
|
||||
}
|
@ -4150,8 +4150,6 @@ let
|
||||
|
||||
libgtop = callPackage ../development/libraries/libgtop {};
|
||||
|
||||
libgweather = callPackage ../development/libraries/libgweather {};
|
||||
|
||||
liblo = callPackage ../development/libraries/liblo { };
|
||||
|
||||
liblrdf = librdf;
|
||||
|
@ -1033,7 +1033,6 @@ in
|
||||
libgpod = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
libgsf = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
libgtop = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
libgweather = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
libimobiledevice = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
libinfinity = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
liblapack = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
|
Loading…
Reference in New Issue
Block a user