M gnu/packages/image-viewers.scm => gnu/packages/image-viewers.scm +2 -2
@@ 219,7 219,7 @@ opening the image directly in a terminal window.")
(string-append (assoc-ref inputs input) "/bin"))
'("bash" "catimg" "chafa" "coreutils" "curl"
"dmenu" "fzf" "gawk" "grep" "jp2a" "jq"
- "libnotify" "mpv" "ncurses" "python-ueberzug"
+ "libnotify" "mpv" "ncurses" "ueberzug"
"sed" "util-linux" "yt-dlp")))
`("YTFZF_SYSTEM_ADDON_DIR" ":" =
,(list (string-append #$output "/share/ytfzf/addons")))))))))
@@ 239,7 239,7 @@ opening the image directly in a terminal window.")
mpv
ncurses
perl ;for convert-ascii-escape.pl
- python-ueberzug
+ ueberzug
sed
util-linux
yt-dlp))
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -2
@@ 2183,9 2183,9 @@ Interface} to simplify common problems such as caching, timing, computing
progress, among other things.")
(license license:asl2.0)))
-(define-public python-ueberzug
+(define-public ueberzug
(package
- (name "python-ueberzug")
+ (name "ueberzug")
(version "18.3.1")
(source
(origin
@@ 2218,6 2218,9 @@ workspaces.
@end itemize")
(license license:gpl3+)))
+(define-public python-ueberzug
+ (deprecated-package "python-ueberzug" ueberzug))
+
(define-public python-databind-core
(package
(name "python-databind-core")