From db27065bf4494794192fcf362b9b026b6525df3b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 9 Feb 2021 18:37:50 -0500 Subject: Fix nix-shell on darwin --- Biz/Bild/Deps/guile-opengl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild/Deps/guile-opengl.nix') diff --git a/Biz/Bild/Deps/guile-opengl.nix b/Biz/Bild/Deps/guile-opengl.nix index 6b5df43..d334430 100644 --- a/Biz/Bild/Deps/guile-opengl.nix +++ b/Biz/Bild/Deps/guile-opengl.nix @@ -34,6 +34,6 @@ in stdenv.mkDerivation { homepage = "https://www.gnu.org/software/guile-opengl/"; license = licenses.gpl3Plus; maintainers = with maintainers; [ vyp ]; - platforms = platforms.linux; + platforms = platforms.all; }; } -- cgit v1.2.3