gnuradio: fix cross compile

This commit is contained in:
Norbert Melzer
2022-05-01 09:48:23 +02:00
committed by Bjørn Forsman
parent f734041415
commit bf4158e448
+1 -1
View File
@@ -137,8 +137,8 @@ let
self = if doWrap then
stdenv.mkDerivation {
inherit pname version passthru;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [
makeWrapper
xorg.lndir
];
buildCommand = ''