summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-09-01 01:33:50 +0300
committerGitHub <noreply@github.com>2023-09-01 01:33:50 +0300
commit34bcc69e2a78b79644a3f4cde9046e3219b177e8 (patch)
tree2705fc93f379f06acadbca8b55e8794cad0f7014
parentd69a9505c1cea3407eff0512d322947a9eae0b54 (diff)
parentd746f25d19551a98a7890045bc5896c91346360e (diff)
downloadnixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar.gz
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar.bz2
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar.lz
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar.xz
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.tar.zst
nixpkgs-34bcc69e2a78b79644a3f4cde9046e3219b177e8.zip
Merge pull request #244873 from amarshall/curl-mingw-cross
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 702c9eec390..99b71f2e582 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7249,7 +7249,6 @@ with pkgs;
     idnSupport = true;
     zstdSupport = true;
   } // lib.optionalAttrs (!stdenv.hostPlatform.isStatic) {
-    gssSupport = true;
     brotliSupport = true;
   });