xen: add license
This commit is contained in:
parent
3ec3116fae
commit
87a089bacc
@ -234,5 +234,6 @@ stdenv.mkDerivation (rec {
|
|||||||
+ withXenfiles (name: x: ''* ${name}: ${x.meta.description or "(No description)"}.'');
|
+ withXenfiles (name: x: ''* ${name}: ${x.meta.description or "(No description)"}.'');
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ eelco tstrobel oxij ];
|
maintainers = with stdenv.lib.maintainers; [ eelco tstrobel oxij ];
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
} // (config.meta or {});
|
} // (config.meta or {});
|
||||||
} // removeAttrs config [ "xenfiles" "buildInputs" "patches" "postPatch" "meta" ])
|
} // removeAttrs config [ "xenfiles" "buildInputs" "patches" "postPatch" "meta" ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user