guile-lint: add meta.platforms, with the same value as for guile
This commit is contained in:
parent
5352a105f7
commit
a4601f9f40
@ -27,5 +27,6 @@ in stdenv.mkDerivation {
|
|||||||
description = "Checks syntax and semantics in a Guile program or module";
|
description = "Checks syntax and semantics in a Guile program or module";
|
||||||
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
|
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user