Skip to content

Commit 1d89c7b

Browse files
authored
Merge pull request #9796 from obsidiansystems/cleanup-dep-patches
Move dependency patches from top level into subdir
2 parents 799f2d0 + 1de8eed commit 1d89c7b

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
enableLargeConfig = true;
164164
}).overrideAttrs(o: {
165165
patches = (o.patches or []) ++ [
166-
./boehmgc-coroutine-sp-fallback.diff
166+
./dep-patches/boehmgc-coroutine-sp-fallback.diff
167167

168168
# https://github.com/ivmai/bdwgc/pull/586
169-
./boehmgc-traceable_allocator-public.diff
169+
./dep-patches/boehmgc-traceable_allocator-public.diff
170170
];
171171
});
172172

package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ in {
174174
./mk
175175
(fileset.fileFilter (f: lib.strings.hasPrefix "nix-profile" f.name) ./scripts)
176176
] ++ lib.optionals doBuild [
177-
./boehmgc-coroutine-sp-fallback.diff
178177
./doc
179178
./misc
180179
./precompiled-headers.h

0 commit comments

Comments
 (0)