privacyidea: build on linux only

I'm not even aware of darwin support, but since it appears to break[1],
I'd say it's skip it.

ZHF #230712

[1] https://hydra.nixos.org/build/219600077
This commit is contained in:
Maximilian Bosch 2023-05-15 13:09:57 +02:00
parent 847b66d055
commit 49eee7c7aa
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -242,5 +242,6 @@ python3'.pkgs.buildPythonPackage rec {
license = licenses.agpl3Plus;
homepage = "http://www.privacyidea.org";
maintainers = with maintainers; [ globin ma27 ];
platforms = platforms.linux;
};
}