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