[Nix-dev] [PATCH] Pil needs lcms
Florian Friesdorf
flo at chaoflow.net
Sat Jun 16 23:34:59 CEST 2012
Hi Ilja,
On Fri, 08 Jun 2012 17:17:18 +0300, Ilja Honkonen <ilja.honkonen at helsinki.fi> wrote:
> Hello
>
> The following patch fixes compilation of pil for me, without it I get
> complaints about lcms.h not being found:
I could not reproduce this. When do you get the error?
regards
florian
> --- a/pkgs/development/python-modules/pil/default.nix
> +++ b/pkgs/development/python-modules/pil/default.nix
> @@ -1,4 +1,4 @@
> -{ fetchurl, stdenv, python, libjpeg, zlib, freetype }:
> +{ fetchurl, stdenv, python, libjpeg, zlib, freetype, lcms }:
>
> let version = "1.1.7"; in
>
> @@ -10,7 +10,7 @@ stdenv.mkDerivation {
> sha256 = "04aj80jhfbmxqzvmq40zfi4z3cw6vi01m3wkk6diz3lc971cfnw9";
> };
>
> - buildInputs = [ python libjpeg zlib freetype ];
> + buildInputs = [ python libjpeg zlib freetype lcms ];
>
> doCheck = true;
>
> Ilja
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
--
Florian Friesdorf <flo at chaoflow.net>
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20120616/9f9476cc/attachment.bin
More information about the nix-dev
mailing list