grub-0.97: add license

This commit is contained in:
Markus Kowalewski
2018-08-16 22:04:31 +02:00
parent e59f8fa490
commit f1c0b5e498

View File

@@ -50,7 +50,8 @@ stdenv.mkDerivation {
passthru.grubTarget = "";
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
license = licenses.gpl2;
platforms = platforms.linux;
};
}