diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-05-31 22:56:06 +0200 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-05-31 22:56:06 +0200 |
| commit | 1124f68df8467a5c1136f7205253ccc717d9381d (patch) | |
| tree | 96358137a48d01afdced57119350a2e5c70dc2d7 | |
| parent | 21a7afca4648777313bfac068e07baae1f0ca7b5 (diff) | |
nongnu: playonlinux: Remove python2 dependencies.
* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Replace
`python2-wxpython` with `python-wxpython` as the python2 variant got
removed from Guix.
| -rw-r--r-- | nongnu/packages/playonlinux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/playonlinux.scm b/nongnu/packages/playonlinux.scm index fe03005..45f8340 100644 --- a/nongnu/packages/playonlinux.scm +++ b/nongnu/packages/playonlinux.scm @@ -108,7 +108,7 @@ libx11 mesa netcat - python2-wxpython + python-wxpython wget wine xrdb)) |
