1 { lib, stdenv, fetchFromGitHub, pkg-config, libtool, autoconf, automake
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "14bjl9v6zzac4df25gm3bkw3n0mza5iazazsi65gg3m6661x6c5g";
16 enableParallelBuilding = true;
18 nativeBuildInputs = [ pkg-config libtool autoconf automake ];
20 propagatedBuildInputs = [ libjpeg libexif ];
27 homepage = "https://github.com/mattes/epeg";
28 description = "Insanely fast JPEG/ JPG thumbnail scaling";
29 platforms = platforms.linux ++ platforms.darwin;
31 url = "https://github.com/mattes/epeg#license";
33 maintainers = with maintainers; [ nh2 ];