We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237424a commit 1b8cf84Copy full SHA for 1b8cf84
lib/pkgconf-nixpkgs-map.nix
@@ -5733,7 +5733,7 @@ pkgs:
5733
then [ pkgs.gdk_pixbuf ]
5734
else [];
5735
# rocm-thunk was replaced by rocmPackages.rocm-thunk in 23.11
5736
- "libhsakmt" = [ pkgs.rocmPackages.rocm-thunk or pkgs.rocm-thunk ];
+ # "libhsakmt" = [ pkgs.rocmPackages.rocm-thunk or pkgs.rocm-thunk ];
5737
} // lib.optionalAttrs (pkgs ? libsigcxx12) {
5738
# libsigcxx12 was removed in 23.11
5739
"sigc++-1.2" = [ "libsigcxx12" ];
0 commit comments