Snapper: use gcc5, as there is not upstream patch for gcc6

(cherry picked from commit fbe46c7a2419c6896b875c39efaaf64e6be8cdee)
This commit is contained in:
Rob Vermaas 2017-09-10 09:05:14 +00:00
parent 0d206c0b6c
commit 08a3d80222
No known key found for this signature in database
GPG key ID: E114A5F264A8AE8E

View file

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