mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
emacsPackages.osx-dictionary: remove unneeded dontUnpack
The default value is false.
This commit is contained in:
parent
edce18da93
commit
9f592a2829
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user