uhd: reduce runtime closure size

This commit is contained in:
Sandro Jäckel 2022-04-28 21:44:21 +02:00
parent 6ee9a9d0be
commit 1604f6187e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
# and xxx.yyy.zzz. Hrmpf... style keeps changing
version = "4.1.0.5";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "EttusResearch";
repo = "uhd";