mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
wakelan: code predates c99, use -std=c89; fix darwin
This commit is contained in:
parent
0c6d8c7833
commit
4939229242
@ -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 New Issue
Block a user