yubioath-desktop: fix python git dependency (#104884)

fixes https://github.com/NixOS/nixpkgs/issues/104826
This commit is contained in:
Jörg Thalheim
2020-11-25 14:21:35 +00:00
committed by GitHub
parent fd1de2d3dc
commit 8406e0bcd1
2 changed files with 28 additions and 0 deletions
@@ -19,6 +19,10 @@ mkDerivation rec {
nativeBuildInputs = [ qmake makeWrapper python3.pkgs.wrapPython ];
patches = [
./0001-replace-git-with-normal-python-package.patch
];
postPatch = ''
substituteInPlace deployment.pri \
--replace '/usr/bin' "$out/bin"