From 4b9cdc493300d5cb67e03a719f275ca5295a0e60 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 15 Feb 2020 21:56:35 +0100 Subject: [PATCH] Remove boehmgc dependency This is now propagated by Nix. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1fed5e4f..c87503e7 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,6 @@ final.nix final.nix.perl-bindings git - boehmgc ]; }; @@ -107,7 +106,6 @@ [ makeWrapper autoconf automake libtool unzip nukeReferences pkgconfig sqlite libpqxx gitAndTools.topGit mercurial darcs subversion bazaar openssl bzip2 libxslt perlDeps perl final.nix - boehmgc postgresql95 # for running the tests boost (nlohmann_json.override { multipleHeaders = true; })