cargo: Should be supported on all Linux platforms now

This commit is contained in:
Tuomas Tynkkynen 2018-02-03 13:51:03 +02:00
parent 3753608dec
commit 3effd5bb05

View File

@ -61,6 +61,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 = [ "x86_64-linux" "x86_64-darwin" ];
platforms = platforms.unix;
};
}