about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-04-27 21:11:42 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-04-27 23:02:02 +0200
commit239a129b5a7d9236312f0def940264412c81a633 (patch)
treee9b4ea42c1f5cdde7bd8c7eec532d4f4fcccc8d2 /pkgs
parentfc15ee2b4b78879b6959da2045f64ff47e95a7c2 (diff)
downloadnixlib-239a129b5a7d9236312f0def940264412c81a633.tar
nixlib-239a129b5a7d9236312f0def940264412c81a633.tar.gz
nixlib-239a129b5a7d9236312f0def940264412c81a633.tar.bz2
nixlib-239a129b5a7d9236312f0def940264412c81a633.tar.lz
nixlib-239a129b5a7d9236312f0def940264412c81a633.tar.xz
nixlib-239a129b5a7d9236312f0def940264412c81a633.tar.zst
nixlib-239a129b5a7d9236312f0def940264412c81a633.zip
squeak: build commonly required plugins
Squeak without X11 or audio support is not very useful. Include
the required dependencies.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/squeak/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/compilers/squeak/default.nix b/pkgs/development/compilers/squeak/default.nix
index e222d54dbcb8..4a6408d66d11 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