From dfedbc154f08bc025706847b275333526f87579b Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Sat, 11 May 2024 00:49:22 +0200 Subject: remove sourceToSink, sinkToSource, and boehm patch Change-Id: I1379841299713175d0225b82a67f50660f9eb5e2 --- package.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'package.nix') diff --git a/package.nix b/package.nix index 453a5f807..435a265d1 100644 --- a/package.nix +++ b/package.nix @@ -62,15 +62,7 @@ __forDefaults ? { canRunInstalled = stdenv.buildPlatform.canExecute stdenv.hostPlatform; - boehmgc-nix = (boehmgc.override { enableLargeConfig = true; }).overrideAttrs { - patches = [ - # We do *not* include prev.patches (which doesn't exist in normal pkgs.boehmgc anyway) - # because if the caller of this package passed a patched boehm as `boehmgc` instead of - # `boehmgc-nix` then this will almost certainly have duplicate patches, which means - # the patches won't apply and we'll get a build failure. - ./boehmgc-coroutine-sp-fallback.diff - ]; - }; + boehmgc-nix = boehmgc.override { enableLargeConfig = true; }; editline-lix = editline.overrideAttrs (prev: { configureFlags = prev.configureFlags or [ ] ++ [ (lib.enableFeature true "sigstop") ]; @@ -167,7 +159,6 @@ stdenv.mkDerivation (finalAttrs: { functionalTestFiles ] ++ lib.optionals (!finalAttrs.dontBuild || internalApiDocs) [ - ./boehmgc-coroutine-sp-fallback.diff ./doc ./misc ./src -- cgit v1.2.3