lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gegl_0_4: 0.4.6 → 0.4.8

+5 -5
+5 -5
pkgs/development/libraries/gegl/4.0.nix
··· 3 3 , libwebp, gnome3, libintl }: 4 4 5 5 let 6 - version = "0.4.6"; 6 + version = "0.4.8"; 7 7 in stdenv.mkDerivation rec { 8 8 name = "gegl-${version}"; 9 + 10 + outputs = [ "out" "dev" "devdoc" ]; 11 + outputBin = "dev"; 9 12 10 13 src = fetchurl { 11 14 url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${name}.tar.bz2"; 12 - sha256 = "1rcsa60z09jjayk0q6jam4w8rivh400a08bv2xykiv5qyr1yp5zk"; 15 + sha256 = "0jdfhf8wikba4h68k505x0br3gisiwivc33aca8v3ibaqpp6i53i"; 13 16 }; 14 - 15 - # needs fonts otherwise, don't know how to pass them 16 - configureFlags = [ "--disable-docs" ]; 17 17 18 18 enableParallelBuilding = true; 19 19