sdcv: enable Darwin build

+2 -2
+2 -2
pkgs/applications/misc/sdcv/default.nix
··· 16 16 buildInputs = [ glib gettext readline ]; 17 17 18 18 preInstall = '' 19 - touch locale 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 - platforms = platforms.linux; 30 + platforms = platforms.unix; 31 31 }; 32 32 }