radeontop: fix cross compilation

Nick Cao ac0f955c 191a0315

+1
+1
pkgs/os-specific/linux/radeontop/default.nix
··· 19 20 patchPhase = '' 21 substituteInPlace getver.sh --replace ver=unknown ver=${version} 22 ''; 23 24 makeFlags = [ "PREFIX=$(out)" ];
··· 19 20 patchPhase = '' 21 substituteInPlace getver.sh --replace ver=unknown ver=${version} 22 + substituteInPlace Makefile --replace pkg-config "$PKG_CONFIG" 23 ''; 24 25 makeFlags = [ "PREFIX=$(out)" ];