File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 libpulseaudio
4040 alsa-lib
4141 bluez
42+
4243 # https://github.com/max-privatevoid/iced/blob/master/DEPENDENCIES.md
4344 expat
4445 fontconfig
7879 inherit buildInputs nativeBuildInputs src ;
7980 strictDeps = true ;
8081
81- RUST_BACKTRACE = "1" ;
82+ # RUST_BACKTRACE = "1";
8283 } ;
8384
8485 librepods = craneLib . buildPackage (
106107 ) ;
107108 in
108109 {
109- # checks = {
110- # inherit librepods;
111- # };
110+ checks = {
111+ inherit librepods ;
112+ } ;
112113
113114 packages . default = librepods ;
114115 apps . default = {
128129 ]
129130 ++ buildInputs ;
130131
131- # LD_LIBRARY_PATH = builtins.foldl' (a: b: "${a}:${b}/lib") "${pkgs.vulkan-loader}/lib" buildInputs;
132132 LD_LIBRARY_PATH = lib . makeLibraryPath buildInputs ;
133133 } ;
134134
You can’t perform that action at this time.
0 commit comments