1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

gtkmm: 3.18.0 -> 3.20.0

This commit is contained in:
Damien Cassou 2016-04-03 07:27:52 +02:00 committed by Luca Bruno
parent 793ffb14a4
commit e28a8c6d6c

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, gtk3, glibmm, cairomm, pangomm, atkmm, epoxy }:
let
ver_maj = "3.18";
ver_maj = "3.20";
ver_min = "0";
in
stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gtkmm/${ver_maj}/${name}.tar.xz";
sha256 = "829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b";
sha256 = "12h2kd22iayvjfhmgjccm33igrbvqdj7hym31fsa1y0dhwzmf8gh";
};
nativeBuildInputs = [ pkgconfig ];
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glibmm gtk3 atkmm cairomm pangomm ];
enableParallelBuilding = true;
doCheck = true;
# https://bugzilla.gnome.org/show_bug.cgi?id=764521
doCheck = false;
meta = with stdenv.lib; {
description = "C++ interface to the GTK+ graphical user interface library";