Remove unneeded definitions
This commit is contained in:
parent
f70337a8bd
commit
82ed86dd76
@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
[ pkgconfig SDL2 ];
|
[ pkgconfig SDL2 ];
|
||||||
|
|
||||||
configureFlags = ''
|
|
||||||
'';
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE="";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open-source Atari 2600 VCS emulator";
|
description = "An open-source Atari 2600 VCS emulator";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user