overlays: remove hugin

This commit is contained in:
Antoine Martin 2023-11-15 12:16:04 +01:00
parent 3039f71dba
commit 513fec0758
2 changed files with 0 additions and 35 deletions

View file

@ -1,3 +1,2 @@
{
hugin = import ./hugin;
}

View file

@ -1,34 +0,0 @@
final: prev: {
# hugin needs glew-egl since wxGTK30 upgrade:
# https://bugs.archlinux.org/task/75406
hugin = prev.hugin.overrideAttrs (oldAttrs: {
buildInputs = with final; [
boost
cairo
exiv2
fftw
flann
gettext
glew
ilmbase
lcms2
lensfun
libjpeg
libpng
libtiff
xorg.libX11
xorg.libXi
xorg.libXmu
libGLU
libGL
openexr
panotools
sqlite
vigra
(wxGTK31.override {
withEGL = false;
})
zlib
];
});
}