Skip to content

Commit

Permalink
strongswan: dont patchelf
Browse files Browse the repository at this point in the history
fixes #5045 ('fixes')
  • Loading branch information
shlevy committed Nov 25, 2014
1 parent 83c2fca commit 140e1de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/tools/networking/strongswan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "05cjjd7gg65bl6fswj2r2i13nn1nk4x86s06y75gwfdvnlrsnlga";
};

dontPatchELF = true;

buildInputs = [ gmp pkgconfig ];

configureFlags = [ "--enable-swanctl" "--enable-cmd" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@ let

stunnel = callPackage ../tools/networking/stunnel { };

strongswan = callPackage ../tools/networking/strongswan { stdenv = clangStdenv; };
strongswan = callPackage ../tools/networking/strongswan { };

su = shadow.su;

Expand Down

0 comments on commit 140e1de

Please sign in to comment.