aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-11-30 00:49:38 -0500
committerDanny Milosavljevic <dannym@scratchpost.org>2021-01-03 17:30:30 +0100
commitd3fb65a83794584b6c59995a6d569d18fc7bfff3 (patch)
tree3d3479cf55139137303e7179b280dd3cc432b020 /gnu/packages/graphics.scm
parent844da71612eb53920c4cc2911ab93d8c9abb3f71 (diff)
downloadguix-d3fb65a83794584b6c59995a6d569d18fc7bfff3.tar.gz
guix-d3fb65a83794584b6c59995a6d569d18fc7bfff3.zip
gnu: libotr: Update license.
* gnu/packages/messaging.scm (libotr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/graphics.scm')
0 files changed, 0 insertions, 0 deletions
or C++ code. That the hash function is perfect means that no collisions can exist and that look-ups can be made by single string comparisons.") (license gpl3+))) (define-public gperf-3.0 ;; This older version would use 'unsigned int' in its generated lookup ;; functions whereas 3.1 uses 'size_t', which causes breakage such as ;; <https://github.com/wingo/elogind/issues/8>. (package (inherit gperf) (version "3.0.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gperf/gperf-" version ".tar.gz")) (sha256 (base32 "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn"))))))