squeak: build commonly required plugins
Squeak without X11 or audio support is not very useful. Include the required dependencies.
This commit is contained in:
parent
fc15ee2b4b
commit
239a129b5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user