1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-04 11:57:03 +00:00

openjdk: Add cpio to buildInputs

svn path=/nixpkgs/trunk/; revision=28096
This commit is contained in:
Shea Levy 2011-08-01 01:17:16 +00:00
parent ec41a120fb
commit 43cb8fb149

View file

@ -17,6 +17,7 @@
, libXrender , libXrender
, libXtst , libXtst
, libXi , libXi
, cpio
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
ant ant
which which
zip zip
cpio
nettools nettools
alsaLib alsaLib
libX11 libX11