We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f1bc9 commit 20f5e3aCopy full SHA for 20f5e3a
pkgs/top-level/all-packages.nix
@@ -230,6 +230,8 @@ with pkgs;
230
# many more scenarios than just opengl now.
231
addDriverRunpath = callPackage ../build-support/add-driver-runpath { };
232
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.
235
addOpenGLRunpath = callPackage ../build-support/add-opengl-runpath { };
236
237
quickemu = callPackage ../development/quickemu { };
0 commit comments