Ricardo Wurmus <[email protected]> skribis:
> From a72f8aabeba004067c1acb48ceebbd3c0e1fbdd8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <[email protected]>
> Date: Mon, 20 Apr 2015 21:36:17 +0200
> Subject: [PATCH] gnu: Add Ardour 4.
>
> * gnu/packages/audio.scm (ardour-4): New variable.
[...]
> + (snippet
> + '(call-with-output-file
> + "libs/ardour/revision.cc"
> + (lambda (port)
> + (format port "#include \"ardour/revision.h\"
> +namespace ARDOUR { const char* revision = \"4.0\" ; }"))))
Could you add a comment to explain this?
Otherwise LGTM, thanks!
Ludo’.