gnucap: broken on darwin
Gnucap relies on LD_LIBRARY_PATH both in its build process and in code, which Darwin does not understand.
This commit is contained in:
parent
371d80c468
commit
04aa238c1a
@ -21,6 +21,7 @@ It performs nonlinear dc and transient analyses, fourier analysis, and ac analys
|
|||||||
changelog = "https://git.savannah.gnu.org/cgit/gnucap.git/plain/NEWS?h=v${version}";
|
changelog = "https://git.savannah.gnu.org/cgit/gnucap.git/plain/NEWS?h=v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isDarwin; # Relies on LD_LIBRARY_PATH
|
||||||
maintainers = [ maintainers.raboof ];
|
maintainers = [ maintainers.raboof ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user