summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2022-02-15 17:18:43 +0100
committerEvils <evils.devils@protonmail.com>2022-02-15 17:18:45 +0100
commit12c7cd6a1dc7e0c2564090820e6355974de56813 (patch)
treea1e0d72e81723de1841fe22858b5fcba24e2121e /pkgs/build-support
parent48d63e924a2666baf37f4f14a18f19347fbd54a2 (diff)
downloadnixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar.gz
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar.bz2
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar.lz
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar.xz
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.tar.zst
nixpkgs-12c7cd6a1dc7e0c2564090820e6355974de56813.zip
appimageTools: add gmp to the environment
it's mentioned in the mentioned appimage exclude list as expected
https://github.com/AppImage/pkg2appimage/blob/227f2001063cf205d8010da80ed178c3797e4d37/excludelist#L219
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/appimage/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/build-support/appimage/default.nix b/pkgs/build-support/appimage/default.nix
index 9ceaab88946..122642f5685 100644
--- a/pkgs/build-support/appimage/default.nix
+++ b/pkgs/build-support/appimage/default.nix
@@ -180,6 +180,8 @@ rec {
       fribidi
       p11-kit
 
+      gmp
+
       # libraries not on the upstream include list, but nevertheless expected
       # by at least one appimage
       libtool.lib # for Synfigstudio