aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/text/fastmod/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/fastmod/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/fastmod/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/text/fastmod/default.nix b/nixpkgs/pkgs/tools/text/fastmod/default.nix
index 4ea24328b9c..d15683894a2 100644
--- a/nixpkgs/pkgs/tools/text/fastmod/default.nix
+++ b/nixpkgs/pkgs/tools/text/fastmod/default.nix
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/facebookincubator/fastmod";
license = licenses.asl20;
maintainers = with maintainers; [ jduan ];
- platforms = platforms.all;
};
}