mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 22:55:57 +02:00
Merge branch 'master' into core-updates
Conflicts: gnu-system.am gnu/packages/gstreamer.scm
This commit is contained in:
@@ -102,7 +102,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
(define-public icedtea6
|
||||
(package
|
||||
(name "icedtea6")
|
||||
(version "1.13.6")
|
||||
(version "1.13.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@@ -110,7 +110,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16ac3f7kkln5skg202vllagkhjxrwd47h56diwzhfidhwjlz7410"))
|
||||
"0fqq898h0mk554mya5z4j9p4x6sg2qj0ckqzx65x49zcjjp69jm5"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(substitute* "Makefile.in"
|
||||
@@ -467,10 +467,10 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||
("openjdk6-src"
|
||||
,(origin
|
||||
(method url-fetch)
|
||||
(uri "https://java.net/downloads/openjdk6/openjdk-6-src-b34-20_jan_2015.tar.xz")
|
||||
(uri "https://java.net/downloads/openjdk6/openjdk-6-src-b35-14_apr_2015.tar.gz")
|
||||
(sha256
|
||||
(base32
|
||||
"0lafxvi255r22pjljkj9x6liacqdgin8smdmh6nzkdjjw7hv9l8k"))))
|
||||
"05glw29vy4yw9rkjy9y8wg6ybzi89gjwi19qpnfda978x02r2x5p"))))
|
||||
("lcms" ,lcms)
|
||||
("zlib" ,zlib)
|
||||
("gtk" ,gtk+-2)
|
||||
|
||||
Reference in New Issue
Block a user