diff options
author | Andreas Enge <andreas@enge.fr> | 2014-05-29 17:08:52 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-05-29 17:08:52 +0200 |
commit | ff0bf0aca579555400faad3814c2a635dd00caf0 (patch) | |
tree | 839165c5c251243543e4f2717f9eb9a874193eeb /gnu/packages/gnome.scm | |
parent | 0ba10e086f8a6d83e7f110579efac69fd15f8dfa (diff) | |
download | guix-ff0bf0aca579555400faad3814c2a635dd00caf0.tar guix-ff0bf0aca579555400faad3814c2a635dd00caf0.tar.gz |
gnu: libgnome: Correct source file name.
* gnu/packages/gnome.scm (libgnome): Correct source file name.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 61ff6f891d..b10f2a6646 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -837,7 +837,8 @@ allows applications to access local and remote files with a single consistent AP (source (origin (method url-fetch) (uri (string-append - "mirror://gnome/sources/" name "/" (string-take version 3) "/" name "-" + "mirror://gnome/sources/" name "/" + (string-take version 4) "/" name "-" version ".tar.bz2")) (sha256 |