mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 08:01:06 +00:00
fix the tahoe-lafs src definition
This commit is contained in:
parent
901a51f7bf
commit
51d332faff
@ -7,15 +7,7 @@
|
|||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
version = "1.14.0.dev";
|
version = "1.14.0.dev";
|
||||||
name = "tahoe-lafs-${version}";
|
name = "tahoe-lafs-${version}";
|
||||||
# src = fetchFromGitHub {
|
src = ../.;
|
||||||
# owner = "LeastAuthority";
|
|
||||||
# repo = "tahoe-lafs";
|
|
||||||
# # HEAD of an integration branch for all of the storage plugin stuff. Last
|
|
||||||
# # updated October 4 2019.
|
|
||||||
# rev = "8c1f536ba4fbc01f3bc5f08412edbefc56ff7037";
|
|
||||||
# sha256 = "17d7pkbsgss3rhqf7ac7ylzbddi555rnkzz48zjqwq1zx1z2jhy6";
|
|
||||||
# };
|
|
||||||
src = ~/Work/python/tahoe-lafs;
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i "src/allmydata/util/iputil.py" \
|
sed -i "src/allmydata/util/iputil.py" \
|
||||||
|
Loading…
Reference in New Issue
Block a user