Skip to content

Commit

Permalink
haskellPackages.Euterpea: fix build by using PortMidi == 0.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b67908)
  • Loading branch information
basvandijk committed Sep 23, 2018
1 parent c49fa22 commit 9b4d87c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1146,4 +1146,14 @@ self: super: {
# Can be removed once vinyl >= 0.10 is in the LTS.
Frames = super.Frames.override { vinyl = super.vinyl_0_10_0; };

# https://github.com/Euterpea/Euterpea2/pull/22
Euterpea = overrideSrc super.Euterpea {
src = pkgs.fetchFromGitHub {
owner = "Euterpea";
repo = "Euterpea2";
rev = "6f49b790adfb8b65d95a758116c20098fb0cd34c";
sha256 = "0qz1svb96n42nmig16vyphwxas34hypgayvwc91ri7w7xd6yi1ba";
};
};

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 comments on commit 9b4d87c

Please sign in to comment.