Skip to content

Commit

Permalink
php56: fix line endings to make patch apply again
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 1, 2017
1 parent 51ce1a4 commit b13d89b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/interpreters/php/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ let
outputsToInstall = [ "out" "dev" ];
};

prePatch = ''
sed -i 's/\r//g' ext/openssl/tests/bug66501.phpt
'';

patches = if !php7 then [
./fix-paths.patch
./php-5.6-openssl-1.1.patch
Expand Down

0 comments on commit b13d89b

Please sign in to comment.