Fix whitespace
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
4b9da6697b
commit
cb24530135
@ -36,16 +36,16 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ which file perl curl python27 makeWrapper];
|
buildInputs = [ which file perl curl python27 makeWrapper ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.rust-lang.org/;
|
homepage = http://www.rust-lang.org/;
|
||||||
description = "A safe, concurrent, practical language";
|
description = "A safe, concurrent, practical language";
|
||||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
maintainers = [ stdenv.lib.maintainers.madjar ];
|
||||||
license = map (builtins.getAttr "shortName") [stdenv.lib.licenses.mit stdenv.lib.licenses.asl20 ];
|
license = map (builtins.getAttr "shortName") [ stdenv.lib.licenses.mit stdenv.lib.licenses.asl20 ];
|
||||||
# platforms as per http://static.rust-lang.org/doc/master/tutorial.html#getting-started
|
# platforms as per http://static.rust-lang.org/doc/master/tutorial.html#getting-started
|
||||||
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin"];
|
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user