mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
haskell-hsc3-lang: add missing override for 7.2.x
This commit is contained in:
parent
4c5261cee3
commit
c487bdc12a
@ -1297,6 +1297,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
hsc3Lang = callPackage ../development/libraries/haskell/hsc3-lang {
|
||||
hmatrixSpecial = self.hmatrixSpecial.override {
|
||||
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
|
||||
hmatrixGsl = self.hmatrixGsl.override {
|
||||
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user