diff options
Diffstat (limited to 'Biz/Bild/Deps/guile-opengl.nix')
-rw-r--r-- | Biz/Bild/Deps/guile-opengl.nix | 2 |
1 files changed, 1 insertions, 1 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; }; } |