lol

twolame: fix evaluation, platforms list must be flattened

+1 -1
+1 -1
pkgs/development/libraries/twolame/default.nix
··· 26 26 ''; 27 27 homepage = http://www.twolame.org/; 28 28 license = with licenses; [ lgpl2Plus ]; 29 - platforms = with platforms; [ unix ]; 29 + platforms = with platforms; unix; 30 30 maintainers = with maintainers; [ AndersonTorres ]; 31 31 }; 32 32 }