[Nix-dev] Would this be usefule to have in a global place?

Marc Weber marco-oweber at gmx.de
Thu Sep 13 01:54:33 CEST 2007


  if [ -z ${system##*cygwin*} ]; then
    PATH_DELEMITER=;
  else
    PATH_DELEMITER=;
  fi

?
Then you will only need one lines..
setupHook=PHP_INCLUDES${PHP_INCLUDES:+;}$target
At leat PHP and haskell packages could use this to construct env
variables

Marc



More information about the nix-dev mailing list