summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-04 20:02:26 +0000
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-05 11:54:55 +0000
commit8f944be4119326dfda3636b68dfb1417495750aa (patch)
tree46f82d8325fd5dafe624cde6d76435b2928629fc /pkgs/development/compilers
parent13cb90b5be39b6939dbb01cc6666b0f5c9daa577 (diff)
downloadnixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar.gz
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar.bz2
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar.lz
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar.xz
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.tar.zst
nixpkgs-8f944be4119326dfda3636b68dfb1417495750aa.zip
gnu-cobol: replace texlive.combined.scheme-basic with texliveBasic
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gnu-cobol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gnu-cobol/default.nix b/pkgs/development/compilers/gnu-cobol/default.nix
index 3f1268a9d65..e3233b059dd 100644
--- a/pkgs/development/compilers/gnu-cobol/default.nix
+++ b/pkgs/development/compilers/gnu-cobol/default.nix
@@ -13,7 +13,7 @@
 # docs
 , help2man
 , texinfo
-, texlive
+, texliveBasic
 # test
 , writeText
 }:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     libtool
     help2man
     texinfo
-    texlive.combined.scheme-basic
+    texliveBasic
   ];
 
   buildInputs = [