guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5f12c48383c91c0d3bdd78269c51647f9a53257a
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 11:07:06 2025 +0100

    gnu: Remove movim-desktop.
    
    * gnu/packages/messaging.scm (movim-desktop): Delete variable.
    
    Fixes: guix/guix#3763
    Change-Id: I8c068c0e4b8a90ec5cbb32effc80ab7a6dbb7ea5
---
 gnu/packages/messaging.scm | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b5ec782e5e..c72effef25 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2810,47 +2810,6 @@ in a variety of programming languages.  This package is 
for the Python
 implementation of an MQTT version client class.")
     (license (list license:epl2.0 license:edl1.0)))) ;dual licensed
 
-(define-public movim-desktop
-  (let ((commit "83d583b83629dbd2ec448da9a1ffd81f6c1fb295")
-        (revision "3"))
-    (package
-      (name "movim-desktop")
-      (version
-       (git-version "0.14.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri
-          (git-reference
-           (url "https://github.com/movim/movim_desktop";)
-           (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "1lsa3k3wx1d2lk0qs0k5jc5bmapnmpzwynprjf2wihh8c8y3iwlz"))))
-      (build-system qt-build-system)
-      (arguments
-       `(#:tests? #f                    ; No target
-         #:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'patch
-             (lambda* (#:key outputs #:allow-other-keys)
-               (substitute* `("CMakeLists.txt" "movim.desktop")
-                 (("/usr")
-                  (assoc-ref outputs "out"))
-                 (("\"build")
-                  "\"../build"))
-               #t)))))
-      (inputs
-       (list qtbase-5 qtdeclarative-5 qtwebchannel-5))
-      (propagated-inputs
-       (list qtwebengine-5))
-      (home-page "https://movim.eu/";)
-      (synopsis "Desktop Application for Movim")
-      (description
-       "Movim-Desktop is a desktop application, relying on Qt, for the Movim
-social and chat platform.")
-      (license license:gpl3+))))
-
 (define-public psi-plus
   (package
     (name "psi-plus")

Reply via email to