move clang so no error ooga!
This commit is contained in:
parent
5c3ef73c8c
commit
fc42c537ad
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ pkgs.llvmPackages.stdenv.mkDerivation {
|
|||
|
||||
name = "Development";
|
||||
buildInputs = with pkgs.buildPackages; [
|
||||
clang
|
||||
fmt
|
||||
fmt.dev
|
||||
glfw-wayland
|
||||
|
|
@ -16,7 +17,6 @@ pkgs.llvmPackages.stdenv.mkDerivation {
|
|||
meson
|
||||
ninja
|
||||
gnumake
|
||||
clang
|
||||
clang-tools
|
||||
pkg-config
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue