summary refs log tree commit diff
path: root/pkgs/os-specific/linux/device-tree/raspberrypi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/device-tree/raspberrypi.nix')
-rw-r--r--pkgs/os-specific/linux/device-tree/raspberrypi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/device-tree/raspberrypi.nix b/pkgs/os-specific/linux/device-tree/raspberrypi.nix
index b5886f6bd11..5a0d5710392 100644
--- a/pkgs/os-specific/linux/device-tree/raspberrypi.nix
+++ b/pkgs/os-specific/linux/device-tree/raspberrypi.nix
@@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {
     overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
   };
   meta = with stdenvNoCC.lib; {
-    platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
+    inherit (raspberrypifw.meta) platforms homepage license;
+    description = "DTBs for the Raspberry Pi";
   };
 }