flatpak: prevent cycle with malcontent
The alternative is having malcontent depend on a flatpak without the malcontent dependency.
This commit is contained in:
parent
06ca7346e2
commit
82fc5b2eed
|
@ -36,7 +36,6 @@
|
|||
, desktop-file-utils
|
||||
, gtk3
|
||||
, fuse
|
||||
, malcontent
|
||||
, nixosTests
|
||||
, libsoup
|
||||
, lzma
|
||||
|
@ -140,7 +139,6 @@ stdenv.mkDerivation rec {
|
|||
systemd
|
||||
xorg.libXau
|
||||
fuse
|
||||
malcontent
|
||||
gsettings-desktop-schemas
|
||||
glib-networking
|
||||
librsvg # for flatpak-validate-icon
|
||||
|
|
Loading…
Reference in New Issue