lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

bluespec: replace texlive.combined.scheme-full with texliveFull

+2 -3
+2 -2
pkgs/development/compilers/bluespec/default.nix
··· 19 19 , gmp-static 20 20 , verilog 21 21 , asciidoctor 22 - , tex 22 + , texliveFull 23 23 , which 24 24 }: 25 25 ··· 88 88 ghcWithPackages 89 89 perl 90 90 pkg-config 91 - tex 91 + texliveFull 92 92 ]; 93 93 94 94 makeFlags = [
-1
pkgs/top-level/all-packages.nix
··· 15594 15594 15595 15595 bluespec = callPackage ../development/compilers/bluespec { 15596 15596 gmp-static = gmp.override { withStatic = true; }; 15597 - tex = texlive.combined.scheme-full; 15598 15597 }; 15599 15598 15600 15599 bun = callPackage ../development/web/bun { };