spaceFM: use udisks2
This commit is contained in:
parent
150ead93e4
commit
186a5c5f06
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, fetchFromGitHub, stdenv, gtk3, udev, desktop-file-utils
|
{ pkgs, fetchFromGitHub, stdenv, gtk3, udev, desktop-file-utils
|
||||||
, shared-mime-info, intltool, pkgconfig, wrapGAppsHook, ffmpegthumbnailer
|
, shared-mime-info, intltool, pkgconfig, wrapGAppsHook, ffmpegthumbnailer
|
||||||
, jmtpfs, ifuseSupport ? false, ifuse ? null, lsof, udisks, hicolor-icon-theme, adwaita-icon-theme }:
|
, jmtpfs, ifuseSupport ? false, ifuse ? null, lsof, udisks2, hicolor-icon-theme, adwaita-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "spacefm-${version}";
|
name = "spacefm-${version}";
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 udev desktop-file-utils shared-mime-info intltool
|
gtk3 udev desktop-file-utils shared-mime-info intltool
|
||||||
wrapGAppsHook ffmpegthumbnailer jmtpfs lsof udisks
|
wrapGAppsHook ffmpegthumbnailer jmtpfs lsof udisks2
|
||||||
] ++ (if ifuseSupport then [ ifuse ] else []);
|
] ++ (if ifuseSupport then [ ifuse ] else []);
|
||||||
# Introduced because ifuse doesn't build due to CVEs in libplist
|
# Introduced because ifuse doesn't build due to CVEs in libplist
|
||||||
# Revert when libplist builds again…
|
# Revert when libplist builds again…
|
||||||
|
Loading…
x
Reference in New Issue
Block a user