From b09e0cd154c845dc452d497403d52e7e21d4b571 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 19 Oct 2016 11:26:51 -0400 Subject: gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper. This is a followup to commit d2478b4cdd6f1db44f4725b39489aca89d3d9180. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace 'ghostscript-gs' with 'ghostscript'. --- gnu/packages/chez.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/chez.scm') diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 0a74c3f87e..c45306b5df 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -78,7 +78,7 @@ ("stex" ,stex))) (native-inputs `(("texlive" ,texlive) - ("ghostscript" ,ghostscript-gs) + ("ghostscript" ,ghostscript) ("netpbm" ,netpbm))) (native-search-paths (list (search-path-specification -- cgit v1.2.3