mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
plasma5Packages.discover: build without PackageKit backend
It never worked on NixOS and Discover can't really handle it being broken nicely, so just disable it at build time.
This commit is contained in:
parent
b9aa1e958b
commit
739409177a
|
@ -8,7 +8,6 @@
|
|||
, flatpak
|
||||
, fwupd
|
||||
, ostree
|
||||
, packagekit-qt
|
||||
, pcre
|
||||
, util-linux
|
||||
, qtquickcontrols2
|
||||
|
@ -42,7 +41,6 @@ mkDerivation {
|
|||
flatpak
|
||||
fwupd
|
||||
ostree
|
||||
packagekit-qt
|
||||
pcre
|
||||
util-linux
|
||||
qtquickcontrols2
|
||||
|
|
Loading…
Reference in a new issue