pop-launcher: mark linux-only

Based on:
```
Compiling async-pidfd v0.1.4
error: pidfd only works on Linux
--> /private/tmp/nix-build-pop-launcher-1.2.1.drv-0/pop-launcher-1.2.1-vendor.tar.gz/async-pidfd/src/lib.rs:106:1
|
106 | compile_error!("pidfd only works on Linux");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

+1
+1
pkgs/applications/misc/pop-launcher/default.nix
··· 54 54 meta = with lib; { 55 55 description = "Modular IPC-based desktop launcher service"; 56 56 homepage = "https://github.com/pop-os/launcher"; 57 + platforms = platforms.linux; 57 58 license = licenses.mpl20; 58 59 maintainers = with maintainers; [ samhug ]; 59 60 };