interlock: buildFlags -> tags

zowoq 2fe84c65 278339a3

+1 -1
+1 -1
pkgs/servers/interlock/default.nix
··· 21 goDeps = ./deps.nix; 22 23 nativeBuildInputs = [ sudo ]; 24 - buildFlags = [ "-tags textsecure" ]; 25 postPatch = '' 26 grep -lr '/s\?bin/' | xargs sed -i \ 27 -e 's|/bin/mount|${mount}/bin/mount|' \
··· 21 goDeps = ./deps.nix; 22 23 nativeBuildInputs = [ sudo ]; 24 + tags = [ "textsecure" ]; 25 postPatch = '' 26 grep -lr '/s\?bin/' | xargs sed -i \ 27 -e 's|/bin/mount|${mount}/bin/mount|' \