about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-04-14 15:54:52 +0200
committerGitHub <noreply@github.com>2020-04-14 15:54:52 +0200
commit401e07d41981561e328d2ddc667ca96e1d5ef325 (patch)
treea8970aabf91f9c5268aefb7b7a5c66fd2ec37aa5 /pkgs/servers
parent5d2cb158f390804aeaff1a7f1c0dc45665c9d1f9 (diff)
parent53d61f91d2467f6f3b9186dd3a7b51b491311fc2 (diff)
downloadnixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar.gz
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar.bz2
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar.lz
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar.xz
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.tar.zst
nixlib-401e07d41981561e328d2ddc667ca96e1d5ef325.zip
Merge pull request #84551 from gnprice/pr-stripDebugList
treewide: Fix types of stripDebugList attrs (and fix doc)
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 2e3d936bbe1c..c84790ba1060 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  stripDebugList = "lib modules bin";
+  stripDebugList = [ "lib" "modules" "bin" ];
 
   postInstall = ''
     mkdir -p $doc/share/doc/httpd