summary refs log tree commit diff
path: root/pkgs/development/tools/misc/ccls
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-09 01:32:28 +0200
committerGitHub <noreply@github.com>2019-10-09 01:32:28 +0200
commit356464388f7cdd8d4a10d424d66858e230572437 (patch)
tree543ef8b49d7c8ef485d1b63d39d5432375e8dc53 /pkgs/development/tools/misc/ccls
parent72531b1806df19e3df1e74d48ddd2a899f622304 (diff)
parenta45b3ad89f321d6921f185728f093e6f99724105 (diff)
downloadnixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar.gz
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar.bz2
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar.lz
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar.xz
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.tar.zst
nixpkgs-356464388f7cdd8d4a10d424d66858e230572437.zip
Merge pull request #69370 from chkno/no-extra-flags
makeWrapper: Remove unused extraFlagsArray feature
Diffstat (limited to 'pkgs/development/tools/misc/ccls')
-rw-r--r--pkgs/development/tools/misc/ccls/wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/ccls/wrapper b/pkgs/development/tools/misc/ccls/wrapper
index f8d7b9eb3fe..155e6d4f647 100644
--- a/pkgs/development/tools/misc/ccls/wrapper
+++ b/pkgs/development/tools/misc/ccls/wrapper
@@ -9,4 +9,4 @@ fi
 
 initString+="]}}"
 
-exec -a "$0" "@out@/bin/@wrapped@" "${initString}" "${extraFlagsArray[@]}" "$@"
+exec -a "$0" "@out@/bin/@wrapped@" "${initString}" "$@"