From 699d543e9ef64d3a6c5819dc19b6495762122a09 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 2 Apr 2023 18:14:57 +0300 Subject: libreoffice.unwrapped: Remove $dev output It makes the build fail, and not package in Nixpkgs seems to be using this. --- pkgs/applications/office/libreoffice/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/applications/office/libreoffice') diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index c666d54bb7086..7e98e7be59a16 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 -- cgit 1.4.1