forked from mirrors/nixpkgs
glib: 2.54.2 -> 2.54.3 (maintenance)
This commit is contained in:
parent
82c78b86c7
commit
081b9c9d96
|
@ -43,7 +43,7 @@ let
|
|||
'';
|
||||
|
||||
ver_maj = "2.54";
|
||||
ver_min = "2";
|
||||
ver_min = "3";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/glib/${ver_maj}/${name}.tar.xz";
|
||||
sha256 = "bb89e5c5aad33169a8c7f28b45671c7899c12f74caf707737f784d7102758e6c";
|
||||
sha256 = "963fdc6685dc3da8e5381dfb9f15ca4b5709b28be84d9d05a9bb8e446abac0a8";
|
||||
};
|
||||
|
||||
patches = optional stdenv.isDarwin ./darwin-compilation.patch
|
||||
|
|
Loading…
Reference in a new issue