Skip to content

Commit

Permalink
fix wechat
Browse files Browse the repository at this point in the history
  • Loading branch information
novel2430 committed May 9, 2024
1 parent 9e6f031 commit 9cb6308
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/wechat-universal-bwrap/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchgit
{ stdenv, fetchurl
, buildFHSUserEnvBubblewrap
, writeShellScript
, makeDesktopItem
Expand Down Expand Up @@ -68,9 +68,10 @@ let
wechat-universal-license = stdenv.mkDerivation {
pname = "${_pkgname}-license";
version = "0.0.1";
src = fetchgit {
src = builtins.fetchGit {
url = "https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap.git";
hash = "sha256-1CvsM0tQO/BYkFiIM8K9z4ZY7iDP0URrratEzFPq5Dg=";
ref = "master";
rev = "03333f8ec6a06c0a6698197a8a9039b8c871c52e";
};

buildPhase = ''
Expand Down

0 comments on commit 9cb6308

Please sign in to comment.