parent
a07b54ec38
commit
7f7233b61d
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/muennich/sxiv";
|
homepage = "https://github.com/muennich/sxiv";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -10278,7 +10278,9 @@ let
|
|||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
sxiv = callPackage ../applications/graphics/sxiv { };
|
sxiv = callPackage ../applications/graphics/sxiv {
|
||||||
|
giflib = giflib_5_0;
|
||||||
|
};
|
||||||
|
|
||||||
bittorrentSync = callPackage ../applications/networking/bittorrentsync { };
|
bittorrentSync = callPackage ../applications/networking/bittorrentsync { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user