Commit 88decd13 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

gpclient: avoid unnecessary dependencies on darwin

parent 6f76e5c7
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -50,16 +50,18 @@ rustPlatform.buildRustPackage {
    openssl
    glib-networking
    glib
    pango
    cairo
    atk
    gtk3

    # used for vendored openconnect
    gnutls
    libxml2
    lz4
    p11-kit
    gnutls
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [
    atk
    cairo
    gtk3
    pango
  ];

  postPatch = ''