xvfb-run: add license`

This commit is contained in:
Markus Kowalewski 2018-09-11 23:51:16 +02:00
parent 921f792aca
commit 55c0f5167f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -20,7 +20,8 @@ stdenv.mkDerivation {
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux gawk coreutils ]}
'';
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl2;
};
}