overlays: remove i3status-rust from overlays
This commit is contained in:
parent
4ae6e9d5e9
commit
3ffeed96fc
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
i3status-rust = import ./i3status-rust;
|
|
||||||
chrysalis = import ./chrysalis;
|
chrysalis = import ./chrysalis;
|
||||||
hugin = import ./hugin;
|
hugin = import ./hugin;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
# overlay created because nixpkgs's `i3status-rust` depended on `notmuch`, and
|
|
||||||
# `notmuch`'s tests were briefly broken. the features I'm disabling, I don't
|
|
||||||
# need anyway: (at the time of writing)
|
|
||||||
#
|
|
||||||
# - notmuch
|
|
||||||
# - maildir
|
|
||||||
i3status-rust = prev.i3status-rust.overrideAttrs (oldAttrs: {
|
|
||||||
buildInputs = builtins.attrValues {
|
|
||||||
inherit
|
|
||||||
(final)
|
|
||||||
dbus
|
|
||||||
lm_sensors
|
|
||||||
openssl
|
|
||||||
pulseaudio
|
|
||||||
;
|
|
||||||
};
|
|
||||||
cargoBuildFeatures = ["pulseaudio"];
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in a new issue