Fix ripmime

This commit is contained in:
Martin Potier 2018-02-23 15:41:11 +02:00
parent 176f08ccd6
commit 06ed902275
1 changed files with 5 additions and 2 deletions

View File

@ -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;
};
}