xvfb-run: mark as linux-only

This commit is contained in:
Stéphan Kochen 2021-05-15 13:54:10 +02:00 committed by Jonathan Ringer
parent 90e5205085
commit 36d0bcdca8

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
platforms = platforms.unix;
platforms = platforms.linux;
license = licenses.gpl2;
};
}