From 20f5e3a1374531bec4fa77ab9f54d87ba798f191 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Thu, 23 Nov 2023 10:38:52 -0800 Subject: [PATCH] addOpenGLRunpath: Add comment for deprecation schedule --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f3d4c26ec2ec..c7818b16f69c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -230,6 +230,8 @@ with pkgs; # many more scenarios than just opengl now. addDriverRunpath = callPackage ../build-support/add-driver-runpath { }; + # addOpenGLRunpath should be added to aliases.nix after the 24.05 branch-off. + # Post 24.11 branch-off, this should throw an error in aliases.nix. addOpenGLRunpath = callPackage ../build-support/add-opengl-runpath { }; quickemu = callPackage ../development/quickemu { };