Compare commits

..

No commits in common. "5034f81a200d0e0ee8ed213754cfff5ff80fb9d0" and "a694d46ae44fbd46d0907401aadcb894f95787b5" have entirely different histories.

4 changed files with 0 additions and 36 deletions

View file

@ -31,6 +31,5 @@
BROWSER = "firefox";
# FIXME: only set if gpg-agent not in use, otherwise home manager already does that
SSH_AUTH_SOCK = "$(${gpgPackage}/bin/gpgconf --list-dirs agent-ssh-socket)";
XDG_DATA_HOME = "$HOME/.local/share";
};
}

View file

@ -20,8 +20,6 @@
chromium
darktable
hugin
enblend-enfuse
# dev
rustup

View file

@ -1,5 +1,4 @@
{
i3status-rust = import ./i3status-rust;
chrysalis = import ./chrysalis;
hugin = import ./hugin;
}

View file

@ -1,32 +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-egl
ilmbase
lcms2
lensfun
libjpeg
libpng
libtiff
xorg.libX11
xorg.libXi
xorg.libXmu
libGLU
libGL
openexr
panotools
sqlite
vigra
wxGTK30
zlib
];
});
}