Ricardo Wurmus <rek...@elephly.net> skribis: > From 18eaadd221e098dfd769cc6aa9c8920730c2674f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <rek...@elephly.net> > Date: Thu, 4 Jun 2015 10:01:11 +0200 > Subject: [PATCH] gnu: Add powertabeditor. > > * gnu/packages/music.scm (powertabeditor): New variable. > --- > gnu/packages/music.scm | 98 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 98 insertions(+)
LGTM! > + ;; CMake appears to lose the RUNPATH for some reason, so it has to be > + ;; explicitly set with CMAKE_INSTALL_RPATH. When you have time, it would be good to look at the build log to see all the -rpath arguments that are passed. It’s a bit scary because it seems CMake cannot remain under control, somehow. ;-) Thank you! Ludo’.