neothesia: use rustPlatform.bindgenHook
This commit is contained in:
parent
0ff027e0ae
commit
b20782310e
@ -35,6 +35,7 @@ rustPlatform.buildRustPackage {
|
||||
pkg-config
|
||||
llvmPackages.clang
|
||||
makeWrapper
|
||||
rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
cargoLock = {
|
||||
@ -54,10 +55,6 @@ rustPlatform.buildRustPackage {
|
||||
install -Dm 644 flatpak/com.github.polymeilex.neothesia.png $out/share/icons/hicolor/256x256/apps/com.github.polymeilex.neothesia.png
|
||||
'';
|
||||
|
||||
env = {
|
||||
LIBCLANG_PATH = "${lib.getLib llvmPackages.libclang}/lib";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Flashy Synthesia Like Software For Linux, Windows and macOS";
|
||||
homepage = "https://github.com/PolyMeilex/Neothesia";
|
||||
|
Loading…
Reference in New Issue
Block a user