Merge pull request #84551 from gnprice/pr-stripDebugList
treewide: Fix types of stripDebugList attrs (and fix doc)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user