summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90a880b7c3b1..c003feede47a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname=dconf2nix
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Convert Dconf files (e.g. Gnome Shell) to Nix, as expected by Home Manager"
url="https://github.com/gvolpe/dconf2nix"
license=('Apache-2.0')
arch=('i686' 'x86_64')
-depends=('haskell-emojis' 'haskell-optparse-applicative')
+depends=(glibc libffi haskell-transformers-compat haskell-ansi-terminal haskell-optparse-applicative
+haskell-colour numactl haskell-ansi-wl-pprint haskell-emojis bash gmp)
makedepends=('ghc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gvolpe/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('4e6f54adfd6d8ace8dc58ddd42f8faab2179fb66e20c41094236a553de7f22ed3d9168ef0549596f42c741fcccbcb02a09aeae04045ebf80899f6adede0e56c5')