Browse Source
gnu: Switch to using the version-major procedure.
* gnu/packages/audio.scm (ardour)[arguments]: Switch to using version-major.
(hmmer)[source]: Switch to using version-major.
(pidgin)[native-search-paths]: Switch to using version-major.
(r-minimal)[source]: Switch to using version-major.
python-updates
Christopher Baines
5 years ago
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
4 changed files with
4 additions and
4 deletions
gnu/packages/audio.scm
gnu/packages/bioinformatics.scm
gnu/packages/messaging.scm
gnu/packages/statistics.scm
@ -222,7 +222,7 @@ namespace ARDOUR { const char* revision = \"" version "\" ; }")))))
( modify-phases %standard-phases
( add-after
'unpack 'set-rpath-in-LDFLAGS
, ( ardour-rpath-phase ( version-prefix version 1 ) ) ) )
, ( ardour-rpath-phase ( version-major version ) ) ) )
# :test-target "test"
# :python , python-2 ) )
( inputs
@ -2917,7 +2917,7 @@ indexing scheme is called a @dfn{Hierarchical Graph FM index} (HGFM).")
( method url-fetch )
( uri ( string-append
"http://eddylab.org/software/hmmer"
( version-prefix version 1 ) "/"
( version-major version ) "/"
version "/hmmer-" version ".tar.gz" ) )
( sha256
( base32
@ -387,7 +387,7 @@ authentication.")
( list ( search-path-specification
( variable "PURPLE_PLUGIN_PATH" )
( files ( list ( string-append "lib/purple-"
( version-prefix version 1 ) )
( version-major version ) )
"lib/pidgin" ) ) ) ) )
( home-page "http://www.pidgin.im/" )
( synopsis "Graphical multi-protocol instant messaging client" )
@ -114,7 +114,7 @@ be output in text, PostScript, PDF or HTML.")
( source ( origin
( method url-fetch )
( uri ( string-append "mirror://cran/src/base/R-"
( version-prefix version 1 ) "/R-"
( version-major version ) "/R-"
version ".tar.gz" ) )
( sha256
( base32