diff options
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 920ae37a78..673979d1d8 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -678,7 +678,9 @@ and enhance them.") (arguments (list #:tests? #f ;Tests are only examples - #:configure-flags #~(list "-DUSE_BUNDLED_LIBRAW=OFF") + #:configure-flags + #~(list "-DUSE_BUNDLED_LIBRAW=OFF" + "-DBINARY_PACKAGE_BUILD=ON") #:build-type "Release")) ;Rawspeed fails on default 'RelWithDebInfo' (native-inputs (list cmocka |