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
+1 -1
View File
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/far2l --argv0 $out/bin/far2l
'';
stripDebugList = "bin share";
stripDebugList = [ "bin" "share" ];
enableParallelBuilding = true;