haskellPackages.Frames: unbreak

vinyl ≥ 0.10 is in the LTS.
This commit is contained in:
Jan Tojnar 2018-12-26 15:17:55 +01:00
parent d66f37e813
commit cb5bc310d3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 0 additions and 3 deletions

View File

@ -1137,9 +1137,6 @@ self: super: {
sha256 = "1qair09xs6vln3vsjz7sy4hhv037146zak4mq3iv6kdhmp606hqv";
});
# Can be removed once vinyl >= 0.10 is in the LTS.
Frames = super.Frames.overrideScope (self: super: { vinyl = self.vinyl_0_10_0; });
# https://github.com/Euterpea/Euterpea2/pull/22
Euterpea = overrideSrc super.Euterpea {
src = pkgs.fetchFromGitHub {