Merge pull request #42800 from lukeadams/gr-v2
gnuradio: fix issues with last pr
This commit is contained in:
commit
d1f691e2cf
@ -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
|
||||||
@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "gnuradio";
|
owner = "gnuradio";
|
||||||
repo = "gnuradio";
|
repo = "gnuradio";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fqxn1k41xqd52i5z528zdhkn52i9z5hl6cc75ggdx9iqxhvb3jj";
|
sha256 = "1qpa53axqavdv2ykby7rwh7xmhvv964xq1d7rcvbwkry7dngrbib";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake pkgconfig git makeWrapper cppunit orc ninja
|
cmake pkgconfig git makeWrapper cppunit orc
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user