diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 16:42:29 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 17:36:25 +0300 |
| commit | 8632cc58e46769ddd31a9ca78aaeb50fbe7c1d4e (patch) | |
| tree | 464b8c5b0a275590c8265b76278ac9a456901a01 /gnu | |
| parent | cf94cd3e4e81d91af5bed34c33aa0046223b7a0c (diff) | |
gnu: dvdstyler: Build with python3.
* gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Remove python-2;
add python-minimal-wrapper.
Change-Id: I5d56d99e4f1ef36f2c3477ce1aaf359455efbee4
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cdrom.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index d20cbf31e0..fa6d1b3720 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -640,7 +640,7 @@ capacity is user-selectable.") (native-inputs `(("pkg-config" ,pkg-config) ("flex" ,flex) - ("python" ,python-2) + ("python" ,python-minimal-wrapper) ("xmlto" ,xmlto) ("gettext" ,gettext-minimal) ("docbook-xml" ,docbook-xml) |
