summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-11-12 18:29:43 +0100
committerGitHub <noreply@github.com>2022-11-12 18:29:43 +0100
commit78f11c72775729a75179caf8fad9bbc5248d4f82 (patch)
tree3373bbb5cb140a1dfd64fd897e618fce5848b18e
parenterigon: 2.29.0 -> 2.30.0 (diff)
parentasymptote: fix build on aarch64-darwin (diff)
downloadnixpkgs-78f11c72775729a75179caf8fad9bbc5248d4f82.tar.gz
Merge pull request #199258 from wegank/asymptote-aarch64-darwin
-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 6555457e87a9..a29a1ca3373c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2179,7 +2179,6 @@ with pkgs;
asymptote = callPackage ../tools/graphics/asymptote {
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super texinfo media9 ocgx2; };
- gsl = gsl_1;
};
async = callPackage ../development/tools/async {};