fix(#4): Use wrapGAppsHook so gsettings schemas are in place

Also upgrade to latest version 1.0.0-a.27
This commit is contained in:
Marce Coll
2024-08-22 09:33:21 +02:00
parent c8e1230f17
commit 0ecc25c0a0
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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