Skip to content

Commit 20f5e3a

Browse files
committed
addOpenGLRunpath: Add comment for deprecation schedule
1 parent 05f1bc9 commit 20f5e3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ with pkgs;
230230
# many more scenarios than just opengl now.
231231
addDriverRunpath = callPackage ../build-support/add-driver-runpath { };
232232

233+
# addOpenGLRunpath should be added to aliases.nix after the 24.05 branch-off.
234+
# Post 24.11 branch-off, this should throw an error in aliases.nix.
233235
addOpenGLRunpath = callPackage ../build-support/add-opengl-runpath { };
234236

235237
quickemu = callPackage ../development/quickemu { };

0 commit comments

Comments
 (0)