Merge pull request #104246 from colatkinson/strip-cgit

cgit: strip debug symbols from cgit.cgi
This commit is contained in:
Sandro 2020-11-23 14:02:29 +01:00 committed by GitHub
commit d2d2345384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,8 @@ stdenv.mkDerivation rec {
done
'';
stripDebugList = [ "cgit" ];
meta = {
homepage = "https://git.zx2c4.com/cgit/about/";
repositories.git = "git://git.zx2c4.com/cgit";