(address . bug-guix@gnu.org)
`smbinfo` and `smb2-quota` of the cifs-utils package refuse to run properly:
```
$ smbinfo
/usr/bin/env: 'python3': No such file or directory
$ smb2-quota
/usr/bin/env: 'python': No such file or directory
```
We need to patch out the `/usr/bin/env python` thing.
~Jonathan