fix flake #4
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -55,7 +55,6 @@
 | 
				
			||||||
            };
 | 
					            };
 | 
				
			||||||
            nativeBuildInputs = with pkgs; [
 | 
					            nativeBuildInputs = with pkgs; [
 | 
				
			||||||
              pkg-config
 | 
					              pkg-config
 | 
				
			||||||
              libclang
 | 
					 | 
				
			||||||
              rustPlatform.bindgenHook
 | 
					              rustPlatform.bindgenHook
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
            strictDeps = true;
 | 
					            strictDeps = true;
 | 
				
			||||||
| 
						 | 
					@ -64,14 +63,13 @@
 | 
				
			||||||
              [
 | 
					              [
 | 
				
			||||||
                xe
 | 
					                xe
 | 
				
			||||||
                xz
 | 
					                xz
 | 
				
			||||||
                clang
 | 
					                ffmpeg-headless
 | 
				
			||||||
              ]
 | 
					              ]
 | 
				
			||||||
              ++ lib.optionals pkgs.stdenv.isLinux (
 | 
					              ++ lib.optionals pkgs.stdenv.isLinux (
 | 
				
			||||||
                with pkgs;
 | 
					                with pkgs;
 | 
				
			||||||
                [
 | 
					                [
 | 
				
			||||||
                  dbus
 | 
					                  dbus
 | 
				
			||||||
                  pipewire
 | 
					                  pipewire
 | 
				
			||||||
                  libclang
 | 
					 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
              );
 | 
					              );
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
| 
						 | 
					@ -105,8 +103,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
              cargo-flamegraph
 | 
					              cargo-flamegraph
 | 
				
			||||||
              gdb
 | 
					              gdb
 | 
				
			||||||
 | 
					 | 
				
			||||||
              ffmpeg-headless
 | 
					 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
            LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (builtins.concatMap (d: d.buildInputs) inputsFrom)}";
 | 
					            LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (builtins.concatMap (d: d.buildInputs) inputsFrom)}";
 | 
				
			||||||
            RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
 | 
					            RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue