rr: improve the parent commit
This commit is contained in:
parent
e9c612cdfe
commit
d133a168f0
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace src/Command.cc --replace '_BSD_SOURCE' '_DEFAULT_SOURCE'
|
||||
sed '7i#include "math.h"' -i src/Scheduler.cc
|
||||
sed '7i#include <math.h>' -i src/Scheduler.cc
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue