Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
fdd88b2c
Commit
fdd88b2c
authored
Aug 20, 2019
by
Astro
⚙
Browse files
fix(nix): fix build
parent
07a0b224
Changes
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
fdd88b2c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment