interlock: buildFlags -> tags

This commit is contained in:
zowoq 2021-08-06 07:52:32 +10:00
parent 278339a3bf
commit 2fe84c65cf

View file

@ -21,7 +21,7 @@ buildGoPackage rec {
goDeps = ./deps.nix;
nativeBuildInputs = [ sudo ];
buildFlags = [ "-tags textsecure" ];
tags = [ "textsecure" ];
postPatch = ''
grep -lr '/s\?bin/' | xargs sed -i \
-e 's|/bin/mount|${mount}/bin/mount|' \