Fix reticulum build: add sourceRoot for PyPI package
This commit is contained in:
5
overlays/reticulum.nix
Normal file → Executable file
5
overlays/reticulum.nix
Normal file → Executable file
@@ -12,6 +12,11 @@ in
|
|||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "554814231c237b9caacf8df669312e57dd7d3f84b6d4810125087d1a79a75d75";
|
sha256 = "554814231c237b9caacf8df669312e57dd7d3f84b6d4810125087d1a79a75d75";
|
||||||
};
|
};
|
||||||
|
sourceRoot = "rns-${version}";
|
||||||
|
postUnpack = ''
|
||||||
|
echo "=== RNS source structure ==="
|
||||||
|
find . -maxdepth 3 -type d | head -20
|
||||||
|
'';
|
||||||
propagatedBuildInputs = with pyPkgs; [ cryptography pyserial ];
|
propagatedBuildInputs = with pyPkgs; [ cryptography pyserial ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "RNS" ];
|
pythonImportsCheck = [ "RNS" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user