sdlmame: fixed trivial typo

This commit is contained in:
Peter Simons 2013-10-27 12:34:30 +01:00
parent 5ff31ef887
commit 3d5edb453f

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, alsaLib, qt48, SDL, fontconfig, freetype, SDL_ttf, xlibs }:
assert stdenv.system == "x86_64-linux" || stdenv.system == "1686-linux";
assert stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
stdenv.mkDerivation rec {
version = "0.150.u0-1";