Skip to content

Commit

Permalink
add wrapGAppsHook to hugin
Browse files Browse the repository at this point in the history
Trying to fix no Gsettings error
NixOS#16285
  • Loading branch information
seam345 committed Feb 22, 2023
1 parent 545c7a3 commit 79aa422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/graphics/hugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
, perlPackages
, sqlite
, vigra
, wrapGAppsHook
, wxGTK
, zlib
}:
Expand Down Expand Up @@ -70,7 +71,7 @@ stdenv.mkDerivation rec {
zlib
];

nativeBuildInputs = [ cmake makeWrapper pkg-config ];
nativeBuildInputs = [ cmake makeWrapper pkg-config wrapGAppsHook ];

# disable installation of the python scripting interface
cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
Expand Down

0 comments on commit 79aa422

Please sign in to comment.