Revert "filezilla: add wrapper to set necessary FZ_DATADIR"
This reverts commit 61940b89a5646987e8b7a8fe7277ec7534c957b1 #62340. Apparently it's not needed anymore after the update, so let me clean up.
This commit is contained in:
parent
7ec794f90a
commit
c5194a2c55
@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, dbus, gnutls, wxGTK30, libidn, tinyxml, gettext
|
||||
, pkgconfig, xdg_utils, gtk2, sqlite, pugixml, libfilezilla, nettle
|
||||
, makeWrapper
|
||||
}:
|
||||
, pkgconfig, xdg_utils, gtk2, sqlite, pugixml, libfilezilla, nettle }:
|
||||
|
||||
let version = "3.42.1"; in
|
||||
stdenv.mkDerivation {
|
||||
@ -20,14 +18,10 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [
|
||||
dbus gnutls wxGTK30 libidn tinyxml gettext xdg_utils gtk2 sqlite
|
||||
pugixml libfilezilla nettle makeWrapper ];
|
||||
pugixml libfilezilla nettle ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/filezilla --set FZ_DATADIR $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://filezilla-project.org/;
|
||||
description = "Graphical FTP, FTPS and SFTP client";
|
||||
|
Loading…
Reference in New Issue
Block a user