mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 }:
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user