build-system: python: Do not double wrap executables.
authorArun Isaac <arunisaac@systemreboot.net>
Wed, 11 Jul 2018 07:33:33 +0000 (13:03 +0530)
committerArun Isaac <arunisaac@systemreboot.net>
Sat, 24 Nov 2018 20:01:23 +0000 (01:31 +0530)
commit89e7f90d0b40bc4f15f902cc3b82c3effa87dd02
tree86cb0fc7cfafb0e39a2181fe0bcb15efdb1ad172
parent4ae7dc7b9af64794081b1913740b97acd89c91bc
build-system: python: Do not double wrap executables.

* guix/build/python-build-system.scm (wrap): Only wrap executables that have
not already been wrapped.
* guix/build/utils.scm (wrapper?): New function.
guix/build/python-build-system.scm
guix/build/utils.scm