xvfb-run: mark as linux-only

This commit is contained in:
Stéphan Kochen
2021-05-19 10:35:45 -07:00
committed by Jonathan Ringer
parent 90e5205085
commit 36d0bcdca8
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
platforms = platforms.unix;
platforms = platforms.linux;
license = licenses.gpl2;
};
}