gnuradio: fix cross compile

This commit is contained in:
Norbert Melzer 2022-04-30 16:00:03 +02:00 committed by Bjørn Forsman
parent f734041415
commit bf4158e448

View file

@ -137,8 +137,8 @@ let
self = if doWrap then
stdenv.mkDerivation {
inherit pname version passthru;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [
makeWrapper
xorg.lndir
];
buildCommand = ''