tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sdcv: enable Darwin build
Nick Novitski
8 years ago
e6180997
5ec0e092
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
sdcv
default.nix
+2
-2
pkgs/applications/misc/sdcv/default.nix
···
16
16
buildInputs = [ glib gettext readline ];
17
17
18
18
preInstall = ''
19
19
-
touch locale
19
19
+
mkdir locale
20
20
'';
21
21
22
22
NIX_CFLAGS_COMPILE = "-D__GNU_LIBRARY__"
···
27
27
description = "Console version of StarDict";
28
28
maintainers = with maintainers; [ lovek323 ];
29
29
license = licenses.gpl2;
30
30
-
platforms = platforms.linux;
30
30
+
platforms = platforms.unix;
31
31
};
32
32
}