Unverified Commit 670ca020 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #222419 from Tungsten842/sdrangel-boost

sdrangel: unpin boost
parents 5163912c 68489594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ mkDerivation rec {
    '';
    homepage = "https://github.com/f4exb/sdrangel";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ alkeryn ];
    maintainers = with maintainers; [ alkeryn Tungsten842 ];
    platforms = platforms.unix;
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -26963,9 +26963,7 @@ with pkgs;
  sdparm = callPackage ../os-specific/linux/sdparm { };
  sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel {
    boost = boost172;
  };
  sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel { };
  setools = callPackage ../os-specific/linux/setools { };