Skip to content

Commit 5c9a869

Browse files
doronbeharpeterhoeg
authored andcommitted
onedrive: reorder inputs according to category and ABC
1 parent 734a642 commit 5c9a869

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pkgs/by-name/on/onedrive/package.nix

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
22
lib,
3-
autoreconfHook,
4-
coreutils,
5-
curl,
3+
stdenv,
64
fetchFromGitHub,
5+
6+
# native
7+
autoreconfHook,
78
installShellFiles,
89
ldc,
9-
libnotify,
1010
pkg-config,
11-
sqlite,
12-
stdenv,
11+
12+
# host
13+
coreutils,
14+
curl,
1315
dbus,
16+
libnotify,
17+
sqlite,
1418
systemd,
1519
testers,
20+
1621
# Boolean flags
1722
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
1823
}:

0 commit comments

Comments
 (0)