Merge pull request #84551 from gnprice/pr-stripDebugList

treewide: Fix types of stripDebugList attrs (and fix doc)
This commit is contained in:
Maximilian Bosch
2020-04-14 15:54:52 +02:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ stdenv.mkDerivation {
enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...'
hardeningDisable = [ "pic" "stackprotector" "fortify" ];
stripDebugList = "bin sbin share/syslinux/com32";
stripDebugList = [ "bin" "sbin" "share/syslinux/com32" ];
makeFlags = [
"BINDIR=$(out)/bin"