mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
imlib2: 1.4.9 -> 1.4.10
This commit is contained in:
parent
100919ab5b
commit
0b80179b03
@ -5,11 +5,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "imlib2-1.4.9";
|
name = "imlib2-1.4.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/enlightenment/${name}.tar.bz2";
|
url = "mirror://sourceforge/enlightenment/${name}.tar.bz2";
|
||||||
sha256 = "08809xxk2555yj6glixzw9a0x3x8cx55imd89kj3r0h152bn8a3x";
|
sha256 = "0wm2q2xlkbm71k7mw2jyzbxgzylrkcj5yh6nq58w5gybhp98qs9z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libjpeg libtiff giflib libpng bzip2 freetype ]
|
buildInputs = [ libjpeg libtiff giflib libpng bzip2 freetype ]
|
||||||
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
easily, without sacrificing speed.
|
easily, without sacrificing speed.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
homepage = http://docs.enlightenment.org/api/imlib2/html;
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ spwhitt ];
|
maintainers = with maintainers; [ spwhitt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user