Merge pull request #254451 from sikmir/dict

dict: enable on darwin
This commit is contained in:
Weijia Wang
2023-09-10 23:08:16 +02:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Dict protocol server and client";
homepage = "http://www.dict.org";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
};
}
+4 -3
View File
@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
meta = with lib; {
description = "Dict protocol server and client";
maintainers = [ ];
platforms = platforms.linux;
description = "Provides many low-level data structures which are helpful for writing compilers";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
};
}