emacs.pkgs.melpaStablepackages.epkg: Add sqlite as dependency
This commit is contained in:
@@ -194,6 +194,13 @@ let
|
||||
stripDebugList = [ "share" ];
|
||||
});
|
||||
|
||||
epkg = super.epkg.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
substituteInPlace lisp/epkg.el \
|
||||
--replace '(call-process "sqlite3"' '(call-process "${pkgs.sqlite}/bin/sqlite3"'
|
||||
'';
|
||||
});
|
||||
|
||||
erlang = super.erlang.overrideAttrs (attrs: {
|
||||
buildInputs = attrs.buildInputs ++ [
|
||||
pkgs.perl
|
||||
|
||||
Reference in New Issue
Block a user