Loading pkgs/development/libraries/kompute/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ stdenv.mkDerivation rec { url = "https://github.com/KomputeProject/kompute/commit/9a791b161dd58ca927fe090f65fa2b0e5e85e7ca.diff"; sha256 = "OtFTN8sgPlyiMmVzUnqzCkVMKj6DWxbCXtYwkRdEprY="; }) (fetchpatch { name = "enum-class-fix-for-fmt-8-x.patch"; url = "https://github.com/KomputeProject/kompute/commit/f731f2e55c7aaaa804111106c3e469f9a642d4eb.patch"; sha256 = "sha256-scTCYqkgKQnH27xzuY4FVbiwRuwBvChmLPPU7ZUrrL0="; }) ]; cmakeFlags = [ Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -37299,7 +37299,7 @@ with pkgs; kompose = callPackage ../applications/networking/cluster/kompose { }; kompute = callPackage ../development/libraries/kompute { fmt = fmt_7; fmt = fmt_8; }; kontemplate = callPackage ../applications/networking/cluster/kontemplate { }; Loading
pkgs/development/libraries/kompute/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ stdenv.mkDerivation rec { url = "https://github.com/KomputeProject/kompute/commit/9a791b161dd58ca927fe090f65fa2b0e5e85e7ca.diff"; sha256 = "OtFTN8sgPlyiMmVzUnqzCkVMKj6DWxbCXtYwkRdEprY="; }) (fetchpatch { name = "enum-class-fix-for-fmt-8-x.patch"; url = "https://github.com/KomputeProject/kompute/commit/f731f2e55c7aaaa804111106c3e469f9a642d4eb.patch"; sha256 = "sha256-scTCYqkgKQnH27xzuY4FVbiwRuwBvChmLPPU7ZUrrL0="; }) ]; cmakeFlags = [ Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -37299,7 +37299,7 @@ with pkgs; kompose = callPackage ../applications/networking/cluster/kompose { }; kompute = callPackage ../development/libraries/kompute { fmt = fmt_7; fmt = fmt_8; }; kontemplate = callPackage ../applications/networking/cluster/kontemplate { };