Loading pkgs/development/compilers/neko/default.nix +12 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, boehmgc, zlib, sqlite, pcre, cmake, pkg-config { lib, stdenv, fetchFromGitHub, fetchpatch, boehmgc, zlib, sqlite, pcre, cmake, pkg-config , git, apacheHttpd, apr, aprutil, libmysqlclient, mbedtls, openssl, pkgs, gtk2, libpthreadstubs }: Loading @@ -13,6 +13,14 @@ stdenv.mkDerivation rec { sha256 = "19rc59cx7qqhcqlb0znwbnwbg04c1yq6xmvrwm1xi46k3vxa957g"; }; patches = [ # https://github.com/HaxeFoundation/neko/pull/224 (fetchpatch { url = "https://github.com/HaxeFoundation/neko/commit/ff5da9b0e96cc0eabc44ad2c10b7a92623ba49ee.patch"; sha256 = "sha256-isM7QGPiyXgT2zpIGd+r12vKg7I1rOWYTTWxuECafro="; }) ]; nativeBuildInputs = [ cmake pkg-config git ]; buildInputs = [ boehmgc zlib sqlite pcre apacheHttpd apr aprutil Loading @@ -26,7 +34,9 @@ stdenv.mkDerivation rec { bin/neko bin/test.n ''; doInstallCheck = true; # Called from tools/test.neko line 2 # Uncaught exception - Segmentation fault doInstallCheck = !stdenv.isDarwin; dontPatchELF = true; dontStrip = true; Loading Loading
pkgs/development/compilers/neko/default.nix +12 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, boehmgc, zlib, sqlite, pcre, cmake, pkg-config { lib, stdenv, fetchFromGitHub, fetchpatch, boehmgc, zlib, sqlite, pcre, cmake, pkg-config , git, apacheHttpd, apr, aprutil, libmysqlclient, mbedtls, openssl, pkgs, gtk2, libpthreadstubs }: Loading @@ -13,6 +13,14 @@ stdenv.mkDerivation rec { sha256 = "19rc59cx7qqhcqlb0znwbnwbg04c1yq6xmvrwm1xi46k3vxa957g"; }; patches = [ # https://github.com/HaxeFoundation/neko/pull/224 (fetchpatch { url = "https://github.com/HaxeFoundation/neko/commit/ff5da9b0e96cc0eabc44ad2c10b7a92623ba49ee.patch"; sha256 = "sha256-isM7QGPiyXgT2zpIGd+r12vKg7I1rOWYTTWxuECafro="; }) ]; nativeBuildInputs = [ cmake pkg-config git ]; buildInputs = [ boehmgc zlib sqlite pcre apacheHttpd apr aprutil Loading @@ -26,7 +34,9 @@ stdenv.mkDerivation rec { bin/neko bin/test.n ''; doInstallCheck = true; # Called from tools/test.neko line 2 # Uncaught exception - Segmentation fault doInstallCheck = !stdenv.isDarwin; dontPatchELF = true; dontStrip = true; Loading