python3Packages.gotify: stdenv.isDarwin -> stdenv.buildPlatform.isDarwin

Changed files
+1 -1
pkgs
development
python-modules
gotify
+1 -1
pkgs/development/python-modules/gotify/default.nix
···
];
# tests raise an exception if the system is not Linux or Windows
-
doCheck = !stdenv.isDarwin;
+
doCheck = !stdenv.buildPlatform.isDarwin;
# tests require gotify-server to be located in ./tests/test-server/gotify-linux-{arch}
postPatch = ''