diff options
author | Efraim Flashner | 2019-06-23 01:22:53 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-06-23 01:22:53 -0500 |
commit | 140b63977db7e2b97595f90ab2b26b865794d85f (patch) | |
tree | 49cfdd0bb8321300d8d8ae5dbc20377a04f1d208 /gn/packages/python.scm | |
parent | dae92276b5955783ceea8480dd2ece4263a54520 (diff) | |
download | guix-bioinformatics-140b63977db7e2b97595f90ab2b26b865794d85f.tar.gz |
python-version: Remove redundant build-system declaration.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index c01c9e2..965cf53 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -780,7 +780,6 @@ the older versions.") (base32 "1rc8kf72v180qlygkh1y0jwv2fxqpx7n97bqfhbwgnn31iwai9g3")))) (build-system python-build-system) - (build-system python-build-system) (propagated-inputs `( ("python-more-itertools" ,python-more-itertools) |