z88dk: 2.2 -> 2.3

Diff: https://github.com/z88dk/z88dk/compare/v2.2...v2.3
This commit is contained in:
Ben Siraphob 2024-02-01 15:08:34 -05:00
parent f6f02db1e8
commit 1f1d9777d2
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -1,14 +1,14 @@
{ fetchFromGitHub, lib, stdenv, makeWrapper, unzip, libxml2, m4, uthash, which }:
{ fetchFromGitHub, lib, stdenv, makeWrapper, unzip, libxml2, gmp, m4, uthash, which, pkg-config }:
stdenv.mkDerivation rec {
pname = "z88dk";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "z88dk";
repo = "z88dk";
rev = "v${version}";
sha256 = "sha256-vf/hEmcl6R3nsc66G6eETNeW0SV/odk14XIpEPPAbKo=";
sha256 = "sha256-CHTORgK6FYIO6n+cvTUX4huY2Ek5FuHrs40QN5NZX44=";
fetchSubmodules = true;
};
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
"git_count=0"
];
nativeBuildInputs = [ which makeWrapper unzip ];
buildInputs = [ libxml2 m4 uthash ];
nativeBuildInputs = [ which makeWrapper unzip pkg-config ];
buildInputs = [ libxml2 m4 uthash gmp ];
preInstall = ''
mkdir -p $out/{bin,share}