On Wed, Mar 28, 2018 at 05:05:37PM +0200, Ludovic Courtès wrote: > Hi Leo, > > Leo Famulari skribis: > > > * gnu/packages/tls.scm (openssl)[replacement]: New field. > > (openssl-1.0.2o): New variable. > > [...] > > > + (uri (list (string-append "https://www.openssl.org/source/openssl-" > > + version ".tar.gz") > > + (string-append "ftp://ftp.openssl.org/source/" > > + name "-" version ".tar.gz") > > + (string-append "ftp://ftp.openssl.org/source/old/" > > + (string-trim-right version char-set:letter) > > + "/" name "-" version ".tar.gz"))) > > Eventually we should factorize this in an ‘openssl-source-url’ procedure. Yup :) > > + (sha256 > > + (base32 > > + "0kcy13l701054nhpbd901mz32v1kn4g311z0nifd83xs2jbmqgzc")) > > + ;; Erase the inherited snippet, which isn't applicable to > > + ;; OpenSSL 1.0.2o. > > + (snippet > > + '(begin > > + #t)))))) > > Use (snippet #f) to really annihilate the snippet, otherwise you create > a snippet that does nothing, yet entails and unpack-and-repack step. Oh, right :p Thanks! Pushed as 590bdc149b28e03cfd1668e8026919e89e61f00f