mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-28 15:02:29 +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
|
, twisted, foolscap, nevow, zfec
|
||||||
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
||||||
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
||||||
@ -8,7 +9,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 = ../.;
|
src = lib.cleanSource ../.;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i "src/allmydata/util/iputil.py" \
|
sed -i "src/allmydata/util/iputil.py" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user