uhd: reduce runtime closure size
This commit is contained in:
parent
6ee9a9d0be
commit
1604f6187e
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
||||||
# and xxx.yyy.zzz. Hrmpf... style keeps changing
|
# and xxx.yyy.zzz. Hrmpf... style keeps changing
|
||||||
version = "4.1.0.5";
|
version = "4.1.0.5";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EttusResearch";
|
owner = "EttusResearch";
|
||||||
repo = "uhd";
|
repo = "uhd";
|
||||||
|
|
Loading…
Reference in a new issue