Add a patch for attic to handle large files

This commit is contained in:
Greg Hellings
2025-11-19 14:25:35 -06:00
parent 1165917832
commit fed059d1f4
3 changed files with 607 additions and 59 deletions
+3 -3
View File
@@ -38,11 +38,11 @@ rec {
)
];
# My own packages
enwiki-dump = prev.callPackage ./enwiki-dump.nix { };
qemu = prev.qemu.override { sdlSupport = true; };
# Overrides of packages
attic-client = prev.attic-client.overrideAttrs {
patches = prev.attic-client.patches ++ [ ./attic-client.patch ];
};
libbluray-custom = prev.libbluray.override {
withAACS = true;
withBDplus = true;