* An example of supporting legacy applications using dosbox ;-)
svn path=/nixpkgs/trunk/; revision=6895
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{stdenv, fetchurl, dosbox, unzip}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "keen4";
|
||||
builder = ./builder.sh;
|
||||
|
||||
dist = /home/eelco/keen4.zip;
|
||||
|
||||
buildInputs = [unzip];
|
||||
|
||||
inherit dosbox;
|
||||
|
||||
meta = {
|
||||
description = "Commander Keen Episode 4: Secret of the Oracle";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user