Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gambit: enable on darwin

(cherry picked from commit 0874789dd5659b2048bdb5c054bc976cb00142fb)

authored by Mario Rodas and committed by Daiderd Jordan b052ce05 6c056757

+2 -2
+1 -1
pkgs/development/compilers/gambit/bootstrap.nix
··· 35 35 description = "Optimizing Scheme to C compiler, bootstrap step"; 36 36 homepage = "http://gambitscheme.org"; 37 37 license = stdenv.lib.licenses.lgpl2; 38 - platforms = stdenv.lib.platforms.linux; 38 + platforms = stdenv.lib.platforms.unix; 39 39 maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/compilers/gambit/default.nix
··· 69 69 description = "Optimizing Scheme to C compiler"; 70 70 homepage = "http://gambitscheme.org"; 71 71 license = stdenv.lib.licenses.lgpl2; 72 - platforms = stdenv.lib.platforms.linux; 72 + platforms = stdenv.lib.platforms.unix; 73 73 maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ]; 74 74 }; 75 75 }