statifier: fix meta.platforms syntax

This commit is contained in:
Vladimír Čunát 2015-07-20 12:04:43 +02:00
parent 8ac9c708b9
commit e4fcddf177

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Tool for creating static Linux binaries";
platforms = with platforms; [ linux ];
platforms = with platforms; linux;
};
}