Commit 83979742 authored by Sean Borg's avatar Sean Borg
Browse files

hugin: add wrapGAppsHook

Fixes no Gsettings error following
https://github.com/NixOS/nixpkgs/issues/16285
parent 9c724505
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
, perlPackages
, sqlite
, vigra
, wrapGAppsHook
, wxGTK
, zlib
}:
@@ -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" ];