Related to https://github.com/mtytel/cursynth/issues/9 --- a/mopo/src/wave.h 2014-06-25 14:10:57.827369578 -0500 +++ b/mopo/src/wave.h 2014-06-25 14:08:15.795376354 -0500 @@ -19,6 +19,7 @@ #define WAVE_H #include "mopo.h" +#include #include #define LOOKUP_SIZE 2048 cation/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22packages: 'package-field-location' handles 'search-path' returning #f....Fixes <https://bugs.gnu.org/46390>. Reported by zimoun <zimon.toutoune@gmail.com>. This is similar to the fix in d10474c38d58bdc676e64336769dc2e00cdfa8ed. * guix/packages.scm (package-field-location): Handle FILE not in %LOAD-PATH. * tests/guix-lint.sh: Add test. Ludovic Courtès