flake update
This commit is contained in:
parent
62a6b38b33
commit
63e27615b5
@ -14,7 +14,6 @@
|
|||||||
};
|
};
|
||||||
native-deps = with pkgs; [
|
native-deps = with pkgs; [
|
||||||
pkg-config pipewire lld clang libclang alsa-lib openssl taglib zlib libxkbcommon libGL wayland mangohud
|
pkg-config pipewire lld clang libclang alsa-lib openssl taglib zlib libxkbcommon libGL wayland mangohud
|
||||||
pkgs.pkgsCross.mingwW64.buildPackages.gcc
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
@ -26,8 +25,10 @@
|
|||||||
targets = ["x86_64-unknown-linux-gnu" "x86_64-pc-windows-gnu"];
|
targets = ["x86_64-unknown-linux-gnu" "x86_64-pc-windows-gnu"];
|
||||||
})
|
})
|
||||||
cargo-bloat
|
cargo-bloat
|
||||||
|
pkgs.pkgsCross.mingwW64.buildPackages.gcc
|
||||||
] ++ native-deps;
|
] ++ native-deps;
|
||||||
LD_LIBRARY_PATH = (lib.makeLibraryPath native-deps);
|
LD_LIBRARY_PATH = (lib.makeLibraryPath native-deps);
|
||||||
|
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUSTFLAGS = "-L native=${pkgs.pkgsCross.mingwW64.windows.pthreads}/lib";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user