reaction: don't rely on gcc in phases

This commit is contained in:
Weijia Wang 2024-06-10 17:15:35 +02:00
parent 8acd6f32b7
commit 4badfc62a4

View File

@ -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 = ''