xdg-utils: Remove procmail on RISC-V
This commit is contained in:
parent
a94dd57ffc
commit
18fa2e6c65
1 changed files with 4 additions and 0 deletions
|
@ -33,4 +33,8 @@ in {
|
|||
libuv = prev.libuv.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
xdg-utils = prev.xdg-utils.override {
|
||||
procmail = final.emptyDirectory;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue