mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 06:55:03 -06:00
cmake has a check for clang and therefore override the stdenv.
This commit is contained in:
parent
dc22a4af87
commit
84ee60befa
@ -10,7 +10,7 @@
|
|||||||
pkgsLinux = nixpkgs.legacyPackages.x86_64-linux;
|
pkgsLinux = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.x86_64-linux.default = pkgsLinux.mkShell {
|
devShells.x86_64-linux.default = pkgsLinux.mkShell.override {stdenv = pkgsLinux.clangStdenv; } {
|
||||||
packages = with pkgsLinux; [
|
packages = with pkgsLinux; [
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user