Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-05-12 11:16:34 +02:00
parent 2570a1d661
commit fa553e1561
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 212 additions and 324 deletions

View file

@ -7,7 +7,7 @@ let
owner = "accentor";
repo = "web";
rev = "develop";
sha256 = "1rdwrm161nalznrd10b8wvankyqariki8i2mx8b0qm0q0j9dgmqq";
sha256 = "1prjap9j42s09h2c9mvm7gdn4jr2klmphggsxa4wqjqbmpz9973b";
};
yarnNix = ./accentor/yarn.nix;
buildPhase = ''

View file

@ -8794,11 +8794,11 @@
};
}
{
name = "url_parse___url_parse_1.4.7.tgz";
name = "url_parse___url_parse_1.5.1.tgz";
path = fetchurl {
name = "url_parse___url_parse_1.4.7.tgz";
url = "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz";
sha1 = "a8a83535e8c00a316e403a5db4ac1b9b853ae278";
name = "url_parse___url_parse_1.5.1.tgz";
url = "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz";
sha1 = "d5fa9890af8a5e1f274a2c98376510f6425f6e3b";
};
}
{

View file

@ -3,7 +3,7 @@
let
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
config = ./emacs/init.el;
package = pkgs.emacsPgtkGcc;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
extraEmacsPackages = epkgs: [
# mu4e is included in the mu package and should be used from there