nwg-look: init at v0.2.4

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Max Ambaum
2023-09-09 07:29:58 +00:00
committed by GitHub
co-authored by Pol Dellaiera
parent 4c713a3479
commit 9bf511d4e3
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule rec {
patches = [ ./fix-paths.patch ];
postPatch = ''
sed -i 's|@out@|'"''${out}"'|g' main.go tools.go
substituteInPlace main.go tools.go --replace '@out@' $out
'';
ldflags = [ "-s" "-w" ];