gnu: orbit2: Update style.

* gnu/packages/gnome.scm (orbit2) [arguments]: Convert to list of G-Expressions.
[native-inputs]: Write the native-input list on one line.

Change-Id: I6a09616719c07cbb48195cf0c59d8b799c404d47
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
Vivien Kraus 2024-03-09 08:48:36 +01:00 committed by Liliana Marie Prikler
parent 843d74a408
commit ea67a6e256
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -3800,10 +3800,11 @@ functionality was designed to be as reusable and portable as possible.")
"0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam")))) "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(;; The "timeout-server" test hangs when run in parallel. (list
;; The "timeout-server" test hangs when run in parallel.
#:parallel-tests? #f #:parallel-tests? #f
#:configure-flags #:configure-flags
'(;; We don't need static libraries, plus they don't build reproducibly #~'(;; We don't need static libraries, plus they don't build reproducibly
;; (non-deterministic ordering of .o files in the archive.) ;; (non-deterministic ordering of .o files in the archive.)
"--disable-static" "--disable-static"
@ -3812,7 +3813,7 @@ functionality was designed to be as reusable and portable as possible.")
"DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS") "DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
;; ... which they then completly ignore !! ;; ... which they then completly ignore !!
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'fix-parallel-build (add-after 'unpack 'fix-parallel-build
;; Parallel build fails because of a failed dependency, ;; Parallel build fails because of a failed dependency,
;; https://bugzilla.gnome.org/show_bug.cgi?id=732274 ;; https://bugzilla.gnome.org/show_bug.cgi?id=732274
@ -3827,8 +3828,7 @@ $(DEPS) CosNaming.h libname-server-2.a"))))
(("-DG_DISABLE_DEPRECATED") (("-DG_DISABLE_DEPRECATED")
"-DGLIB_DISABLE_DEPRECATION_WARNINGS"))))))) "-DGLIB_DISABLE_DEPRECATION_WARNINGS")))))))
(inputs (list glib libidl)) (inputs (list glib libidl))
(native-inputs (native-inputs (list pkg-config))
(list pkg-config))
(home-page "https://projects.gnome.org/orbit2/") (home-page "https://projects.gnome.org/orbit2/")
(synopsis "CORBA 2.4-compliant Object Request Broker") (synopsis "CORBA 2.4-compliant Object Request Broker")
(description "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb) (description "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb)