Commit a6ee73b
committed
atop: fix cross-compilation
atop 2.10 broke cross-compilation by hard-coding a build architecture
pkg-config. atop 2.11 fixed the issue by reading the PKG_CONFIG
environment variable, but cross-compilation remained broken in nixpkgs
because PKG_CONFIG was not set. Moving pkg-config to nativeBuildInputs
fixes the variable and the build.1 parent 7fd4e5f commit a6ee73b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments