Unverified Commit 49eee7c7 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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
parent 847b66d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -242,5 +242,6 @@ python3'.pkgs.buildPythonPackage rec {
    license = licenses.agpl3Plus;
    homepage = "http://www.privacyidea.org";
    maintainers = with maintainers; [ globin ma27 ];
    platforms = platforms.linux;
  };
}