replace ${stdenv.cc.cc}/lib occurences
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ readline tcp_wrappers pcre makeWrapper gcc ];
|
||||
patches = [ debianPatch ];
|
||||
postInstall = ''
|
||||
wrapProgram $out/sbin/atftpd --prefix LD_LIBRARY_PATH : ${stdenv.cc.cc}/lib${if stdenv.system == "x86_64-linux" then "64" else ""}
|
||||
wrapProgram $out/sbin/atftpd --prefix LD_LIBRARY_PATH : ${stdenv.cc.cc.lib}/lib${if stdenv.system == "x86_64-linux" then "64" else ""}
|
||||
'';
|
||||
meta = {
|
||||
description = "Advanced tftp tools";
|
||||
|
||||
Reference in New Issue
Block a user