Update dependencies
This commit is contained in:
parent
2570a1d661
commit
fa553e1561
9 changed files with 212 additions and 324 deletions
|
@ -7,7 +7,7 @@ let
|
|||
owner = "accentor";
|
||||
repo = "web";
|
||||
rev = "develop";
|
||||
sha256 = "1rdwrm161nalznrd10b8wvankyqariki8i2mx8b0qm0q0j9dgmqq";
|
||||
sha256 = "1prjap9j42s09h2c9mvm7gdn4jr2klmphggsxa4wqjqbmpz9973b";
|
||||
};
|
||||
yarnNix = ./accentor/yarn.nix;
|
||||
buildPhase = ''
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue