lol

fix ccnx build

+2 -2
+2 -2
pkgs/development/libraries/ccnx/default.nix
··· 9 9 sha256 = "1jyk7i8529821aassxbvzlxnvl5ly0na1qcn3v1jpxhdd0qqpg00"; 10 10 }; 11 11 buildInputs = [ openssl expat libpcap ]; 12 - preBuild = '' 12 + preConfigure = '' 13 13 mkdir -p $out/include 14 14 mkdir -p $out/lib 15 15 mkdir -p $out/bin 16 - substituteInPlace csrc/configure --replace "/usr/local" $out 16 + substituteInPlace csrc/configure --replace "/usr/local" $out --replace "/usr/bin/env sh" "/bin/sh" 17 17 ''; 18 18 meta = with stdenv.lib; { 19 19 homepage = "http://www.ccnx.org/";