akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
419 stars 24 forks source link

Derive `trivialBuild` from `callPackage`'d emacsPackages #29

Closed lambdadog closed 3 years ago

lambdadog commented 3 years ago

I create my own emacsPackages with the emacsPackagesFor function and it'd be nice if your default.nix allowed for myEmacsPackages.callPackage /path/to/emacs-webkit without calling out to the global pkgs.emacsPackages

Largely a semantic difference, but nice all the same.