summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-20 21:45:13 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-20 22:02:59 +0000
commitc1ac656934fd404042872a9d00a2dfc69ed222b8 (patch)
treec4f428f6a051e91641a0abb49565a68c8c4d43d1
parenta1887ed5396d7bb3993f0271a3ccf935c216dfe2 (diff)
downloadnixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar.gz
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar.bz2
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar.lz
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar.xz
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.tar.zst
nixpkgs-c1ac656934fd404042872a9d00a2dfc69ed222b8.zip
squeak: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
-rw-r--r--pkgs/development/compilers/squeak/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/compilers/squeak/default.nix b/pkgs/development/compilers/squeak/default.nix
index 818ad22fae7..79627eba7c8 100644
--- a/pkgs/development/compilers/squeak/default.nix
+++ b/pkgs/development/compilers/squeak/default.nix
@@ -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