Skip to content

Commit

Permalink
haskellPackages.VulkanMemoryAllocator: Add extra library necessary fo…
Browse files Browse the repository at this point in the history
…r compilation
  • Loading branch information
expipiplus1 authored and peti committed May 29, 2020
1 parent 4b2b6ce commit 53594c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,9 @@ self: super: {
# This package refers to the wrong library (itself in fact!)
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };

# Compiles some C++ source which requires these headers
VulkanMemoryAllocator = addExtraLibrary super.VulkanMemoryAllocator pkgs.vulkan-headers;

# # Builds only with the latest version of indexed-list-literals.
# vector-sized_1_0_3_0 = super.vector-sized_1_0_3_0.override {
# indexed-list-literals = self.indexed-list-literals_0_2_1_1;
Expand Down

0 comments on commit 53594c6

Please sign in to comment.