about summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-04-02 18:14:57 +0300
committerDoron Behar <doron.behar@gmail.com>2023-04-02 18:17:02 +0300
commit699d543e9ef64d3a6c5819dc19b6495762122a09 (patch)
tree447c6469c21bcad4f27573a10b87cf6aea8eb22d /pkgs/applications/office/libreoffice
parente0b64b3a8226c5f6ca588f2081793528357f59f2 (diff)
downloadnixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar.gz
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar.bz2
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar.lz
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar.xz
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.tar.zst
nixlib-699d543e9ef64d3a6c5819dc19b6495762122a09.zip
libreoffice.unwrapped: Remove $dev output
It makes the build fail, and not package in Nixpkgs seems to be using
this.
Diffstat (limited to 'pkgs/applications/office/libreoffice')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index c666d54bb708..7e98e7be59a1 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -192,8 +192,6 @@ in
 
   inherit (primary-src) src;
 
-  outputs = [ "out" "dev" ];
-
   env.NIX_CFLAGS_COMPILE = toString ([
     "-I${librdf_rasqal}/include/rasqal" # librdf_redland refers to rasqal.h instead of rasqal/rasqal.h
     "-fno-visibility-inlines-hidden" # https://bugs.documentfoundation.org/show_bug.cgi?id=78174#c10
@@ -387,9 +385,6 @@ in
     cp ${substituteAll {src = ./soffice-template.desktop; app="Calc";    ext="ods"; type="spreadsheet"; }} $out/share/templates/soffice.ods.desktop
     cp ${substituteAll {src = ./soffice-template.desktop; app="Impress"; ext="odp"; type="presentation";}} $out/share/templates/soffice.odp.desktop
     cp ${substituteAll {src = ./soffice-template.desktop; app="Draw";    ext="odg"; type="drawing";     }} $out/share/templates/soffice.odg.desktop
-
-    mkdir -p $dev
-    cp -r include $dev
   '';
 
   # Wrapping is done in ./wrapper.nix