buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -19,7 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A simple yet robust commandline random password generator.";
|
||||
homepage = "https://github.com/cyplo/genpass";
|
||||
license = licenses.agpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ cyplo ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user