tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fortune: fix Darwin build
Wout Mertens
11 years ago
bc6a35c9
45c52b73
+4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
fortune
default.nix
+4
pkgs/tools/misc/fortune/default.nix
···
13
13
preConfigure = ''
14
14
sed -i "s|/usr/|$out/|" Makefile
15
15
'';
16
16
+
17
17
+
preBuild = ''
18
18
+
makeFlagsArray=("CC=$CC" "REGEXDEFS=-DHAVE_REGEX_H -DPOSIX_REGEX" "LDFLAGS=")
19
19
+
'';
16
20
17
21
postInstall = ''
18
22
ln -s $out/games/fortune $out/bin/fortune