Hello, Pjotr Prins <[EMAIL PROTECTED]> 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. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
