buildRustPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-16 12:48:18 +10:00
parent 4789d6feaf
commit 473536e3b5
123 changed files with 0 additions and 123 deletions
@@ -42,7 +42,6 @@ in rustPlatform.buildRustPackage rec {
description = "Bukubrow is a WebExtension for Buku, a command-line bookmark manager";
homepage = "https://github.com/SamHH/bukubrow-host";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ];
};
}