mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Fix missing include
svn path=/nixpkgs/trunk/; revision=20148
This commit is contained in:
parent
2ced6cbbec
commit
bfc5bc58e7
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [getopt];
|
||||
|
||||
preBuild = ''
|
||||
sed -e '/#include <map>/i#include <stdio.h>' -i src/re/Pattern.h
|
||||
'';
|
||||
|
||||
makeFlags = ["PREFIX=$out"];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user