diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index d9359d0b85..90e9259540 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1354,14 +1354,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