diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
commit | 9177a281694f21a28871adaa972dff2bc6f44f79 (patch) | |
tree | d00632f48bb5cc4678aa464240765a3ce471c287 /gnu/packages | |
parent | 84be8bc1f4202d1c6e33995815d2c42ab4cb29bd (diff) |
gnu: podofo: Remove input labels.
* gnu/packages/pdf.scm (podofo)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pdf.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 52ef052f75..f269449a92 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -672,14 +672,14 @@ interaction.") (native-inputs (list cppunit pkg-config)) (inputs - `(("libjpeg" ,libjpeg-turbo) - ("libtiff" ,libtiff) - ("fontconfig" ,fontconfig) - ("freetype" ,freetype) - ("libpng" ,libpng) - ("lua" ,lua-5.1) - ("openssl" ,openssl) - ("zlib" ,zlib))) + (list fontconfig + freetype + libjpeg-turbo + libpng + libtiff + lua-5.1 + openssl + zlib)) (arguments `(#:configure-flags (list "-DPODOFO_BUILD_SHARED=ON") |