Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
P-A Bouttier
gricad_guix_packages
Commits
5913f87a
Commit
5913f87a
authored
May 03, 2021
by
P-A Bouttier
Browse files
add missing deps for pysndfile
parent
1c6960f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
5913f87a
...
...
@@ -22,6 +22,7 @@
#
:use-module
(
gnu
packages
python-xyz
)
#
:use-module
(
gnu
packages
time
)
#
:use-module
(
gnu
packages
libffi
)
#
:use-module
(
gnu
packages
pulseaudio
)
#
:use-module
(
gnu
packages
python-build
)
#
:use-module
(
gnu
packages
compression
)
#
:use-module
(
gnu
packages
geo
))
...
...
@@ -685,7 +686,8 @@
(
arguments
`
(
#
:tests?
#f
))
(
propagated-inputs
`
((
"python-numpy"
,
python-numpy
)))
`
((
"python-numpy"
,
python-numpy
)
(
"libsndfile"
,
libsndfile
)))
(
native-inputs
`
((
"python-cython"
,
python-cython
)))
(
home-page
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment