Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cross-js.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pkgs.mkShell ({
(pkgs.pkg-config or pkgconfig)
(tool "happy")
(tool "alex")
perl
stdenv.cc.cc.lib
which
]) ++ (with pkgs.buildPackages; [
Expand Down
1 change: 1 addition & 0 deletions cross-windows.nix
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ pkgs.pkgsBuildBuild.mkShell ({
(pkgsBuildBuild.pkg-config or pkgsBuildBuild.pkgconfig)
(tool "happy")
(tool "alex")
pkgsBuildBuild.perl
stdenv.cc.cc.lib
pkgsBuildBuild.which
])
Expand Down
1 change: 1 addition & 0 deletions dynamic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ pkgs.mkShell {
]
++ (with pkgs; [
openssl
perl
pcre
pkg-config
which
Expand Down
1 change: 1 addition & 0 deletions static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ pkgs.mkShell (rec {
(compiler.override { enableShared = true; })
] ++ (with pkgs; [
(pkgs.pkg-config or pkgconfig)
perl
stdenv.cc.cc.lib
which
]) ++ (with pkgs.buildPackages; [
Expand Down
Loading