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

This commit is contained in:
Peder Bergebakken Sundt 2025-06-04 18:57:28 +02:00
parent 3c8ae5a756
commit 835f60e578

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
];
# 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 = ''