dtv-scan-tables: check for spurious references in build result

This package is pure data,
so it must not have any runtime dependencies.
This commit is contained in:
Yarny0 2023-01-14 13:03:34 +01:00
parent f6e4fe96f4
commit 4e1a99790c

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
"PREFIX=$(out)"
];
allowedReferences = [ ];
meta = with lib; {
description = "Digital TV scan tables";
homepage = "https://github.com/tvheadend/dtv-scan-tables";