guile-lint: add meta.platforms, with the same value as for guile

This commit is contained in:
xd1le 2017-09-27 23:32:03 +10:00
parent 5352a105f7
commit a4601f9f40

View file

@ -27,5 +27,6 @@ in stdenv.mkDerivation {
description = "Checks syntax and semantics in a Guile program or module";
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
license = licenses.gpl3Plus;
platforms = platforms.all;
};
}