Loading pkgs/development/rocm-modules/5/rocdbgapi/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,14 @@ , rocm-comgr , rocm-runtime , hwdata , texlive , texliveSmall , doxygen , graphviz , buildDocs ? true }: let latex = lib.optionalAttrs buildDocs texlive.combine { inherit (texlive) scheme-small latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [ changepage latexmk varwidth Loading @@ -34,8 +33,8 @@ let etoc helvetic wasy courier; }; courier ])); in stdenv.mkDerivation (finalAttrs: { pname = "rocdbgapi"; version = "5.7.1"; Loading Loading
pkgs/development/rocm-modules/5/rocdbgapi/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,14 @@ , rocm-comgr , rocm-runtime , hwdata , texlive , texliveSmall , doxygen , graphviz , buildDocs ? true }: let latex = lib.optionalAttrs buildDocs texlive.combine { inherit (texlive) scheme-small latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [ changepage latexmk varwidth Loading @@ -34,8 +33,8 @@ let etoc helvetic wasy courier; }; courier ])); in stdenv.mkDerivation (finalAttrs: { pname = "rocdbgapi"; version = "5.7.1"; Loading