forked from mirrors/nixpkgs
jetbrains: remove p7zip from nativeBuildInputs
This commit is contained in:
parent
5e52a39c95
commit
d9fc843f95
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue