dia: use wrapGAppsHook to make open dialog not segfault
This commit is contained in:
parent
abdb350e04
commit
31c56920a8
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
, pkg-config
|
||||
, poppler
|
||||
, python3
|
||||
, wrapGAppsHook
|
||||
# Building with docs are still failing in unstable-2023-09-28
|
||||
, withDocs ? false
|
||||
}:
|
||||
|
@ -59,6 +60,7 @@ stdenv.mkDerivation {
|
|||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
wrapGAppsHook
|
||||
] ++
|
||||
lib.optionals withDocs [
|
||||
dblatex
|
||||
|
|
Loading…
Reference in a new issue