Remove unneeded definitions

This commit is contained in:
Michael Raskin 2014-09-02 01:03:39 +04:00
parent f70337a8bd
commit 82ed86dd76
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
buildInputs = with stdenv.lib;
[ pkgconfig SDL2 ];
configureFlags = ''
'';
NIX_CFLAGS_COMPILE="";
meta = with stdenv.lib; {
description = "An open-source Atari 2600 VCS emulator";
longDescription = ''