Hi,

Marc Weber wrote:

> adding scribus - don't miss the comment about fonts!

I doubt that many people read comments in Nix expressions before installing a
package...

> +  # fix rpath which is removed by cmake..
> +  postFixup = ''
> +    for i in $buildInputs ${stdenv.gcc.gcc}; do

This breaks the Nixpkgs tarball: http://hydra.nixos.org/build/102228.  Note that
you cannot count on stdenv.gcc having a gcc attribute (it's not the case in
impure stdenvs).

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to