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
1 changed files with 1 additions and 1 deletions

View File

@ -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 .
'';