···45 description = "A package for graph statistical algorithms";
46 license = licenses.asl20; # changing to `licenses.mit` in next release
47 maintainers = with maintainers; [ bcdarwin ];
0048 };
49}
···45 description = "A package for graph statistical algorithms";
46 license = licenses.asl20; # changing to `licenses.mit` in next release
47 maintainers = with maintainers; [ bcdarwin ];
48+ # graspologic-native is not available
49+ broken = true;
50 };
51}
···32, setproctitle
33, setuptools
34, shortuuid
035, tqdm
36}:
37···49 hash = "sha256-ZY7nTj93piTEeHhW+H+nQ+ws2dDmmY6u3p7uz296PbA=";
50 };
51000000052 # setuptools is necessary since pkg_resources is required at runtime.
53 propagatedBuildInputs = [
54 click
···66 setuptools
67 shortuuid
68 ];
69-70- # wandb expects git to be in PATH. See https://gist.github.com/samuela/57aeee710e41ab2bf361b7ed8fbbeabf
71- # for the error message, and an example usage here: https://github.com/wandb/client/blob/d5f655b7ca7e3eac2f3a67a84bc5c2a664a31baf/wandb/sdk/internal/meta.py#L128.
72- # See https://github.com/NixOS/nixpkgs/pull/164176#discussion_r828801621 as to
73- # why we don't put it in propagatedBuildInputs. Note that this is difficult to
74- # test offline due to https://github.com/wandb/client/issues/3519.
75- postInstall = ''
76- mkdir -p $out/bin
77- ln -s ${git}/bin/git $out/bin/git
78- '';
7980 preCheck = ''
81 export HOME=$(mktemp -d)
···1617 buildInputs = [ libnotify ];
1800000000019 meta = with lib; {
20 description = "A tool to detect when your YubiKey is waiting for a touch (to send notification or display a visual indicator on the screen).";
21 homepage = "https://github.com/maximbaz/yubikey-touch-detector";
···1617 buildInputs = [ libnotify ];
1819+ postInstall = ''
20+ install -Dm444 -t $out/share/doc/${pname} *.md
21+22+ install -Dm444 -t $out/lib/systemd/user *.{service,socket}
23+24+ substituteInPlace $out/lib/systemd/user/*.service \
25+ --replace /usr/bin/yubikey-touch-detector "$out/bin/yubikey-touch-detector --libnotify"
26+ '';
27+28 meta = with lib; {
29 description = "A tool to detect when your YubiKey is waiting for a touch (to send notification or display a visual indicator on the screen).";
30 homepage = "https://github.com/maximbaz/yubikey-touch-detector";