imlib2: enable libid3tag support
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, libjpeg, libtiff, giflib, libpng, bzip2, pkgconfig
|
{ stdenv, fetchurl, libjpeg, libtiff, giflib, libpng, bzip2, pkgconfig
|
||||||
, freetype
|
, freetype, libid3tag
|
||||||
, x11Support ? true, xlibsWrapper ? null }:
|
, x11Support ? true, xlibsWrapper ? null }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0wm2q2xlkbm71k7mw2jyzbxgzylrkcj5yh6nq58w5gybhp98qs9z";
|
sha256 = "0wm2q2xlkbm71k7mw2jyzbxgzylrkcj5yh6nq58w5gybhp98qs9z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libjpeg libtiff giflib libpng bzip2 freetype ]
|
buildInputs = [ libjpeg libtiff giflib libpng bzip2 freetype libid3tag ]
|
||||||
++ optional x11Support xlibsWrapper;
|
++ optional x11Support xlibsWrapper;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|||||||
Reference in New Issue
Block a user