about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-04-22 20:25:38 +0300
committerGitHub <noreply@github.com>2022-04-22 20:25:38 +0300
commit785373a76f64cc24ac7b43d6b84d7ec399bc0968 (patch)
tree3f849c5394513e32fad88f21879a4af5633dd27c /pkgs/applications/office
parente7c481adee01b0c382dba4800ba4099c590854ba (diff)
parent259fa13d53005f073385d280181e6e378da3ed59 (diff)
Merge pull request #166605 from siraben/remove-redundant-stdenv
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/bookworm/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/office/bookworm/default.nix b/pkgs/applications/office/bookworm/default.nix
index 9cdbd14e105c9..c30b9ede2bba0 100644
--- a/pkgs/applications/office/bookworm/default.nix
+++ b/pkgs/applications/office/bookworm/default.nix
@@ -2,7 +2,6 @@
 , stdenv
 , fetchFromGitHub
 , appstream
-, bash
 , coreutils
 , curl
 , desktop-file-utils
@@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    bash
     meson
     ninja
     pkg-config