gnuradio: fix cross compile

main
Norbert Melzer 2 years ago committed by Bjørn Forsman
parent f734041415
commit bf4158e448
  1. 2
      pkgs/applications/radio/gnuradio/wrapper.nix

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

Loading…
Cancel
Save