Remove freeimage backend from imv because it's marked as insecure

This commit is contained in:
Erwin Boskma 2024-02-22 11:31:37 +01:00
parent fd23604902
commit 792648c64e
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
3 changed files with 27 additions and 3 deletions

View file

@ -56,7 +56,15 @@ in
atool
ffmpegthumbnailer
html2text
imv
(imv.override {
withBackends = [
"libtiff"
"libjpeg"
"libpng"
"librsvg"
"libheif"
];
})
mediainfo
p7zip
pbzip2

View file

@ -201,7 +201,15 @@ in
helvum
horizon-eda
imagemagick
imv
(imv.override {
withBackends = [
"libtiff"
"libjpeg"
"libpng"
"librsvg"
"libheif"
];
})
iotop
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })
kicad

View file

@ -255,7 +255,15 @@ in
gnome.nautilus
icemon
imagemagick
imv
(imv.override {
withBackends = [
"libtiff"
"libjpeg"
"libpng"
"librsvg"
"libheif"
];
})
incus
iotop
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })