Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2cba6f07
Commit
2cba6f07
authored
Sep 14, 2021
by
P-A Bouttier
Browse files
Add python2-astropy package
parent
87fb47f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
2cba6f07
...
...
@@ -896,7 +896,12 @@
(
build-system
python-build-system
)
(
arguments
`
(
#
:python
,
python-2
#
:tests?
#f
))
#
:tests?
#f
#
:phases
(
modify-phases
%standard-phases
(
add-before
'install
'write-fix
(
lambda*
(
#
:key
inputs
#
:allow-other-keys
)
(
chmod
"astropy/_compiler.c"
#o644
))))))
(
propagated-inputs
`
((
"python2-numpy"
,
python2-numpy
)
(
"python2-cython"
,
python2-cython
)
...
...
Write
Preview
Markdown
is supported
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