mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03: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!)
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user