Skip to content

Commit

Permalink
php: Add a dev output
Browse files Browse the repository at this point in the history
This reduces the closure size from 438 to 174 MiB.

(cherry picked from commit b751036)
  • Loading branch information
edolstra committed Mar 22, 2017
1 parent f056e4e commit bccb936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/interpreters/php/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ let

stripDebugList = "bin sbin lib modules";

outputs = [ "out" "dev" ];

});

in {
Expand Down

2 comments on commit bccb936

@vcunat
Copy link
Member

@vcunat vcunat commented on bccb936 Mar 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This by itself breaks some PHP packages: http://hydra.nixos.org/eval/1343634#tabs-now-fail

@globin
Copy link
Member

@globin globin commented on bccb936 Mar 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted on release-17.03 for now.

Please sign in to comment.