Merge pull request #222419 from Tungsten842/sdrangel-boost
sdrangel: unpin boost
This commit is contained in:
commit
670ca02015
2 changed files with 2 additions and 4 deletions
|
@ -123,7 +123,7 @@ mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/f4exb/sdrangel";
|
homepage = "https://github.com/f4exb/sdrangel";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ alkeryn ];
|
maintainers = with maintainers; [ alkeryn Tungsten842 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26963,9 +26963,7 @@ with pkgs;
|
||||||
|
|
||||||
sdparm = callPackage ../os-specific/linux/sdparm { };
|
sdparm = callPackage ../os-specific/linux/sdparm { };
|
||||||
|
|
||||||
sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel {
|
sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel { };
|
||||||
boost = boost172;
|
|
||||||
};
|
|
||||||
|
|
||||||
setools = callPackage ../os-specific/linux/setools { };
|
setools = callPackage ../os-specific/linux/setools { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue