mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Make in-tree build more like out-of-tree build
This commit is contained in:
parent
4a051121cf
commit
34aeefd3dd
@ -1,4 +1,5 @@
|
||||
{ fetchFromGitHub, nettools, python
|
||||
{ fetchFromGitHub, lib
|
||||
, nettools, python
|
||||
, twisted, foolscap, nevow, zfec
|
||||
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
||||
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
||||
@ -8,7 +9,7 @@
|
||||
python.pkgs.buildPythonPackage rec {
|
||||
version = "1.14.0.dev";
|
||||
name = "tahoe-lafs-${version}";
|
||||
src = ../.;
|
||||
src = lib.cleanSource ../.;
|
||||
|
||||
postPatch = ''
|
||||
sed -i "src/allmydata/util/iputil.py" \
|
||||
|
Loading…
Reference in New Issue
Block a user