gnuradio: undo ninja (revert to unix make)

* ninja generator fails to create response file
See https://gitlab.kitware.com/cmake/cmake/issues/17877
This commit is contained in:
Luke Adams 2018-06-29 20:21:06 -05:00
parent c328738a06
commit 408bc4bf96

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, writeText, makeWrapper { stdenv, fetchFromGitHub, writeText, makeWrapper
# Dependencies documented @ https://gnuradio.org/doc/doxygen/build_guide.html # Dependencies documented @ https://gnuradio.org/doc/doxygen/build_guide.html
# => core dependencies # => core dependencies
, ninja, cmake, pkgconfig, git, boost, cppunit, fftw , cmake, pkgconfig, git, boost, cppunit, fftw
# => python wrappers # => python wrappers
# May be able to upgrade to swig3 # May be able to upgrade to swig3
, python, swig2, numpy, scipy, matplotlib , python, swig2, numpy, scipy, matplotlib
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake pkgconfig git makeWrapper cppunit orc ninja cmake pkgconfig git makeWrapper cppunit orc
]; ];
buildInputs = [ buildInputs = [