Fix ripmime
This commit is contained in:
parent
176f08ccd6
commit
06ed902275
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# This overlay provides a set of stable ressources to make bravo-vpn work
|
||||
# reliably.
|
||||
# This overlay provides a set of customized pkgs.
|
||||
|
||||
self: super:
|
||||
|
||||
|
@ -19,5 +18,9 @@ self: super:
|
|||
};
|
||||
vim-samae = super.callPackage ./vim {};
|
||||
|
||||
# Bug fixes:
|
||||
ripmime = super.ripmime.override {
|
||||
stdenv = super.overrideCC super.stdenv super.gcc6;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue