diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-11-16 20:14:44 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-11-16 20:14:44 +0100 |
commit | 2ab84fdbd7334554ddb64dadbe3dca2b73d67617 (patch) | |
tree | 651595cd3ee4f78e4c54db09cf4ef5270028f9b3 | |
parent | d0992fbf3a3e4ae12fcabd6b66aa2be24eeaab1a (diff) |
huh??
-rw-r--r-- | sigils/packages/palemoon.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sigils/packages/palemoon.scm b/sigils/packages/palemoon.scm index 442a40d..540a8f5 100644 --- a/sigils/packages/palemoon.scm +++ b/sigils/packages/palemoon.scm @@ -146,9 +146,7 @@ ;; UNBUNDLE-ME! "--with-system-png" ;; UNBUNDLE-ME! "--with-system-theora" ;; UNBUNDLE-ME! "--with-system-vorbis" - #$(if with-gtk3? ;; TODO: find a way to link atk_bridge_adaptor_init - "--disable-accessibility" - "--enable-accessibility")) + "--enable-accessibility") #:modules '((guix build utils) (guix build gnu-build-system) (ice-9 regex)) @@ -215,7 +213,6 @@ (bin (string-append #$output "/bin"))) (mkdir-p lib) (mkdir-p bin) - (invoke "ls" "-la" #$distdir) (invoke tar "xJpf" #$tarball-dist "-C" lib) (symlink (format #f "~a/~a/~a" lib #$name #$name) (format #f "~a/~a" bin #$name))))) |