10 stdenv.mkDerivation rec {
15 url = "mirror://sourceforge/lcms/${pname}-${version}.tar.gz";
16 hash = "sha256-2HPTSti5tM6gEGMfGmIo0gh0deTcXnY+uBrMI9nUWlE=";
31 # See https://trac.macports.org/ticket/60656
32 LDFLAGS = if stdenv.hostPlatform.isDarwin then "-Wl,-w" else null;
35 description = "Color management engine";
36 homepage = "http://www.littlecms.com/";
37 license = licenses.mit;
38 platforms = platforms.all;