all repos — nix-packages @ 0fc8df6abdd0fdbf8ec797bf3324af50aa140bb5

My personal collection of packages for nix

enchant-configurable: init at 2.6.9

Alan Pearce
commit

0fc8df6abdd0fdbf8ec797bf3324af50aa140bb5

parent

57dd0897181f4f5f921a28f41d593f90a6811211

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M default.nixdefault.nix
@@ -16,4 +16,7 @@ overlays = import ./overlays; # nixpkgs overlays
prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { }; htmlformat = pkgs.callPackage ./pkgs/htmlformat { }; + enchant-configurable = pkgs.callPackage ./pkgs/enchant-configurable { + inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa; + }; }