We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1686b7 commit 72d8eecCopy full SHA for 72d8eec
1 file changed
python-fix-overlay.nix
@@ -10,8 +10,6 @@ final: prev: {
10
})
11
];
12
13
- patches = (old.patches or [ ]) ++ [
14
- (builtins.head final.pkgs.python3Packages.cairocffi.patches)
15
- ];
+ patches = (old.patches or [ ]) ++ final.pkgs.python3Packages.cairocffi.patches;
16
});
17
}
0 commit comments