mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python2-fake-factory: Rearrange inputs.
* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
This commit is contained in:
parent
bbcd729791
commit
24c9aa1810
1 changed files with 2 additions and 2 deletions
|
@ -9572,9 +9572,9 @@ (define-public python2-fake-factory
|
|||
python-fake-factory))))
|
||||
(package
|
||||
(inherit base)
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
`(("python2-ipaddress" ,python2-ipaddress)
|
||||
,@(package-native-inputs base))))))
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
||||
(define-public python-pyaml
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue