Commit 85afc222 authored by nicoo's avatar nicoo
Browse files

python3.bork: use python's default `meta.platforms`

`platforms.all` is not technically correct, as CPython itself
is not useable on all the platforms defined in nixpkgs.
parent 21bc814a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,6 +67,5 @@ buildPythonPackage rec {
    homepage = "https://github.com/duckinator/bork";
    license = licenses.mit;
    maintainers = with maintainers; [ nicoo ];
    platforms = platforms.all;
  };
}