summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-16 05:13:51 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-16 05:13:51 +0200
commitbd7d8adc321dae1c2c9f10989b49ec016f3d9eed (patch)
treed2b554928bb1cc8f2745f779865cea3ef08ba18b /pkgs/applications/networking/nextcloud-client
parent3bc98d3bc10f7bd4fd2df3b31b2eefb7fe26410c (diff)
nextcloud-client: split headers into dev output
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 018080e9efc0..3afdbec0ac54 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -28,6 +28,8 @@ mkDerivation rec {
pname = "nextcloud-client";
version = "3.4.4";
+ outputs = [ "out" "dev" ];
+
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";