mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
squeak: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer be the case.
This commit is contained in:
parent
a1887ed539
commit
c1ac656934
@ -1,8 +1,8 @@
|
||||
{ lib, stdenv, fetchFromGitHub, fetchurl, fetchzip
|
||||
, autoconf, automake, autoreconfHook, clang, dos2unix, file, perl
|
||||
, pkg-config
|
||||
, alsa-lib, coreutils, freetype, glib, glibc, gnugrep, libpulseaudio, libtool
|
||||
, libuuid, openssl, pango, xorg
|
||||
, alsa-lib, coreutils, freetype, glib, glibc, gnugrep, libGL, libpulseaudio
|
||||
, libtool, libuuid, openssl, pango, xorg
|
||||
, squeakImageHash ? null, squeakSourcesHash ? null, squeakSourcesVersion ? null
|
||||
, squeakVersion ? null, squeakVmCommitHash ? null, squeakVmCommitHashHash ? null
|
||||
, squeakVmVersion ? null
|
||||
@ -88,6 +88,7 @@ in stdenv.mkDerivation {
|
||||
glib
|
||||
glibc
|
||||
gnugrep
|
||||
libGL
|
||||
libpulseaudio
|
||||
libtool
|
||||
libuuid
|
||||
|
Loading…
Reference in New Issue
Block a user