1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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;
};
}