twolame: fix evaluation, platforms list must be flattened

This commit is contained in:
Franz Pletz 2017-10-07 04:48:29 +02:00
parent 7d9ee29f24
commit 4fdd225002
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.twolame.org/;
license = with licenses; [ lgpl2Plus ];
platforms = with platforms; [ unix ];
platforms = with platforms; unix;
maintainers = with maintainers; [ AndersonTorres ];
};
}