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

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ automake autoconf ];
# Make sure we don't strip the libraries in lib/gcc/avr.
stripDebugList = "bin";
stripDebugList = [ "bin" ];
dontPatchELF = true;
passthru = {