forked from M-Labs/nix-servo
fix linien-server red pitaya dependencies
This commit is contained in:
parent
628582a981
commit
208d56adb2
@ -93,6 +93,12 @@
|
|||||||
pyproject = true;
|
pyproject = true;
|
||||||
inherit (pkgs.python3Packages.linien-common) src version;
|
inherit (pkgs.python3Packages.linien-common) src version;
|
||||||
sourceRoot = "source/linien-server";
|
sourceRoot = "source/linien-server";
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace linien_server/acquisition.py \
|
||||||
|
--replace " start_nginx()" "" \
|
||||||
|
--replace " stop_nginx()" "" \
|
||||||
|
--replace " flash_fpga()" ""
|
||||||
|
'';
|
||||||
nativeBuildInputs = [ pkgs.python3Packages.setuptools ];
|
nativeBuildInputs = [ pkgs.python3Packages.setuptools ];
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [
|
propagatedBuildInputs = with pkgs.python3Packages; [
|
||||||
appdirs
|
appdirs
|
||||||
|
Loading…
Reference in New Issue
Block a user