Skip to content

Commit

Permalink
gnuradio: use ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Adams committed Jun 26, 2018
1 parent b64932f commit 695c1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gnuradio/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
};

nativeBuildInputs = [
cmake pkgconfig git makeWrapper cppunit orc
cmake pkgconfig git makeWrapper cppunit orc ninja
];

buildInputs = [
Expand Down

0 comments on commit 695c1fc

Please sign in to comment.