* Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{stdenv, fetchurl, game, paks, mesa, name}:
|
||||
{stdenv, fetchurl, game, paks, mesa, name, description}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
inherit game paks mesa name;
|
||||
|
||||
mesaSwitch = ../../../build-support/opengl/mesa-switch.sh;
|
||||
|
||||
meta = {
|
||||
inherit description;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user