From 239a129b5a7d9236312f0def940264412c81a633 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 27 Apr 2015 21:11:42 +0200 Subject: [PATCH] squeak: build commonly required plugins Squeak without X11 or audio support is not very useful. Include the required dependencies. --- pkgs/development/compilers/squeak/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/squeak/default.nix b/pkgs/development/compilers/squeak/default.nix index e222d54dbcb..4a6408d66d1 100644 --- a/pkgs/development/compilers/squeak/default.nix +++ b/pkgs/development/compilers/squeak/default.nix @@ -1,4 +1,5 @@ -{ stdenv, fetchurl, cmake, coreutils, freetype, gnused, pkgconfig, which }: +{ stdenv, fetchurl, cmake, coreutils, dbus, freetype, glib, gnused +, libpthreadstubs, pango, pkgconfig, pulseaudio, which }: let version = "4.10.2.2614"; in stdenv.mkDerivation rec { @@ -27,7 +28,8 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ nckx ]; }; - buildInputs = [ cmake coreutils freetype gnused pkgconfig which ]; + buildInputs = [ cmake coreutils dbus freetype glib gnused libpthreadstubs + pango pkgconfig pulseaudio which ]; postPatch = '' for i in squeak.in squeak.sh.in; do