mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
647888845c
100 changed files with 1294 additions and 694 deletions
|
@ -358,7 +358,7 @@ of a the system to know what users are logged in, and where.")
|
|||
("glib:bin" ,glib "bin")))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("bash-completion", bash-completion)
|
||||
("bash-completion" ,bash-completion)
|
||||
("polkit" ,polkit)))
|
||||
(propagated-inputs
|
||||
`(("sqlite" ,sqlite)))
|
||||
|
@ -1135,7 +1135,7 @@ manually by a user.")
|
|||
(define-public perl-file-basedir
|
||||
(package
|
||||
(name "perl-file-basedir")
|
||||
(version "0.07")
|
||||
(version "0.08")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1143,7 +1143,7 @@ manually by a user.")
|
|||
"File-BaseDir-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0aq8d4hsaxqibp36f773y6dfck7zd82v85sp8vhi6pjkg3pmf2hj"))))
|
||||
"1qq5ag9zffx8zc5i9b4z03ar80pqj4drgk3vjdlyfapjwb9zqrf0"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue