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
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
stripDebugList = "lib modules bin";
stripDebugList = [ "lib" "modules" "bin" ];
postInstall = ''
mkdir -p $doc/share/doc/httpd