gnuradio: use ninja

This commit is contained in:
Luke Adams 2018-06-03 15:33:36 -05:00
parent b64932fabe
commit 695c1fcd76

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