3
0
Fork 0
forked from mirrors/nixpkgs

xen: add license

This commit is contained in:
Benjamin Hipple 2018-10-09 21:29:08 -04:00
parent 3ec3116fae
commit 87a089bacc

View file

@ -234,5 +234,6 @@ stdenv.mkDerivation (rec {
+ withXenfiles (name: x: ''* ${name}: ${x.meta.description or "(No description)"}.'');
platforms = [ "x86_64-linux" ];
maintainers = with stdenv.lib.maintainers; [ eelco tstrobel oxij ];
license = stdenv.lib.licenses.gpl2;
} // (config.meta or {});
} // removeAttrs config [ "xenfiles" "buildInputs" "patches" "postPatch" "meta" ])