diff options
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index e64ffb58fc..3a26acc802 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5765,7 +5765,7 @@ The XCB util module provides the following libraries: `(("autoconf" ,autoconf) ("automake" ,automake) ("libtool" ,libtool) - ("python-2" ,python-2) + ("python" ,python-wrapper) ("pkg-config" ,pkg-config))) (arguments `(#:phases |