Skip to content
Snippets Groups Projects
Commit fdd88b2c authored by Astro's avatar Astro :gear:
Browse files

fix(nix): fix build

parent 07a0b224
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ in stdenv.mkDerivation rec {
meson
ninja
py
py.pkgs.pillow
];
src = ./.;
buildCommand = ''
......@@ -33,7 +34,7 @@ in stdenv.mkDerivation rec {
chmod -R +w .
# The nix sandbox does not have /usr/bin/env bash, patch things up.
for f in lib/micropython/*.sh; do
for f in lib/micropython/*.sh tools/*.sh; do
patchShebangs "$f"
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment