Skip to content

Commit 4532618

Browse files
committed
nextcloud-client: add libsysprof-capture to dependencies as asked by the build system
Signed-off-by: lucasew <[email protected]>
1 parent 5915660 commit 4532618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ne/nextcloud-client/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
, sphinx
1616
, sqlite
1717
, xdg-utils
18+
, libsysprof-capture
1819
}:
1920

2021
qt6Packages.stdenv.mkDerivation rec {
@@ -66,6 +67,7 @@ qt6Packages.stdenv.mkDerivation rec {
6667
qt6Packages.qtwebsockets
6768
qt6Packages.qtwayland
6869
sqlite
70+
libsysprof-capture
6971
];
7072

7173
qtWrapperArgs = [

0 commit comments

Comments
 (0)