grub-0.97: add license
This commit is contained in:
parent
e59f8fa490
commit
f1c0b5e498
1 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,8 @@ stdenv.mkDerivation {
|
|||
|
||||
passthru.grubTarget = "";
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue