pharo: Simple fix for Iceberg (#52466)
* Simple fix for Iceberg * Avoiding explicit libgit2 version assumption and removed libgit2 from buildInputs
This commit is contained in:
committed by
Jörg Thalheim
parent
e5db0df0b5
commit
857853d5f1
@@ -1,4 +1,23 @@
|
||||
{ cmake, stdenv, fetchurl, bash, unzip, glibc, openssl, gcc, libGLU_combined, freetype, xorg, alsaLib, cairo, libuuid, autoreconfHook, gcc48, fetchFromGitHub, makeWrapper} @args:
|
||||
{ cmake
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, bash
|
||||
, unzip
|
||||
, glibc
|
||||
, openssl
|
||||
, gcc
|
||||
, libgit2
|
||||
, libGLU_combined
|
||||
, freetype
|
||||
, xorg
|
||||
, alsaLib
|
||||
, cairo
|
||||
, libuuid
|
||||
, autoreconfHook
|
||||
, gcc48
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
} @args:
|
||||
|
||||
let
|
||||
pharo-vm-build = import ./build-vm.nix args;
|
||||
|
||||
Reference in New Issue
Block a user