about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2020-05-01 16:03:30 -0400
committerMilan <me@pbb.lc>2020-05-02 22:05:12 +0200
commitd9fc843f95df84512f06ffaf1223cb6edf305843 (patch)
tree6d4371555b77ab80ebad102d08b490aa7aff88c5 /pkgs/applications/editors/jetbrains
parent5e52a39c95e12a3a51b67d0dad02643fccf16919 (diff)
downloadnixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar.gz
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar.bz2
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar.lz
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar.xz
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.tar.zst
nixlib-d9fc843f95df84512f06ffaf1223cb6edf305843.zip
jetbrains: remove p7zip from nativeBuildInputs
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rw-r--r--pkgs/applications/editors/jetbrains/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/common.nix b/pkgs/applications/editors/jetbrains/common.nix
index cb732d076f2a..07776bebe425 100644
--- a/pkgs/applications/editors/jetbrains/common.nix
+++ b/pkgs/applications/editors/jetbrains/common.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, makeDesktopItem, makeWrapper, patchelf, p7zip
+{ stdenv, lib, makeDesktopItem, makeWrapper, patchelf
 , coreutils, gnugrep, which, git, unzip, libsecret, libnotify
 }:
 
@@ -26,7 +26,7 @@ with stdenv; lib.makeOverridable mkDerivation rec {
     '';
   };
 
-  nativeBuildInputs = [ makeWrapper patchelf p7zip unzip ];
+  nativeBuildInputs = [ makeWrapper patchelf unzip ];
 
   patchPhase = lib.optionalString (!stdenv.isDarwin) ''
       get_file_size() {