grub-0.97: add license

This commit is contained in:
Markus Kowalewski 2018-08-16 22:04:31 +02:00
parent e59f8fa490
commit f1c0b5e498
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}