From 7dc2d2b587e06d19290a0f0cac35374dac443256 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 12 Jan 2026 13:13:13 +0200 Subject: [PATCH] gnuradio: use lndir instead of xorg.lndir --- pkgs/applications/radio/gnuradio/wrapper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/radio/gnuradio/wrapper.nix b/pkgs/applications/radio/gnuradio/wrapper.nix index b226ce3d68d6..4f171832f99c 100644 --- a/pkgs/applications/radio/gnuradio/wrapper.nix +++ b/pkgs/applications/radio/gnuradio/wrapper.nix @@ -9,7 +9,7 @@ # For the wrapper makeWrapper, # For lndir - xorg, + lndir, # To define a the gnuradio.pkgs scope newScope, # For Emulating wrapGAppsHook3 @@ -222,7 +222,7 @@ let ; nativeBuildInputs = [ makeWrapper - xorg.lndir + lndir ]; buildCommand = '' mkdir $out