EBTKS: update LIBMINC_DIR due to libminc update
This commit is contained in:
parent
91a429a148
commit
da69e470f2
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ libminc ];
|
buildInputs = [ libminc ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/" ];
|
cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib/cmake" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/BIC-MNI/${pname}";
|
homepage = "https://github.com/BIC-MNI/${pname}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user