diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2019-01-15 17:42:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-15 17:45:33 +0100 |
commit | 4fec042b54d65a2f44cc3602f7d6f82292e3d1a9 (patch) | |
tree | f520114b54f9428d0e52ffd423070286d885be43 /gnu/local.mk | |
parent | 22e623aef08cc08c14073dca0193e9238ca88e9e (diff) | |
download | patches-4fec042b54d65a2f44cc3602f7d6f82292e3d1a9.tar patches-4fec042b54d65a2f44cc3602f7d6f82292e3d1a9.tar.gz |
gnu: Move Python compression packages to new module.
* gnu/packages/compression.scm (python-lzo, python2-lzo, python-lz4,
python2-lz4, python-lzstring, python2-lzstring, bitshuffle,
bitshuffle-for-snappy): Move variables from here...
* gnu/packages/python-compression.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/bioinformatics.scm,
gnu/packages/java-compression.scm,
gnu/packages/xorg.scm: Adjust module references.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7ee41de644..fb8e0e1eb0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -367,6 +367,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/pure.scm \ %D%/packages/pv.scm \ %D%/packages/python.scm \ + %D%/packages/python-compression.scm \ %D%/packages/python-crypto.scm \ %D%/packages/python-web.scm \ %D%/packages/python-xyz.scm \ |