15 stdenv.mkDerivation rec {
20 url = "https://libopenraw.freedesktop.org/download/libopenraw-${version}.tar.bz2";
21 hash = "sha256-VRWyYQNh7zRYC2uXZjURn23ttPCnnVRmL6X+YYakXtU=";
39 sed -i configure{,.ac} \
40 -e "s,GDK_PIXBUF_DIR=.*,GDK_PIXBUF_DIR=$out/lib/gdk-pixbuf-2.0/2.10.0/loaders,"
44 description = "RAW camerafile decoding library";
45 homepage = "https://libopenraw.freedesktop.org";
46 license = licenses.lgpl3Plus;
51 maintainers = [ maintainers.struan ];