gnu: Rename 'samba/fixed' to 'samba/pinned'.
* gnu/packages/samba.scm: Rename variable 'samba/fixed' to 'samba/pinned' and 'samba/fixed-patched' to 'samba/fixed'. * gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Replace 'samba/fixed' with 'samba/pinned'. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
c3e61c8c1f
commit
2c3d1cdfcc
|
@ -5199,7 +5199,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
|
||||||
sqlite
|
sqlite
|
||||||
zlib))
|
zlib))
|
||||||
(inputs
|
(inputs
|
||||||
(list mit-krb5 samba/fixed)) ; For ntlm_auth support
|
(list mit-krb5 samba/pinned)) ; For ntlm_auth support
|
||||||
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
||||||
(synopsis "GLib-based HTTP Library")
|
(synopsis "GLib-based HTTP Library")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -275,14 +275,14 @@ Samba is an important component to seamlessly integrate Linux/Unix Servers and
|
||||||
Desktops into Active Directory environments using the winbind daemon.")
|
Desktops into Active Directory environments using the winbind daemon.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
;;; FIXME: Invert inheritance relationship; the "fixed" package shouldn't be
|
;;; FIXME: Invert inheritance relationship; the "pinned" package shouldn't be
|
||||||
;;; susceptible to changes in the free one.
|
;;; susceptible to changes in the free one.
|
||||||
(define-public samba/fixed
|
(define-public samba/pinned
|
||||||
;; Version that rarely changes, depended on by libsoup.
|
;; Version that rarely changes, depended on by libsoup.
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit samba)
|
(inherit samba)
|
||||||
(replacement samba/fixed-patched)
|
(replacement samba/fixed)
|
||||||
(version "4.15.3")
|
(version "4.15.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -306,9 +306,9 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
libxslt
|
libxslt
|
||||||
libxml2)))))
|
libxml2)))))
|
||||||
|
|
||||||
(define-public samba/fixed-patched
|
(define-public samba/fixed
|
||||||
(package
|
(package
|
||||||
(inherit samba/fixed)
|
(inherit samba/pinned)
|
||||||
;; This is 4.15.13, but we need to trim the store file name to have
|
;; This is 4.15.13, but we need to trim the store file name to have
|
||||||
;; the same length as the one we are grafting above.
|
;; the same length as the one we are grafting above.
|
||||||
(version "4.15.A")
|
(version "4.15.A")
|
||||||
|
|
Reference in New Issue