Merge pull request #222419 from Tungsten842/sdrangel-boost

sdrangel: unpin boost
This commit is contained in:
Guillaume Girol 2023-03-26 15:52:22 +00:00 committed by GitHub
commit 670ca02015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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;
};
}

View file

@ -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 { };