mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
remove unnessisary bits and nix darwin stuff
This commit is contained in:
parent
a4d3d248a5
commit
4afab3f629
1 changed files with 0 additions and 38 deletions
38
flake.nix
38
flake.nix
|
|
@ -24,44 +24,6 @@
|
|||
# Android development tools
|
||||
android-tools
|
||||
gradle
|
||||
|
||||
# iOS development (macOS only)
|
||||
] ++ (
|
||||
if pkgs.stdenv.isDarwin then
|
||||
with pkgs.darwin.apple_sdk.frameworks; [
|
||||
Cocoa
|
||||
Security
|
||||
IOKit
|
||||
]
|
||||
else
|
||||
[]
|
||||
) ++ [
|
||||
# Common development tools
|
||||
git
|
||||
curl
|
||||
wget
|
||||
pkg-config
|
||||
|
||||
# Build tools
|
||||
cmake
|
||||
ninja
|
||||
clang
|
||||
llvm
|
||||
# Linux desktop development
|
||||
gtk3
|
||||
glib
|
||||
libdatrie
|
||||
sysprof
|
||||
xorg.libX11
|
||||
xorg.libXext
|
||||
xorg.libXrender
|
||||
xorg.libXinerama
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
xorg.libXdamage
|
||||
# Optional: testing
|
||||
lcov
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue