Loading pkgs/applications/misc/goldendict-ng/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ , qtmultimedia , qtspeech , wrapQtAppsHook , wrapGAppsHook }: stdenv.mkDerivation (finalAttrs: { Loading @@ -39,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-ZKbrO5L4KFmr2NsGDihRWBeW0OXHoPRwZGj6kt1Anc8="; }; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ]; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook wrapGAppsHook ]; buildInputs = [ qtbase qtsvg Loading @@ -64,6 +65,13 @@ stdenv.mkDerivation (finalAttrs: { libzim ]; # to prevent double wrapping of wrapQtApps and wrapGApps dontWrapGApps = true; preFixup = '' qtWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; cmakeFlags = [ "-DWITH_XAPIAN=ON" "-DWITH_ZIM=ON" Loading Loading
pkgs/applications/misc/goldendict-ng/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ , qtmultimedia , qtspeech , wrapQtAppsHook , wrapGAppsHook }: stdenv.mkDerivation (finalAttrs: { Loading @@ -39,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-ZKbrO5L4KFmr2NsGDihRWBeW0OXHoPRwZGj6kt1Anc8="; }; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ]; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook wrapGAppsHook ]; buildInputs = [ qtbase qtsvg Loading @@ -64,6 +65,13 @@ stdenv.mkDerivation (finalAttrs: { libzim ]; # to prevent double wrapping of wrapQtApps and wrapGApps dontWrapGApps = true; preFixup = '' qtWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; cmakeFlags = [ "-DWITH_XAPIAN=ON" "-DWITH_ZIM=ON" Loading