emacsPackages.osx-dictionary: remove unneeded dontUnpack

The default value is false.
This commit is contained in:
Lin Jian 2024-08-15 02:32:57 +08:00
parent edce18da93
commit 9f592a2829
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5

View File

@ -717,7 +717,6 @@ let
buildInputs =
old.buildInputs ++
(with pkgs.darwin.apple_sdk.frameworks; [CoreServices Foundation]);
dontUnpack = false;
buildPhase = (old.buildPhase or "") + ''
cd source
$CXX -O3 -framework CoreServices -framework Foundation osx-dictionary.m -o osx-dictionary-cli