core01(keycloak): oops
This commit is contained in:
parent
aa328045a7
commit
deda24e3ae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
zlib = zlib.overrideAttrs (old: {
|
zlib = super.zlib.overrideAttrs (old: {
|
||||||
patches = old.patches ++ [
|
patches = old.patches ++ [
|
||||||
./fix-crc-computation.patch
|
./fix-crc-computation.patch
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue