unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 59800@debbugs.gnu.org
Subject: [bug#59800] [PATCH 1/5] gnu: openscenegraph: Use modern package style.
Date: Sat, 3 Dec 2022 09:12:15 +0100	[thread overview]
Message-ID: <7324733de60f8653c1b364c7825e69ec21cba00a.camel@gmail.com> (raw)
In-Reply-To: <034d0ae2b33c04dc7a5f8f75ab285e20937ce4ec.camel@gmail.com>

* gnu/packages/graphics.scm (openscenegraph)[arguments]: Convert to list
of G-Expressions.
---
 gnu/packages/graphics.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 60c6a979c5..4193c2949b 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1292,14 +1292,15 @@ (define-public openscenegraph
      `((upstream-name . "OpenSceneGraph")))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f                      ; no test target available
-       ;; Without this flag, 'rd' will be added to the name of the
-       ;; library binaries and break linking with other programs.
-       #:build-type "Release"
-       #:configure-flags
-       (list (string-append "-DCMAKE_INSTALL_RPATH="
-                            (assoc-ref %outputs "out") "/lib:"
-                            (assoc-ref %outputs "out") "/lib64"))))
+     (list
+      #:tests? #f                      ; no test target available
+      ;; Without this flag, 'rd' will be added to the name of the
+      ;; library binaries and break linking with other programs.
+      #:build-type "Release"
+      #:configure-flags
+      #~(list (string-append "-DCMAKE_INSTALL_RPATH="
+                             #$output "/lib:"
+                             #$output "/lib64"))))
     (native-inputs
      (list pkg-config unzip))
     (inputs
-- 
2.38.1





  reply	other threads:[~2022-12-03 10:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  9:09 [bug#59800] [PATCH 0/5] Add esmini Liliana Marie Prikler
2022-12-03  8:12 ` Liliana Marie Prikler [this message]
2022-12-03  8:13 ` [bug#59800] [PATCH 2/5] gnu: openscenegraph: Add output for plugins Liliana Marie Prikler
2022-12-03  8:16 ` [bug#59800] [PATCH 3/5] gnu: Add open-simulation-interface Liliana Marie Prikler
2022-12-03  8:16 ` [bug#59800] [PATCH 4/5] gnu: Add python-open-simulation-interface Liliana Marie Prikler
2022-12-03  9:04 ` [bug#59800] [PATCH 5/5] gnu: Add esmini Liliana Marie Prikler
2023-02-12  7:54   ` bug#59800: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7324733de60f8653c1b364c7825e69ec21cba00a.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=59800@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).