mhw pushed a commit to branch gnome-updates
in repository guix.

commit b02733d4950c74350a2a1889a4a27d6542c6ad35
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 23:24:55 2017 -0500

    gnu: libosinfo: Fix substitute fetching for usb.ids.
    
    * gnu/packages/qemu.scm (libosinfo)[native-inputs]: Add 'file-name' field to
    'origin' record of "usb.ids".  Otherwise, the default file name contains a 
"?"
    which leads to failure to fetch nars from substitute servers.
---
 gnu/packages/qemu.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 4c47a09..61c15ae 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <[email protected]>
-;;; Copyright © 2015, 2016 Mark H Weaver <[email protected]>
+;;; Copyright © 2015, 2016, 2017 Mark H Weaver <[email protected]>
 ;;; Copyright © 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
 ;;;
@@ -237,6 +237,7 @@ server and embedded PowerPC, and S390 guests.")
         ,(origin
            (method url-fetch)
            (uri 
"http://linux-usb.cvs.sourceforge.net/viewvc/linux-usb/htdocs/usb.ids?revision=1.539";)
+           (file-name "usb.ids")
            (sha256
             (base32
              "0w9ila7662lzpx416lqy69zx6gfwq2xiigwd5fdyqcrg3dj07m80"))))))

Reply via email to