about summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice
diff options
context:
space:
mode:
authorroyneary <christian@ulrich.earth>2019-05-05 13:23:08 +0200
committerroyneary <christian@ulrich.earth>2019-05-05 13:23:08 +0200
commitfb0481903f71e9f1fee2bc7236fa3050bba8959e (patch)
tree54ef56d8e18fb3d9249cb6372fb73db89d3f69c6 /pkgs/applications/office/libreoffice
parent7bee906a5b636b85ba567851ea2ecf9454f9d1d0 (diff)
downloadnixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar.gz
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar.bz2
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar.lz
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar.xz
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.tar.zst
nixlib-fb0481903f71e9f1fee2bc7236fa3050bba8959e.zip
libreoffice: install unopkg for libreoffice-still too
Diffstat (limited to 'pkgs/applications/office/libreoffice')
-rw-r--r--pkgs/applications/office/libreoffice/still.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix
index 1b7d2b0987f8..9dbc078b01d6 100644
--- a/pkgs/applications/office/libreoffice/still.nix
+++ b/pkgs/applications/office/libreoffice/still.nix
@@ -183,7 +183,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 simpress soffice; do
+    for a in sbase scalc sdraw smath swriter simpress soffice unopkg; do
       ln -s $out/lib/libreoffice/program/$a $out/bin/$a
     done