twolame: fix evaluation, platforms list must be flattened
This commit is contained in:
parent
7d9ee29f24
commit
4fdd225002
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://www.twolame.org/;
|
homepage = http://www.twolame.org/;
|
||||||
license = with licenses; [ lgpl2Plus ];
|
license = with licenses; [ lgpl2Plus ];
|
||||||
platforms = with platforms; [ unix ];
|
platforms = with platforms; unix;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user