Update pkgs/tools/networking/telepresence/default.nix

This commit is contained in:
Jörg Thalheim 2020-07-08 23:16:38 +01:00 committed by GitHub
parent 196b90a328
commit 1498bccbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,6 @@ let
sha256 = "1lp5b0h9v59igf8wybjn42w6ajw08blhiqmjwp4r7qnvmvmyaxhh";
};
nativeBuildInputs = p.nativeBuildInputs ++ [ git ];
preBuild = ''
export SETUPTOOLS_SCM_PRETEND_VERSION="${sshuttleTelepresenceRev}"
'';