From 9806e9d648d959ce816d37d6ee0ecc6f9dddc750 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 29 Oct 2020 11:14:41 -0600 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index efdf7b8..491d0f5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,18 +11,11 @@ confinement: strict parts: taskwarrior: plugin: cmake - override-build: | - mkdir -p build - cd build - cmake \ - -DBUILD_SYNC=OFF -DCMAKE_INSTALL_PREFIX=$SNAPCRAFT_STAGE/cmake \ - $SNAPCRAFT_PART_SRC - make - make install source: https://github.com/GothenburgBitFactory/taskwarrior.git source-type: git build-packages: - build-essential + - gnutls-dev taskwarrior-tui: plugin: rust