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:
parent
566fc7fa13
commit
ff9a5f7e97
1 changed files with 1 additions and 0 deletions
|
@ -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>).
|
||||
|
|
Loading…
Reference in a new issue