Skip to content

Commit 72d8eec

Browse files
committed
add both patches. this did not work on macOS because i got a wrong path
for the second patch... gonna revisit that.
1 parent b1686b7 commit 72d8eec

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python-fix-overlay.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ final: prev: {
1010
})
1111
];
1212

13-
patches = (old.patches or [ ]) ++ [
14-
(builtins.head final.pkgs.python3Packages.cairocffi.patches)
15-
];
13+
patches = (old.patches or [ ]) ++ final.pkgs.python3Packages.cairocffi.patches;
1614
});
1715
}

0 commit comments

Comments
 (0)