Commit fc47801
committed
survey: Fix python overlay being wrong.
Using `pkgs.python27` instead of `previous.python27` was totally wrong,
that stops overlays from working correctly.
Not sure what I was thinking when I wrote that.
Fixes `pkgs.fontforge` failing to link with weird glibc error via python
as shown in NixOS/nixpkgs#66598.1 parent 6a3c31f commit fc47801
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments