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 ]} --prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux gawk coreutils ]}
''; '';
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
license = licenses.gpl2;
}; };
} }