forked from mirrors/nixpkgs
kexec-tools: add license
This commit is contained in:
parent
c911dc40a7
commit
887ed7ab45
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://horms.net/projects/kexec/kexec-tools;
|
||||
description = "Tools related to the kexec Linux feature";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
badPlatforms = platforms.riscv;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue