interlock: buildFlags -> tags

launchpad/nixpkgs/master
zowoq 3 years ago
parent 278339a3bf
commit 2fe84c65cf
  1. 2
      pkgs/servers/interlock/default.nix

@ -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|' \

Loading…
Cancel
Save