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
|
@ -25933,7 +25933,7 @@ also be usable with other GSSAPI mechanisms.")
|
|||
(invoke "git" "config" "--global"
|
||||
"protocol.file.allow" "always"))))))
|
||||
(native-inputs
|
||||
(list git-minimal/fixed python-pytest))
|
||||
(list git-minimal/pinned python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-pypa-build python-setuptools python-tomli))
|
||||
(home-page "https://github.com/mgedmin/check-manifest")
|
||||
|
@ -28578,7 +28578,7 @@ and frame grabber interface.")
|
|||
(native-inputs
|
||||
(list cmake-minimal
|
||||
gfortran
|
||||
git-minimal/fixed ;for tests
|
||||
git-minimal/pinned ;for tests
|
||||
ninja
|
||||
python-coverage
|
||||
python-cython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue