Robin Gloster 2017-10-23 15:12:39 +02:00
parent 4ea79d3f36
commit bed5bb1f5e
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -56,6 +56,6 @@ rustPlatform.buildRustPackage rec {
description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ wizeman retrry ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}