Rearrange program inputs
svn path=/nixpkgs/trunk/; revision=28045
This commit is contained in:
parent
52582a9b45
commit
6795da6837
@ -1,4 +1,13 @@
|
|||||||
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep, gnused, alsaLib, ant}:
|
{ stdenv
|
||||||
|
, fetchurl
|
||||||
|
, unzip
|
||||||
|
, procps
|
||||||
|
, coreutils
|
||||||
|
, gnugrep
|
||||||
|
, gnused
|
||||||
|
, alsaLib
|
||||||
|
, ant
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openjdk-7b127";
|
name = "openjdk-7b127";
|
||||||
|
Loading…
Reference in New Issue
Block a user