squeak: build commonly required plugins

Squeak without X11 or audio support is not very useful. Include
the required dependencies.
This commit is contained in:
Tobias Geerinckx-Rice 2015-04-27 21:11:42 +02:00
parent fc15ee2b4b
commit 239a129b5a

View File

@ -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