* gnu/packages/games.scm (dosbox): Add file-name property, since the
  package is built from an SVN checkout.
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9d2058a..9c44bbe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1060,6 +1060,7 @@ next campaign.")
               (uri (svn-reference
                     (url 
"http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/";)
                     (revision 3947)))
+              (file-name (string-append name "-" version "-checkout"))
               ;; Use SVN head, since the last release (2010) is incompatible
               ;; with GCC 4.8+ (see
               ;; <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624976>).
-- 
2.6.1


Reply via email to