liblinphone: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:53:32 +01:00
parent b1f6fed005
commit bba77d5b43

View File

@ -111,6 +111,8 @@ stdenv.mkDerivation rec {
pkg-config
];
strictDeps = true;
# Some grammar files needed to be copied too from some dependencies. I suppose
# if one define a dependency in such a way that its share directory is found,
# then this copying would be unnecessary. Instead of actually copying these