reaction: don't rely on gcc in phases
This commit is contained in:
parent
8acd6f32b7
commit
4badfc62a4
@ -26,8 +26,8 @@ in buildGoModule {
|
||||
];
|
||||
|
||||
postBuild = ''
|
||||
gcc helpers_c/ip46tables.c -o ip46tables
|
||||
gcc helpers_c/nft46.c -o nft46
|
||||
$CC helpers_c/ip46tables.c -o ip46tables
|
||||
$CC helpers_c/nft46.c -o nft46
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user