messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 17bd7d8d5aefc8e43f48187c537d8998a82b8d2a
parent 4e73cc1ea5bb195c8afde8a9ac3e9613803ff451
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sun,  6 Nov 2022 12:16:22 +0100

Disable fast install in snapcraft.yml

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msnap/snapcraft.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -108,7 +108,7 @@ parts: - libmicrohttpd12 source: http://ftpmirror.gnu.org/gnunet/gnunet-0.18.1.tar.gz plugin: autotools - autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr' ] + autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr', '--disable-fast-install' ] libgnunetchat: after: [ gnunet ] build-packages: @@ -116,7 +116,7 @@ parts: - libc6-dev source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz plugin: autotools - autotools-configure-parameters: [ '--prefix=/usr' ] + autotools-configure-parameters: [ '--prefix=/usr', '--disable-fast-install' ] messenger-gtk: after: [ desktop-gtk3, gnunet, libgnunetchat ] build-packages: