From 0ecc25c0a09d61da8085fca037fdda553428afd8 Mon Sep 17 00:00:00 2001 From: Marce Coll Date: Thu, 22 Aug 2024 09:33:21 +0200 Subject: [PATCH] fix(#4): Use wrapGAppsHook so gsettings schemas are in place Also upgrade to latest version 1.0.0-a.27 --- flake.lock | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index abe320a..af6aa81 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1723991338, - "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", + "lastModified": 1724224976, + "narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a3354191c0d7144db9756a74755672387b702ba", + "rev": "c374d94f1536013ca8e92341b540eba4c22f9c62", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3431ebd..551812d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs }: let system = "x86_64-linux"; - version = "1.0.0-a.26"; + version = "1.0.0-a.27"; downloadUrl = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2"; pkgs = import nixpkgs { inherit system; @@ -34,7 +34,7 @@ phases = [ "installPhase" "fixupPhase" ]; - nativeBuildInputs = [ pkgs.makeWrapper pkgs.copyDesktopItems ] ; + nativeBuildInputs = [ pkgs.makeWrapper pkgs.copyDesktopItems pkgs.wrapGAppsHook ] ; installPhase = '' mkdir -p $out/bin && cp -r $src/* $out/bin