buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -40,6 +40,5 @@ in rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dani-garcia/bitwarden_rs";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ msteen ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/mike-engel/jwt-cli";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ rycee ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -89,7 +89,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://sequoia-pgp.org/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ minijackson doronbehar ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.targetPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user