tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gambit: enable on darwin
Mario Rodas
8 years ago
0874789d
24560604
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
compilers
gambit
bootstrap.nix
default.nix
+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
38
-
platforms = stdenv.lib.platforms.linux;
38
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
72
-
platforms = stdenv.lib.platforms.linux;
72
72
+
platforms = stdenv.lib.platforms.unix;
73
73
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ];
74
74
};
75
75
}