Skip to content

Commit

Permalink
mod_fastcgi: fix broken package
Browse files Browse the repository at this point in the history
* mod_fastcgi: fix broken package (#153086)

The patch is not needed anymore.
Upstream fixed compilation with httpd 2.4.x

* mod_fastcgi: don't fetch apache-24-patch

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
  • Loading branch information
jstranik and c0bw3b committed Feb 10, 2022
1 parent 67a7c95 commit 48d63e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/servers/http/apache-modules/mod_fastcgi/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{ lib, stdenv, fetchFromGitHub, fetchurl, apacheHttpd }:

let
apache-24-patch = fetchurl {
name = "compile-against-apache24.diff";
url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/compile-against-apache24.diff?h=packages/mod_fastcgi&id=81c7cb99d15682df3bdb1edcaeea5259e9e43a42";
sha256 = "000qvrf5jb979i37rimrdivcgjijcffgrpkx38c0rn62z9jz61g4";
};
in
stdenv.mkDerivation rec {
pname = "mod_fastcgi";
version = "2.4.7.1";
Expand All @@ -18,8 +11,6 @@ stdenv.mkDerivation rec {
hash = "sha256-ovir59kCjKkgbraX23nsmzlMzGdeNTyj3MQd8cgvLsg=";
};

patches = [ apache-24-patch ];

buildInputs = [ apacheHttpd ];

preBuild = ''
Expand All @@ -43,6 +34,5 @@ stdenv.mkDerivation rec {
'';

platforms = lib.platforms.linux;
broken = true; # patch 'compile-against-apache24.diff' no longer works
};
}

0 comments on commit 48d63e9

Please sign in to comment.