try dev shell
This commit is contained in:
@@ -11,14 +11,11 @@
|
||||
nativeBuildInputs = with pkgs; [
|
||||
clang
|
||||
];
|
||||
|
||||
/*buildInputs = with pkgs; [
|
||||
];*/
|
||||
|
||||
|
||||
buildPhase = ''
|
||||
clang++ \
|
||||
src/example_apps/MinimalApp/MinimalApp.cpp \
|
||||
-I src -I include \
|
||||
-I include \
|
||||
-Wall \
|
||||
-o $name
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user