mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Rearrange program inputs
svn path=/nixpkgs/trunk/; revision=28045
This commit is contained in:
parent
52582a9b45
commit
6795da6837
1 changed files with 10 additions and 1 deletions
|
@ -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 {
|
||||
name = "openjdk-7b127";
|
||||
|
|
Loading…
Reference in a new issue