Snapper: use gcc5, as there is not upstream patch for gcc6
(cherry picked from commit fbe46c7a2419c6896b875c39efaaf64e6be8cdee)
This commit is contained in:
parent
0d206c0b6c
commit
08a3d80222
1 changed files with 1 additions and 0 deletions
|
@ -16269,6 +16269,7 @@ with pkgs;
|
|||
|
||||
snapper = callPackage ../tools/misc/snapper {
|
||||
btrfs-progs = btrfs-progs_4_4_1;
|
||||
stdenv = overrideCC stdenv gcc5;
|
||||
};
|
||||
|
||||
snd = callPackage ../applications/audio/snd { };
|
||||
|
|
Loading…
Reference in a new issue