diff options
author | Ben Sima <ben@bsima.me> | 2021-02-09 18:37:50 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-09 18:37:50 -0500 |
commit | db27065bf4494794192fcf362b9b026b6525df3b (patch) | |
tree | 901929c84b4fecdd174bcadca4abfd91d6ac4544 /Biz/Bild/Deps | |
parent | d264355fcfbed439157eb7ce9371776806bc2253 (diff) |
Fix nix-shell on darwin
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/guile-opengl.nix | 2 | ||||
-rw-r--r-- | Biz/Bild/Deps/inspekt3d.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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; }; } diff --git a/Biz/Bild/Deps/inspekt3d.nix b/Biz/Bild/Deps/inspekt3d.nix index f891ca3..2d76b0d 100644 --- a/Biz/Bild/Deps/inspekt3d.nix +++ b/Biz/Bild/Deps/inspekt3d.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation { homepage = "https://gitlab.com/kavalogic-inc/inspekt3d"; license = licenses.gpl3; maintainers = with maintainers; [ bsima ]; - platforms = platforms.linux; + platforms = platforms.all; }; } |