about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorEmmanuel Rosa <goaway1000@gmail.com>2017-07-01 16:35:36 -0400
committerEmmanuel Rosa <goaway1000@gmail.com>2017-07-01 16:35:36 -0400
commitf442294719f8074177de4ceb14d62e36081451d6 (patch)
tree05e13c13fcb34c2c0a911476f95d70065a4eccad /pkgs/applications/office
parent80c2c586711609eb791063fca384d54699b97a0e (diff)
downloadnixlib-f442294719f8074177de4ceb14d62e36081451d6.tar
nixlib-f442294719f8074177de4ceb14d62e36081451d6.tar.gz
nixlib-f442294719f8074177de4ceb14d62e36081451d6.tar.bz2
nixlib-f442294719f8074177de4ceb14d62e36081451d6.tar.lz
nixlib-f442294719f8074177de4ceb14d62e36081451d6.tar.xz
nixlib-f442294719f8074177de4ceb14d62e36081451d6.tar.zst
nixlib-f442294719f8074177de4ceb14d62e36081451d6.zip
libreoffice: remove spadmin wrapper
This change removes the spadmin wrapper because the utility was removed from LibreOffice in release 4.3. See https://wiki.documentfoundation.org/ReleaseNotes/4.3#CUPS.2C_fax_machines_and_spadmin which states:

 > The graphical utility spadmin is now removed in favor of these new features and the operating system's standard printer administration tools. (Caolán McNamara)

 Closes #26671
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 0f5f59209660..89cd2548806e 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -158,7 +158,7 @@ in stdenv.mkDerivation rec {
 
     mkdir -p "$out/share/gsettings-schemas/collected-for-libreoffice/glib-2.0/schemas/"
 
-    for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
+    for a in sbase scalc sdraw smath swriter simpress soffice; do
       ln -s $out/lib/libreoffice/program/$a $out/bin/$a
       wrapProgram "$out/bin/$a" \
          --prefix XDG_DATA_DIRS : \