addOpenGLRunpath: Add comment for deprecation schedule

This commit is contained in:
Jonathan Ringer
2023-12-03 07:23:47 -08:00
parent 05f1bc9654
commit 20f5e3a137
+2
View File
@@ -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 { };