Revert "cairomm: maintenance 1.12.0 -> 1.12.2"
This reverts commit d652b2cbeeb7120a51c98f5eb0e481e605d7e97a. Some packages got broken by this (rawtherapee*, ardour*).
This commit is contained in:
parent
dc451ad3ea
commit
6e91b74839
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, darwin, cairo, xlibsWrapper, fontconfig, freetype, libsigcxx }:
|
{ fetchurl, stdenv, pkgconfig, darwin, cairo, xlibsWrapper, fontconfig, freetype, libsigcxx }:
|
||||||
let
|
let
|
||||||
ver_maj = "1.12";
|
ver_maj = "1.12";
|
||||||
ver_min = "2";
|
ver_min = "0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cairomm-${ver_maj}.${ver_min}";
|
name = "cairomm-${ver_maj}.${ver_min}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
url = "http://www.cairographics.org/releases/${name}.tar.gz";
|
url = "http://www.cairographics.org/releases/${name}.tar.gz";
|
||||||
# gnome doesn't have the latest version ATM
|
# gnome doesn't have the latest version ATM
|
||||||
#url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
|
#url = "mirror://gnome/sources/cairomm/${ver_maj}/${name}.tar.xz";
|
||||||
sha256 = "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25";
|
sha256 = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user