dc29a4ac48
* Added NASM, the Netwide Assembler. * Added Generator, an emulator for Sega Genesis / Mega Drive machines. Built with XVideo patch. Strangely it crashes with a GDK error when started in normal mode. However, with the "-a" switch (arcade mode) it works, and subsequently switching back to windowed mode (Ctrl-F) also works. svn path=/nixpkgs/trunk/; revision=1509
6 lines
71 B
Bash
6 lines
71 B
Bash
. $stdenv/setup
|
|
|
|
mkdir -p $out/bin
|
|
mkdir -p $out/man/man1
|
|
|
|
genericBuild |