[Nix-dev] add xslt to a derivation

Mathijs Kwik mathijs at bluescreen303.nl
Wed Dec 4 13:38:40 CET 2013


$ grep 'xslt.*=' pkgs/top-level/all-packages.nix
  libxslt = callPackage ../development/libraries/libxslt { };
  docbook_xml_xslt = docbook_xsl;

first result



On Wed, Dec 4, 2013 at 1:31 PM, Roelof Wobben <rwobben at hotmail.com> wrote:
> when compiling cinnamon-control-center I see this message:
>
> checking whether gcc understands -Wno-sign-compare... yes
> checking what warning flags to pass to the C compiler... -Wall
> -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
> checking what language compliance flags to pass to the C compiler...
> checking for X... no
> checking for glib-mkenums...
> /nix/store/1kh7gl673vp4zpilrvsi4cmxwk7il27n-glib-2.36.4/bin/glib-mkenums
> checking for xsltproc... no
> configure: error: xsltproc is required to build documentation
> builder for
> `/nix/store/m6mhqzk71kd6y5ci9qylsjknffcy9bqc-cinnamon-control-center-2.0.9.drv'
> failed with exit code 1
> error: build of
> `/nix/store/m6mhqzk71kd6y5ci9qylsjknffcy9bqc-cinnamon-control-center-2.0.9.drv'
> failed
>
>
> but if I add xslt to the buildInputs I see that xsltproc is not known as a
> package.
>
> How to solve this ?
>
> Roelof
>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list