overlays: remove hugin
This commit is contained in:
parent
3039f71dba
commit
513fec0758
|
@ -1,3 +1,2 @@
|
||||||
{
|
{
|
||||||
hugin = import ./hugin;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in a new issue