pkgs.fetchgit instead of lib.fetchgit

This commit is contained in:
Niten 2020-11-23 15:30:34 -08:00
parent 95431bc93a
commit e675d7bb8c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, lib, buildLisp, ... }:
let
cl-sasl-path = lib.fetchgit {
cl-sasl-path = pkgs.fetchgit {
url = "https://github.com/legoscia/cl-sasl.git";
rev = "64f195c0756cb80fa5961c072b62907be20a7380";
sha256 = "0a05q8rls2hn46rbbk6w5km9kqvhsj365zlw6hp32724xy2nd98w";

View File

@ -1,7 +1,7 @@
{ pkgs, lib, cl-sasl, buildLisp, ... }:
let
cl-xmpp-path = lib.fetchgit {
cl-xmpp-path = pkgs.fetchgit {
url = "https://github.com/j4yk/cl-xmpp.git";
rev = "a0f206e583c72d80523bdf108e7d507597555c6d";
sha256 = "16qwm7yvwi73q07rsg0i5wrxbv44wm75m3710ph0vf1lzdkrsizk";