File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 53
53
vulkan-loader
54
54
vulkan-validation-layers
55
55
vulkan-headers
56
+ glib
57
+ gtk3
58
+ webkitgtk_4_1
56
59
]
57
60
++ lib . optionals pkgs . stdenv . isDarwin [
58
61
# Additional darwin specific inputs can be set here
102
105
} ;
103
106
in ''
104
107
install -Dm644 ${ icon } $out/share/icons/hicolor/128x128/apps/Scope.png
105
- wrapProgram $out/bin/scope --prefix LD_LIBRARY_PATH : "${ pkgs . vulkan-loader } / lib"
108
+ wrapProgram $out/bin/scope --prefix LD_LIBRARY_PATH : "${ pkgs . lib . makeLibraryPath commonArgs . buildInputs } "
106
109
'' ;
107
110
} ) ;
108
111
in {
176
179
# Additional dev-shell environment variables can be set directly
177
180
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
178
181
VK_LAYER_PATH = "${ pkgs . vulkan-validation-layers } /share/vulkan/explicit_layer.d" ;
179
- LD_LIBRARY_PATH = "${ pkgs . vulkan-loader } / lib:$LD_LIBRARY_PATH " ;
182
+ LD_LIBRARY_PATH = "${ pkgs . lib . makeLibraryPath commonArgs . buildInputs } " ;
180
183
181
184
# Extra inputs can be added here; cargo and rustc are provided by default.
182
185
packages = [
You can’t perform that action at this time.
0 commit comments