Skip to content

Commit

Permalink
fix ccnx build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 8, 2014
1 parent 27b79a0 commit ba8e8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ccnx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ stdenv.mkDerivation {
sha256 = "1jyk7i8529821aassxbvzlxnvl5ly0na1qcn3v1jpxhdd0qqpg00";
};
buildInputs = [ openssl expat libpcap ];
preBuild = ''
preConfigure = ''
mkdir -p $out/include
mkdir -p $out/lib
mkdir -p $out/bin
substituteInPlace csrc/configure --replace "/usr/local" $out
substituteInPlace csrc/configure --replace "/usr/local" $out --replace "/usr/bin/env sh" "/bin/sh"
'';
meta = with stdenv.lib; {
homepage = "http://www.ccnx.org/";
Expand Down

0 comments on commit ba8e8ec

Please sign in to comment.