Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 74fd4f357ad0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a71f5d8fee96
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 14, 2018

  1. unit: remove perl526, which is EOL

    related to #52062
    Mic92 committed Dec 14, 2018
    Copy the full SHA
    2307371 View commit details
  2. Merge pull request #52070 from Mic92/unit

    unit: remove perl526, which is EOL
    Mic92 authored Dec 14, 2018
    Copy the full SHA
    a71f5d8 View commit details
Showing with 0 additions and 3 deletions.
  1. +0 −3 pkgs/servers/http/unit/default.nix
3 changes: 0 additions & 3 deletions pkgs/servers/http/unit/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
, php71
, php72
, php73
, perl526
, perl
, perldevel
, ruby_2_3
@@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
php71
php72
php73
perl526
perl
perldevel
ruby_2_3
@@ -52,7 +50,6 @@ stdenv.mkDerivation rec {
./configure php --module=php71 --config=${php71.dev}/bin/php-config --lib-path=${php71}/lib
./configure php --module=php72 --config=${php72.dev}/bin/php-config --lib-path=${php72}/lib
./configure php --module=php73 --config=${php73.dev}/bin/php-config --lib-path=${php73}/lib
./configure perl --module=perl526 --perl=${perl526}/bin/perl
./configure perl --module=perl --perl=${perl}/bin/perl
./configure perl --module=perl529 --perl=${perldevel}/bin/perl
./configure ruby --module=ruby23 --ruby=${ruby_2_3}/bin/ruby