Use installPhase instead of builder for BSOD

This commit is contained in:
Antono Vasiljev 2012-06-25 18:04:08 +03:00
parent 182f0dfe5e
commit 584ff70a16
2 changed files with 5 additions and 10 deletions

@ -1,8 +0,0 @@
source $stdenv/setup
tar xvfz $src
cd bsod-*
make
mkdir -p $out/bin
cp bsod $out/bin

@ -3,8 +3,6 @@
stdenv.mkDerivation {
name = "bsod-0.1";
builder = ./builder.sh;
src = fetchurl {
url = http://www.vanheusden.com/bsod/bsod-0.1.tgz;
sha256 = "0hqwacazyq5rhc04j8w8w0j0dgb6ca8k66c9lxf6bsyi6wvbhvmd";
@ -12,6 +10,11 @@ stdenv.mkDerivation {
buildInputs = [ ncurses ];
installPhase = ''
ensureDir $out/bin
cp bsod $out/bin
'';
meta = {
description = "Blue Screen Of Death emulator for Unix";
longDescription = "