diff options
author | Alex Kost <alezost@gmail.com> | 2018-07-05 14:18:42 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2018-07-09 19:26:05 +0300 |
commit | fc4f13bde8483ae0542902633a6fea659e04e2ff (patch) | |
tree | 7ec04de6906b1449ede82f3dd5433e43ed272668 /gnu/local.mk | |
parent | e311ef4f87f7ad8db2114e5f89961eea0240893b (diff) | |
download | guix-fc4f13bde8483ae0542902633a6fea659e04e2ff.tar.gz |
gnu: openscenegraph: Update to 3.6.2.
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.2. [source]: Use the new url and 'git-fetch' method. [properties]: Add 'upstream-name'. [native-inputs]: Add 'pkg-config'. [inputs]: Add 'libxrandr'. * gnu/packages/patches/openscenegraph-ffmpeg3.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index eb245e3268..f7a00eab2e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -986,7 +986,6 @@ dist_patch_DATA = \ %D%/packages/patches/openfoam-4.1-cleanup.patch \ %D%/packages/patches/openldap-CVE-2017-9287.patch \ %D%/packages/patches/openocd-nrf52.patch \ - %D%/packages/patches/openscenegraph-ffmpeg3.patch \ %D%/packages/patches/opensmtpd-fix-crash.patch \ %D%/packages/patches/openssl-runpath.patch \ %D%/packages/patches/openssl-1.0.2-CVE-2018-0495.patch \ |