Skip to content

Commit

Permalink
Merge pull request #76 from jhol/openwrt
Browse files Browse the repository at this point in the history
Fixes to OpenWRT environment
  • Loading branch information
Mic92 authored Aug 16, 2024
2 parents 548b953 + 91a25a8 commit 2894b1a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions envs/openwrt/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ let
fhs = pkgs.buildFHSUserEnv {
name = "openwrt-env";
targetPkgs = pkgs: with pkgs; [
binutils
file
fixWrapper
gcc
git
perl
glibc.static
gnumake
gcc
ncurses
openssl
patch
perl
pkg-config
(python3.withPackages (ps: [ ps.setuptools ]))
rsync
subversion
swig
systemd
unzip
util-linux
python3
rsync
patch
wget
file
subversion
which
pkg-config
openssl
fixWrapper
systemd
binutils

ncurses
zlib
zlib.static
glibc.static
] ++ extraPkgs;
multiPkgs = null;
extraOutputsToInstall = [ "dev" ];
Expand Down

0 comments on commit 2894b1a

Please sign in to comment.