From f2389841ead4e853494f300aeb6752cad6d4392d Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 5 Oct 2023 16:48:11 +0200 Subject: [PATCH] guix: disable .deb build --- contrib/guix/guix-build | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index 422ae9d..c29701b 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -467,7 +467,6 @@ EOF -- env SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:?unable to determine value}" \ VERSION="$VERSION" \ bash -c "cd /feather && \ - bash contrib/debian/make_deb.sh && \ bash contrib/flatpak/make_flatpak.sh" ;; esac