Commit df5830d0 authored by Rahul Rameshbabu's avatar Rahul Rameshbabu
Browse files

gpauth: limit platforms to *-linux



Since gpauth depends on webkitgtk, it cannot be trivially built on the
darwin platform. Even though webkitgtk is explicitly marked as broken for
darwin, this does not help with showing what platforms gpauth (and
gpclient) is supported on when doing package searching.

Signed-off-by: default avatarRahul Rameshbabu <sergeantsagara@protonmail.com>
parent c9580352
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,5 +49,9 @@ rustPlatform.buildRustPackage rec {
      binary-eater
      m1dugh
    ];
    platforms = [
      "aarch64-linux"
      "x86_64-linux"
    ];
  };
}