summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-04 19:38:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:33 +0100
commit32bc206a147aeee1255848e49c9d9daecbfe0e4e (patch)
tree36a0b0454935c00da2380ed4bb391af6d104c4db /gnu
parent15273a3c14b341951514d67b18fb9ac41dccf2a3 (diff)
gnu: mogan: Fix build.
* gnu/packages/text-editors.scm (mogan)[arguments]{phases}: Delete phase fix-icon-directory to fix build. Relates-to: guix/guix!10394 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/text-editors.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 999a8282741..cdba52f8bce 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1477,6 +1477,7 @@ more.")
1477 (substitute-keyword-arguments arguments 1477 (substitute-keyword-arguments arguments
1478 ((#:phases orig) 1478 ((#:phases orig)
1479 #~(modify-phases #$orig 1479 #~(modify-phases #$orig
1480 (delete 'fix-icon-directory)
1480 ;; The non-deterministic compression issue is solved in Mogan. 1481 ;; The non-deterministic compression issue is solved in Mogan.
1481 (delete 'gzip-flags))))) 1482 (delete 'gzip-flags)))))
1482 (home-page "https://github.com/XmacsLabs/mogan") 1483 (home-page "https://github.com/XmacsLabs/mogan")