From 6ce3f32da27545e45f221ba26b375abaa8c8efe4 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 1 Aug 2011 01:16:19 +0000 Subject: [PATCH] Add libXt to buildInputs svn path=/nixpkgs/trunk/; revision=28089 --- pkgs/development/compilers/openjdk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/openjdk/default.nix b/pkgs/development/compilers/openjdk/default.nix index d5168c287e5f..74cb7ba46bfb 100644 --- a/pkgs/development/compilers/openjdk/default.nix +++ b/pkgs/development/compilers/openjdk/default.nix @@ -12,6 +12,7 @@ , jdk , nettools , libX11 +, libXt }: stdenv.mkDerivation rec { @@ -22,7 +23,7 @@ stdenv.mkDerivation rec { sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs"; }; - buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 ]; + buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 libXt ]; postUnpack = '' sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \