Loading pkgs/by-name/mi/mirtk/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,13 @@ stdenv.mkDerivation { # unclear if specific to Nixpkgs doCheck = false; postPatch = '' # Their old `FindTBB` module conflicts with others. rm CMake/Modules/FindTBB.cmake substituteInPlace CMake/Modules/CMakeLists.txt \ --replace-fail '"FindTBB.cmake"' "" ''; postInstall = '' install -Dm644 -t "$out/share/bash-completion/completions/mirtk" share/completion/bash/mirtk ''; Loading Loading
pkgs/by-name/mi/mirtk/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,13 @@ stdenv.mkDerivation { # unclear if specific to Nixpkgs doCheck = false; postPatch = '' # Their old `FindTBB` module conflicts with others. rm CMake/Modules/FindTBB.cmake substituteInPlace CMake/Modules/CMakeLists.txt \ --replace-fail '"FindTBB.cmake"' "" ''; postInstall = '' install -Dm644 -t "$out/share/bash-completion/completions/mirtk" share/completion/bash/mirtk ''; Loading