mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-vector-sized: update override
This commit is contained in:
parent
7724ead286
commit
33e046271a
@ -1023,7 +1023,8 @@ self: super: {
|
|||||||
# This package refers to the wrong library (itself in fact!)
|
# This package refers to the wrong library (itself in fact!)
|
||||||
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
||||||
|
|
||||||
vector-sized_1_0_0_0 = super.vector-sized_1_0_0_0.override {
|
# Builds only with the latest version of indexed-list-literals.
|
||||||
|
vector-sized_1_0_1_0 = super.vector-sized_1_0_1_0.override {
|
||||||
indexed-list-literals = self.indexed-list-literals_0_2_0_0;
|
indexed-list-literals = self.indexed-list-literals_0_2_0_0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user