1
0
Fork 0

Compare commits

..

No commits in common. "dev" and "master" have entirely different histories.
dev ... master

1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@
postPatch = ''
substituteInPlace linien_server/acquisition.py \
--replace " start_nginx()" "" \
--replace " stop_nginx()" ""
--replace " stop_nginx()" "" \
--replace " flash_fpga()" ""
'';
nativeBuildInputs = [ pkgs-armv7l.python3Packages.setuptools ];
propagatedBuildInputs = with pkgs-armv7l.python3Packages; [