Merge pull request #129102 from bjornfor/sqlitebrowser-fix-file-dialog

sqlitebrowser: add wrapGAppsHook
This commit is contained in:
Jörg Thalheim 2021-07-03 13:42:41 +01:00 committed by GitHub
commit 84750c59c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ mkDerivation, lib, fetchFromGitHub, cmake
, qtbase, qttools, sqlite }:
, qtbase, qttools, sqlite, wrapGAppsHook }:
mkDerivation rec {
pname = "sqlitebrowser";
@ -18,7 +18,7 @@ mkDerivation rec {
# We *really* should get that cleaned up.
buildInputs = [ qtbase sqlite ];
nativeBuildInputs = [ cmake qttools ];
nativeBuildInputs = [ cmake qttools wrapGAppsHook ];
meta = with lib; {
description = "DB Browser for SQLite";