summary refs log tree commit diff
path: root/pkgs/applications/graphics/dia
diff options
context:
space:
mode:
authorElliot Cameron <nixpkgs-commits@deshaw.com>2023-11-08 15:29:32 -0500
committerElliot Cameron <nixpkgs-commits@deshaw.com>2023-11-08 15:29:32 -0500
commit31c56920a8ac7ef1c6fd7f75c5154d6e1123b420 (patch)
treefd2d14bd87cc47db30e8d79e09cae9205485cad7 /pkgs/applications/graphics/dia
parentabdb350e0413943e287e853e4fc8042911c192f6 (diff)
downloadnixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar.gz
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar.bz2
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar.lz
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar.xz
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.tar.zst
nixpkgs-31c56920a8ac7ef1c6fd7f75c5154d6e1123b420.zip
dia: use wrapGAppsHook to make open dialog not segfault
Diffstat (limited to 'pkgs/applications/graphics/dia')
-rw-r--r--pkgs/applications/graphics/dia/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/dia/default.nix b/pkgs/applications/graphics/dia/default.nix
index 093a53978a0..eb9d54d5cfc 100644
--- a/pkgs/applications/graphics/dia/default.nix
+++ b/pkgs/applications/graphics/dia/default.nix
@@ -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