wakelan: code predates c99, use -std=c89; fix darwin
This commit is contained in:
parent
0c6d8c7833
commit
4939229242
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-PfXrj4d2SHmatiPPFxjsxvhusML1HTRNjoYEQtzFzW8=";
|
||||
};
|
||||
|
||||
# code predates c99
|
||||
env.CFLAGS = "-std=c89";
|
||||
|
||||
preInstall = ''
|
||||
mkdir -p $out/man/man1 $out/bin
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue