gnu: dosbox: Add file-name property.
* gnu/packages/games.scm (dosbox): Add file-name property, since the package is built from an SVN checkout.
This commit is contained in:
parent
566fc7fa13
commit
ff9a5f7e97
|
@ -1060,6 +1060,7 @@ next campaign.")
|
||||||
(uri (svn-reference
|
(uri (svn-reference
|
||||||
(url "http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/")
|
(url "http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/")
|
||||||
(revision 3947)))
|
(revision 3947)))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
;; Use SVN head, since the last release (2010) is incompatible
|
;; Use SVN head, since the last release (2010) is incompatible
|
||||||
;; with GCC 4.8+ (see
|
;; with GCC 4.8+ (see
|
||||||
;; <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624976>).
|
;; <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624976>).
|
||||||
|
|
Loading…
Reference in New Issue