about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2024-02-14 16:56:11 -0600
committerGitHub <noreply@github.com>2024-02-14 16:56:11 -0600
commitfc1b4c9c0d24e0660ea905293314b1616c2f15a1 (patch)
treed58a0051d513f0d95eafb1a31ce02a058a134a44
parent0964833ef65ecc9d7fba4553735698943932f679 (diff)
parent20531fbe4f8dc0a8422057c3c058ebac9cf02b8b (diff)
downloadnixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar.gz
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar.bz2
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar.lz
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar.xz
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.tar.zst
nixlib-fc1b4c9c0d24e0660ea905293314b1616c2f15a1.zip
Merge pull request #266482 from lawcho/ipe-fix-icons
-rw-r--r--pkgs/applications/graphics/ipe/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index 59fe59e910fb..fd5fb779517c 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -13,6 +13,7 @@
 , libspiro
 , lua5
 , qtbase
+, qtsvg
 , texliveSmall
 , wrapQtAppsHook
 , zlib
@@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
     libspiro
     lua5
     qtbase
+    qtsvg
     zlib
   ] ++ (lib.optionals withTeXLive [
     texliveSmall