forked from M-Labs/nix-servo
test3 remove flash_fpga
This commit is contained in:
parent
0c1428a1fd
commit
3eb3b39f2f
|
@ -127,8 +127,7 @@
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace linien_server/acquisition.py \
|
substituteInPlace linien_server/acquisition.py \
|
||||||
--replace " start_nginx()" "" \
|
--replace " start_nginx()" "" \
|
||||||
--replace " stop_nginx()" "" \
|
--replace " stop_nginx()" ""
|
||||||
--replace " flash_fpga()" ""
|
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = [ pkgs-armv7l.python3Packages.setuptools ];
|
nativeBuildInputs = [ pkgs-armv7l.python3Packages.setuptools ];
|
||||||
propagatedBuildInputs = with pkgs-armv7l.python3Packages; [
|
propagatedBuildInputs = with pkgs-armv7l.python3Packages; [
|
||||||
|
|
Loading…
Reference in New Issue