FreeBSD: minor fixes, add notes and make stdenv more robust
This commit is contained in:
@@ -7,6 +7,7 @@ stdenv.mkDerivation (rec {
|
||||
src = fetchsvn {
|
||||
url = svn://svn.code.sf.net/p/elftoolchain/code/trunk;
|
||||
rev = (stdenv.lib.strings.toInt version);
|
||||
name = "elftoolchain-${version}";
|
||||
};
|
||||
|
||||
buildInputs = [ gnum4 tet ];
|
||||
|
||||
Reference in New Issue
Block a user