Loading pkgs/development/libraries/unicorn/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "unicorn"; version = "2.1.1"; version = "2.1.3"; src = fetchFromGitHub { owner = "unicorn-engine"; repo = "unicorn"; tag = version; hash = "sha256-ZlQ2WVTToT0OMxK6brsHnchxDwAR5n1wdtZtkTTgWV4="; hash = "sha256-vBggblml+lQFhyNrfIp5GKVQ09fd+ccblKHEzWteMbI="; }; nativeBuildInputs = Loading pkgs/development/python-modules/unicorn/default.nix +13 −9 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, stdenv, buildPythonPackage, capstone, pytestCheckHook, setuptools-scm, setuptools, unicorn, }: Loading Loading @@ -32,17 +35,18 @@ buildPythonPackage rec { "macosx_11_0" ]; build-system = [ setuptools ]; checkPhase = '' runHook preCheck build-system = [ setuptools setuptools-scm ]; mv unicorn unicorn.hidden patchShebangs sample_*.py shellcode.py sh -e sample_all.sh nativeCheckInputs = [ capstone pytestCheckHook ]; runHook postCheck ''; # this test does not appear to be intended as a pytest-style test disabledTests = [ "test_i386" ]; pythonImportsCheck = [ "unicorn" ]; Loading Loading
pkgs/development/libraries/unicorn/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "unicorn"; version = "2.1.1"; version = "2.1.3"; src = fetchFromGitHub { owner = "unicorn-engine"; repo = "unicorn"; tag = version; hash = "sha256-ZlQ2WVTToT0OMxK6brsHnchxDwAR5n1wdtZtkTTgWV4="; hash = "sha256-vBggblml+lQFhyNrfIp5GKVQ09fd+ccblKHEzWteMbI="; }; nativeBuildInputs = Loading
pkgs/development/python-modules/unicorn/default.nix +13 −9 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, stdenv, buildPythonPackage, capstone, pytestCheckHook, setuptools-scm, setuptools, unicorn, }: Loading Loading @@ -32,17 +35,18 @@ buildPythonPackage rec { "macosx_11_0" ]; build-system = [ setuptools ]; checkPhase = '' runHook preCheck build-system = [ setuptools setuptools-scm ]; mv unicorn unicorn.hidden patchShebangs sample_*.py shellcode.py sh -e sample_all.sh nativeCheckInputs = [ capstone pytestCheckHook ]; runHook postCheck ''; # this test does not appear to be intended as a pytest-style test disabledTests = [ "test_i386" ]; pythonImportsCheck = [ "unicorn" ]; Loading