Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
sed -i '2iexport PATH=${stdenv.lib.makeBinPath[gitmysql.clientwhichprocpscoreutils]}' src/program/snabbnfv/neutron_sync_master/neutron_sync_master.sh.inc
sed -i '2iexport PATH=${stdenv.lib.makeBinPath[gitcoreutilsdiffutilsnettools]}' src/program/snabbnfv/neutron_sync_agent/neutron_sync_agent.sh.inc
sed -i '2iexport PATH=${git}/bin:${mysql}/bin:${which}/bin:${procps}/bin:${coreutils}/bin' src/program/snabbnfv/neutron_sync_master/neutron_sync_master.sh.inc
sed -i '2iexport PATH=${git}/bin:${coreutils}/bin:${diffutils}/bin:${nettools}/bin' src/program/snabbnfv/neutron_sync_agent/neutron_sync_agent.sh.inc
'';
preBuild=''
make clean
'';
installPhase=''
@@ -35,7 +43,7 @@ stdenv.mkDerivation rec {
# "Fatal error: can't create obj/arch/sse2_c.o: No such file or directory".
enableParallelBuilding=false;
meta=withstdenv.lib;{
meta={
homepage=https://github.com/SnabbCo/snabbswitch;
description="Simple and fast packet networking toolkit";