statifier: fix meta.platforms syntax
This commit is contained in:
@@ -20,6 +20,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool for creating static Linux binaries";
|
description = "Tool for creating static Linux binaries";
|
||||||
platforms = with platforms; [ linux ];
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user