[Nix-dev] Re: [Nix-commits] SVN commit: nix - 11986 - pjotrp - in nixpkgs/trunk/pkgs/applications/science/biology: . mrbayes

Ludovic Courtès ludo at gnu.org
Fri Jun 6 09:32:27 CEST 2008


Hello,

Pjotr Prins <pjotr2008 at thebird.nl> writes:

> Author: pjotrp
> Date: 2008-06-05 13:35:45 +0000 (Thu, 05 Jun 2008)
> New Revision: 11986
>
> You can view the changes in this commit at:
>    https://svn.nixos.org/viewvc/nix?rev=11986&view=rev
>
> Added:
>    nixpkgs/trunk/pkgs/applications/science/biology/mrbayes/
>    nixpkgs/trunk/pkgs/applications/science/biology/mrbayes/builder.sh
>    nixpkgs/trunk/pkgs/applications/science/biology/mrbayes/default.nix

Since the builder is quite standard, I think you can do away with
`builder.sh' and instead just use, say, `installPhase' in `default.nix'
to replace "make install" (which is the default) by "cp -v mb $out/bin".

Thanks,
Ludovic.



More information about the nix-dev mailing list