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:
Jose San Leandro
2018-12-19 12:16:06 +01:00
committed by Jörg Thalheim
parent e5db0df0b5
commit 857853d5f1
2 changed files with 67 additions and 5 deletions
+20 -1
View File
@@ -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;