sdlmame: fixed trivial typo
This commit is contained in:
parent
5ff31ef887
commit
3d5edb453f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, qt48, SDL, fontconfig, freetype, SDL_ttf, xlibs }:
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.150.u0-1";
|
version = "0.150.u0-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user