rr: improve the parent commit

This commit is contained in:
Vladimír Čunát 2016-06-13 10:15:48 +02:00
parent e9c612cdfe
commit d133a168f0

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace src/Command.cc --replace '_BSD_SOURCE' '_DEFAULT_SOURCE' 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 . patchShebangs .
''; '';