nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cairomm: 1.12.2 -> 1.14.3

authored by

Maxine Aubrey and committed by
Jan Tojnar
d5423195 54a88efc

+6 -5
+6 -5
pkgs/development/libraries/cairomm/default.nix
··· 1 - { fetchurl, lib, stdenv, pkg-config, darwin, cairo, fontconfig, freetype, libsigcxx }: 1 + { fetchurl, lib, stdenv, pkg-config, darwin, cairo, fontconfig, freetype, libsigcxx, meson, ninja }: 2 + 2 3 stdenv.mkDerivation rec { 3 4 pname = "cairomm"; 4 - version = "1.12.2"; 5 + version = "1.14.3"; 5 6 6 7 src = fetchurl { 7 - url = "https://www.cairographics.org/releases/${pname}-${version}.tar.gz"; 8 + url = "https://www.cairographics.org/releases/${pname}-${version}.tar.xz"; 8 9 # gnome doesn't have the latest version ATM; beware: same name but different hash 9 10 #url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 10 - sha256 = "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25"; 11 + sha256 = "sha256-DTfgZ8XEyngIt87dq/4ZMsW9KnUK1k+zIeEhNTYpfng="; 11 12 }; 12 13 13 14 outputs = [ "out" "dev" ]; 14 15 15 - nativeBuildInputs = [ pkg-config ]; 16 + nativeBuildInputs = [ pkg-config meson ninja ]; 16 17 propagatedBuildInputs = [ cairo libsigcxx ]; 17 18 buildInputs = [ fontconfig freetype ] 18 19 ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [