about summary refs log tree commit diff
path: root/pkgs/applications/misc/pop-launcher
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-03-21 16:26:34 +1100
committerStanisław Pitucha <git@viraptor.info>2023-03-21 16:26:34 +1100
commit6a6bed8f9bd18ba8a616343cdc743875efef5cc6 (patch)
tree3f291b25cefeb4e8e64656fecc7068e2a05715bb /pkgs/applications/misc/pop-launcher
parent79ac6c8fda5bfaec8cb2543787ca5cc04520be34 (diff)
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");
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
Diffstat (limited to 'pkgs/applications/misc/pop-launcher')
-rw-r--r--pkgs/applications/misc/pop-launcher/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/pop-launcher/default.nix b/pkgs/applications/misc/pop-launcher/default.nix
index ca4a1742e1e1a..24bcd9ab89e46 100644
--- a/pkgs/applications/misc/pop-launcher/default.nix
+++ b/pkgs/applications/misc/pop-launcher/default.nix
@@ -54,6 +54,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Modular IPC-based desktop launcher service";
     homepage = "https://github.com/pop-os/launcher";
+    platforms = platforms.linux;
     license = licenses.mpl20;
     maintainers = with maintainers; [ samhug ];
   };