mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned'.
* gnu/packages/version-control.scm: Rename variable 'git-minimal/fixed' to 'git-minimal/pinned', add depreciation. * gnu/packages/erlang.scm (erlang-erlware-commons)[native-inputs]: Replace 'git-minimal/fixed' with 'git-minimal/pinned'. (rebar3-git-vsn)[inputs]: Likewise. * gnu/packages/gnome.scm (gnome-photos)[native-inputs]: Likewise. * gnu/packages/gtk.scm (graphene)[native-inputs]: Likewise. * gnu/packages/haskell.scm (ghc-8.8, ghc-8.10)[native-inputs]: Likewise. * gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Likewise. * gnu/packages/ocaml.scm (opam, ocamlformat)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-check-manifest)[native-inputs]: Likewise. (python-scikit-build)[native-inputs]: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b640402063
commit
44f43603d3
8 changed files with 17 additions and 12 deletions
|
@ -376,7 +376,7 @@ Markdown.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list erlang-cf))
|
(list erlang-cf))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal/fixed)) ;; Required for tests
|
(list git-minimal/pinned)) ;; Required for tests
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -701,7 +701,7 @@ applications as a dependent libraries.")
|
||||||
(base32 "1dfz56034pa25axly9vqdzv3phkn8ll0qwrkws96pbgcprhky1hx"))))
|
(base32 "1dfz56034pa25axly9vqdzv3phkn8ll0qwrkws96pbgcprhky1hx"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list git-minimal/fixed))
|
(list git-minimal/pinned))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Running the tests require binary artifact (tar-file containing
|
`(;; Running the tests require binary artifact (tar-file containing
|
||||||
;; samples git repos) TODO: remove these from the source
|
;; samples git repos) TODO: remove these from the source
|
||||||
|
|
|
@ -909,7 +909,7 @@ tomorrow, the rest of the week and for special occasions.")
|
||||||
(list dbus
|
(list dbus
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
git-minimal/fixed
|
git-minimal/pinned
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
|
|
@ -2519,7 +2519,7 @@ Parcellite and adds bugfixes and features.")
|
||||||
'("-Dintrospection=false")
|
'("-Dintrospection=false")
|
||||||
'()))))
|
'()))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("git" ,git-minimal/fixed)
|
`(("git" ,git-minimal/pinned)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("mutest" ,mutest)
|
("mutest" ,mutest)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
|
@ -1143,7 +1143,7 @@ interactive environment for the functional language Haskell.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c55pj2820q26rikhpf636sn4mjgqsxjrl94vsywrh79dxp3k14z"))))
|
"0c55pj2820q26rikhpf636sn4mjgqsxjrl94vsywrh79dxp3k14z"))))
|
||||||
("git" ,git-minimal/fixed) ; invoked during tests
|
("git" ,git-minimal/pinned) ; invoked during tests
|
||||||
,@(filter (match-lambda
|
,@(filter (match-lambda
|
||||||
(("ghc-bootstrap" . _) #f)
|
(("ghc-bootstrap" . _) #f)
|
||||||
(("ghc-testsuite" . _) #f)
|
(("ghc-testsuite" . _) #f)
|
||||||
|
@ -1195,7 +1195,7 @@ interactive environment for the functional language Haskell.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zl25gg6bpx5601k8h3cqnns1xfc0nqgwnh8jvn2s65ra3f2g1nz"))))
|
"1zl25gg6bpx5601k8h3cqnns1xfc0nqgwnh8jvn2s65ra3f2g1nz"))))
|
||||||
("git" ,git-minimal/fixed) ; invoked during tests
|
("git" ,git-minimal/pinned) ; invoked during tests
|
||||||
,@(filter (match-lambda
|
,@(filter (match-lambda
|
||||||
(("ghc-bootstrap" . _) #f)
|
(("ghc-bootstrap" . _) #f)
|
||||||
(("ghc-testsuite" . _) #f)
|
(("ghc-testsuite" . _) #f)
|
||||||
|
|
|
@ -1614,7 +1614,7 @@ valuable enough at this time.")
|
||||||
(inputs
|
(inputs
|
||||||
(list python-wrapper))
|
(list python-wrapper))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal/fixed ;needed for the "Utilities" test
|
(list git-minimal/pinned ;needed for the "Utilities" test
|
||||||
julia-documentermarkdown
|
julia-documentermarkdown
|
||||||
julia-documentertools))
|
julia-documentertools))
|
||||||
(home-page "https://juliadocs.github.io/Documenter.jl")
|
(home-page "https://juliadocs.github.io/Documenter.jl")
|
||||||
|
|
|
@ -938,7 +938,7 @@ name = Guix Builder")
|
||||||
("ocaml-cppo" ,ocaml-cppo)
|
("ocaml-cppo" ,ocaml-cppo)
|
||||||
|
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("git" ,git-minimal/fixed)
|
("git" ,git-minimal/pinned)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("rsync" ,rsync)
|
("rsync" ,rsync)
|
||||||
|
@ -8656,7 +8656,7 @@ defined in OCaml 4.12.0.")
|
||||||
ocaml-uuseg
|
ocaml-uuseg
|
||||||
ocaml-uutf))
|
ocaml-uutf))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal/fixed ;for tests
|
(list git-minimal/pinned ;for tests
|
||||||
ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx))
|
ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx))
|
||||||
(home-page "https://github.com/ocaml-ppx/ocamlformat")
|
(home-page "https://github.com/ocaml-ppx/ocamlformat")
|
||||||
(synopsis "Auto-formatter for OCaml code")
|
(synopsis "Auto-formatter for OCaml code")
|
||||||
|
|
|
@ -25933,7 +25933,7 @@ also be usable with other GSSAPI mechanisms.")
|
||||||
(invoke "git" "config" "--global"
|
(invoke "git" "config" "--global"
|
||||||
"protocol.file.allow" "always"))))))
|
"protocol.file.allow" "always"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal/fixed python-pytest))
|
(list git-minimal/pinned python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pypa-build python-setuptools python-tomli))
|
(list python-pypa-build python-setuptools python-tomli))
|
||||||
(home-page "https://github.com/mgedmin/check-manifest")
|
(home-page "https://github.com/mgedmin/check-manifest")
|
||||||
|
@ -28578,7 +28578,7 @@ and frame grabber interface.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmake-minimal
|
(list cmake-minimal
|
||||||
gfortran
|
gfortran
|
||||||
git-minimal/fixed ;for tests
|
git-minimal/pinned ;for tests
|
||||||
ninja
|
ninja
|
||||||
python-coverage
|
python-coverage
|
||||||
python-cython
|
python-cython
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
#:use-module (guix deprecation)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
@ -670,7 +671,11 @@ everything from small to very large projects with speed and efficiency.")
|
||||||
perl
|
perl
|
||||||
zlib))))
|
zlib))))
|
||||||
|
|
||||||
(define-public git-minimal/fixed
|
;;; The symbol git-minimal/fixed should be used when git-minimal needs fixes
|
||||||
|
;;; (security or else) and this deprecation could be removed.
|
||||||
|
(define-deprecated/public-alias git-minimal/fixed git-minimal/pinned)
|
||||||
|
|
||||||
|
(define-public git-minimal/pinned
|
||||||
;; Version that rarely changes, depended on by Graphene/GTK+.
|
;; Version that rarely changes, depended on by Graphene/GTK+.
|
||||||
(package/inherit git-minimal
|
(package/inherit git-minimal
|
||||||
(version "2.33.1")
|
(version "2.33.1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue