tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
interlock: buildFlags -> tags
zowoq
4 years ago
2fe84c65
278339a3
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
interlock
default.nix
+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|' \