[Nix-dev] Re: [Nix-commits] SVN commit: nix - 17866 - MarcWeber - in nixpkgs/trunk/pkgs: applications/office applications/office/scribus top-level
Eelco Dolstra
e.dolstra at tudelft.nl
Mon Oct 19 17:14:05 CEST 2009
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/
More information about the nix-dev
mailing list