lol

Merge pull request #254451 from sikmir/dict

dict: enable on darwin

authored by

Weijia Wang and committed by
GitHub
455ae666 53c3c56d

+7 -6
+3 -3
pkgs/servers/dict/default.nix
··· 30 30 meta = with lib; { 31 31 description = "Dict protocol server and client"; 32 32 homepage = "http://www.dict.org"; 33 - license = licenses.gpl2; 34 - maintainers = with maintainers; [ ]; 35 - platforms = platforms.linux; 33 + license = licenses.gpl2Plus; 34 + maintainers = with maintainers; [ sikmir ]; 35 + platforms = platforms.unix; 36 36 }; 37 37 }
+4 -3
pkgs/servers/dict/libmaa.nix
··· 15 15 env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation"; 16 16 17 17 meta = with lib; { 18 - description = "Dict protocol server and client"; 19 - maintainers = [ ]; 20 - platforms = platforms.linux; 18 + description = "Provides many low-level data structures which are helpful for writing compilers"; 19 + license = licenses.gpl2Plus; 20 + maintainers = with maintainers; [ sikmir ]; 21 + platforms = platforms.unix; 21 22 }; 22 23 }