mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
readd imv
This commit is contained in:
parent
deb3e0ca1f
commit
e3a3ccfbfa
3 changed files with 15 additions and 14 deletions
|
@ -18,10 +18,10 @@ in
|
|||
ianny = callPackage ../pkgs/ianny { };
|
||||
|
||||
tpm2-pkcs11 = prev.tpm2-pkcs11.override { fapiSupport = false; };
|
||||
imv = prev.imv.override {
|
||||
# freeimage is broken
|
||||
withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
};
|
||||
# imv = prev.imv.override {
|
||||
# # freeimage is broken
|
||||
# withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
# };
|
||||
zsh-fzf-tab = prev.zsh-fzf-tab.overrideAttrs (_: rec {
|
||||
version = "1.1.1";
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue