diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-13 21:25:24 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 01:40:13 +0200 |
commit | 24fd1fe6c62b7a9fc347794fde043285da272f5c (patch) | |
tree | 65557bf1d241ca389b619dbd24d18d51932ee030 /pkgs/nagios-cli | |
download | NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.tar.gz NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.tar.zst NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.zip |
Initial commit published for NUR
Diffstat (limited to 'pkgs/nagios-cli')
-rw-r--r-- | pkgs/nagios-cli/default.nix | 2 | ||||
-rw-r--r-- | pkgs/nagios-cli/nagios-cli.json | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/nagios-cli/default.nix b/pkgs/nagios-cli/default.nix new file mode 100644 index 00000000..7d7e7cc2 --- /dev/null +++ b/pkgs/nagios-cli/default.nix | |||
@@ -0,0 +1,2 @@ | |||
1 | { python2Packages, mylibs }: | ||
2 | python2Packages.buildPythonApplication (mylibs.fetchedGithub ./nagios-cli.json) | ||
diff --git a/pkgs/nagios-cli/nagios-cli.json b/pkgs/nagios-cli/nagios-cli.json new file mode 100644 index 00000000..fc912277 --- /dev/null +++ b/pkgs/nagios-cli/nagios-cli.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "tag": "edc51ea-master", | ||
3 | "meta": { | ||
4 | "name": "nagios-cli", | ||
5 | "url": "https://github.com/tehmaze/nagios-cli", | ||
6 | "branch": "master" | ||
7 | }, | ||
8 | "github": { | ||
9 | "owner": "tehmaze", | ||
10 | "repo": "nagios-cli", | ||
11 | "rev": "edc51eaccf1086bb4469ce45c5e5155f2d71a2f9", | ||
12 | "sha256": "1qw5fv4niz079zqwmfr3kzjv8cc31rbhi9whdbv9c32qdi3h7vsp", | ||
13 | "fetchSubmodules": true | ||
14 | } | ||
15 | } | ||