interlock: buildFlags -> tags

zowoq 2fe84c65 278339a3

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