summary refs log tree commit diff
path: root/pkgs/development/python-modules/adblock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/adblock/default.nix')
-rw-r--r--pkgs/development/python-modules/adblock/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/adblock/default.nix b/pkgs/development/python-modules/adblock/default.nix
index c608f48fdf9..8fc697828f0 100644
--- a/pkgs/development/python-modules/adblock/default.nix
+++ b/pkgs/development/python-modules/adblock/default.nix
@@ -46,11 +46,10 @@ buildPythonPackage rec {
 
   pythonImportsCheck = [ "adblock" ];
 
-  passthru.meta = with lib; {
+  meta = with lib; {
     description = "Python wrapper for Brave's adblocking library, which is written in Rust";
     homepage = "https://github.com/ArniDagur/python-adblock/";
     maintainers = with maintainers; [ petabyteboy ];
     license = with licenses; [ asl20 mit ];
-    platforms = with platforms; [ all ];
   };
 }