pistol: add ldflags
This commit is contained in:
parent
71b6ace942
commit
7a63d537b9
@ -23,10 +23,12 @@ buildGoModule rec {
|
||||
file
|
||||
];
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X main.Version=${version}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "General purpose file previewer designed for Ranger, Lf to make scope.sh redundant";
|
||||
homepage = "https://github.com/doronbehar/pistol";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user