Danny Milosavljevic (3): gnu: ghostscript: Make "/ID" optional, depending on environment variable. gnu: ghostscript: Make XMP UUID headers optional, depending on environment variable. gnu: ghostscript: Make "/CreationDate", "/ModDate" optoinal, depending on environment variable.
gnu/local.mk | 3 ++ gnu/packages/ghostscript.scm | 10 ++--- .../ghostscript-no-header-creationdate.patch | 16 +++++++ .../patches/ghostscript-no-header-id.patch | 49 ++++++++++++++++++++++ .../patches/ghostscript-no-header-uuid.patch | 43 +++++++++++++++++++ 5 files changed, 116 insertions(+), 5 deletions(-) create mode 100644 gnu/packages/patches/ghostscript-no-header-creationdate.patch create mode 100644 gnu/packages/patches/ghostscript-no-header-id.patch create mode 100644 gnu/packages/patches/ghostscript-no-header-uuid.patch