mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Merge remote-tracking branch 'origin/trunk' into enable-wasm-tests
This commit is contained in:
commit
5076ba47ee
2 changed files with 3 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "debugir";
|
name = "debugir";
|
||||||
# we can go back to upstream when https://github.com/vaivaswatha/debugir/pull/4 gets merged
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "Arkham";
|
owner = "vaivaswatha";
|
||||||
repo = "debugir";
|
repo = "debugir";
|
||||||
rev = "8d543e8796a1ab28ebf708e8e6883a574dd5e48c";
|
rev = "db871e6cee7f653e284b226e2567a2574635247c";
|
||||||
sha256 = "10sz3jwfkmqbp91d5aj9wd79k0cksl9qh4hirlivfyw8dcmbk384";
|
sha256 = "0rgh9gawf92mjya1plxlgi9azkwca3gq8qa5hri18k4b7sbjm6lx";
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [ cmake libxml2 llvmPackages_12.llvm.dev ];
|
buildInputs = with pkgs; [ cmake libxml2 llvmPackages_12.llvm.dev ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
|
@ -50,8 +50,6 @@ let
|
||||||
zig
|
zig
|
||||||
|
|
||||||
# lib deps
|
# lib deps
|
||||||
llvmPkgs.libcxx
|
|
||||||
llvmPkgs.libcxxabi
|
|
||||||
libffi
|
libffi
|
||||||
libxml2
|
libxml2
|
||||||
ncurses
|
ncurses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue