deconz: update meta
* Set meta.mainProgram to silence lib.getExe warning. * Fix meta.platforms - the .deb file we use as source only supports x86_64 linux. * Set meta.sourceProvenance - the .deb file we use as source contains x86_64 linux binaries.
This commit is contained in:
parent
302ec1a3cf
commit
528e89cdcb
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ stdenv.mkDerivation rec {
|
||||||
description = "Manage Zigbee network with ConBee, ConBee II or RaspBee hardware";
|
description = "Manage Zigbee network with ConBee, ConBee II or RaspBee hardware";
|
||||||
homepage = "https://www.dresden-elektronik.com/wireless/software/deconz.html";
|
homepage = "https://www.dresden-elektronik.com/wireless/software/deconz.html";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; [ "x86_64-linux" ];
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ bjornfor ];
|
||||||
|
mainProgram = "deCONZ";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue