3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Paul van der Walt 2015-10-22 11:22:36 +02:00
parent 566fc7fa13
commit ff9a5f7e97

View file

@ -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>).