sdcv: enable Darwin build

+2 -2
+2 -2
pkgs/applications/misc/sdcv/default.nix
··· 16 buildInputs = [ glib gettext readline ]; 17 18 preInstall = '' 19 - touch locale 20 ''; 21 22 NIX_CFLAGS_COMPILE = "-D__GNU_LIBRARY__" ··· 27 description = "Console version of StarDict"; 28 maintainers = with maintainers; [ lovek323 ]; 29 license = licenses.gpl2; 30 - platforms = platforms.linux; 31 }; 32 }
··· 16 buildInputs = [ glib gettext readline ]; 17 18 preInstall = '' 19 + mkdir locale 20 ''; 21 22 NIX_CFLAGS_COMPILE = "-D__GNU_LIBRARY__" ··· 27 description = "Console version of StarDict"; 28 maintainers = with maintainers; [ lovek323 ]; 29 license = licenses.gpl2; 30 + platforms = platforms.unix; 31 }; 32 }