summary refs log tree commit diff
path: root/pkgs/servers/cloud-print-connector/deps.nix
diff options
context:
space:
mode:
authorChris Hodapp <hodapp87@gmail.com>2017-04-21 20:21:31 -0400
committerChris Hodapp <hodapp87@gmail.com>2017-04-30 08:54:54 -0400
commitcc4f861f8263b0a1ad6c947f0db58e781c7f6391 (patch)
treec1e1156e838e96f99ed116249254d023a565defc /pkgs/servers/cloud-print-connector/deps.nix
parent2f481960cfdca0f4bb135be45819c90e269f0d96 (diff)
downloadnixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar.gz
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar.bz2
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar.lz
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar.xz
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.tar.zst
nixpkgs-cc4f861f8263b0a1ad6c947f0db58e781c7f6391.zip
cloud-print-connector: init at unstable-2017-01-19
This adds a fairly basic build for just the binaries for the Google
Cloud Print CUPS connector (gcp-cups-connector), and gcp-connector-util
to set it up in the first place. In the future I would like to
streamline the configuration more and make gcp-cups-connector a
proper NixOS service - as right now it must be run by hand.
Diffstat (limited to 'pkgs/servers/cloud-print-connector/deps.nix')
-rw-r--r--pkgs/servers/cloud-print-connector/deps.nix57
1 files changed, 57 insertions, 0 deletions
diff --git a/pkgs/servers/cloud-print-connector/deps.nix b/pkgs/servers/cloud-print-connector/deps.nix
new file mode 100644
index 00000000000..53a8f477933
--- /dev/null
+++ b/pkgs/servers/cloud-print-connector/deps.nix
@@ -0,0 +1,57 @@
+# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
+[
+  {
+    goPackagePath = "github.com/coreos/go-systemd";
+    fetch = {
+      type = "git";
+      url = "https://github.com/coreos/go-systemd";
+      rev = "c4308da792903734bd95f877255249cef0862886";
+      sha256 = "1gcy548s9vvyjwh80yx5fi35abmbxksgn8xzhgx9rfy2i7jfg7yy";
+    };
+  }
+  {
+    goPackagePath = "github.com/urfave/cli";
+    fetch = {
+      type = "git";
+      url = "https://github.com/urfave/cli";
+      rev = "9e5b04886c4bfee2ceba1465b8121057355c4e53";
+      sha256 = "18jx6ypc1w02ha37rsx6hhmdwqmnybajd6l54qm07bdb850ip9db";
+    };
+  }
+  {
+    goPackagePath = "golang.org/x/net";
+    fetch = {
+      type = "git";
+      url = "https://go.googlesource.com/net";
+      rev = "a6577fac2d73be281a500b310739095313165611";
+      sha256 = "00wks377dp0ws47dvc9f6y4sin1mwdk649v5jfz047ik1jh1nq5h";
+    };
+  }
+  {
+    goPackagePath = "golang.org/x/oauth2";
+    fetch = {
+      type = "git";
+      url = "https://go.googlesource.com/oauth2";
+      rev = "30fcca6531eb4bb278493c9fb299295b3b145934";
+      sha256 = "01x5rfaafhwzbbf7266a71y0ffjikyrbl7waf5scv92frp78py69";
+    };
+  }
+  {
+    goPackagePath = "launchpad.net/go-xdg/v0";
+    fetch = {
+      type = "bzr";
+      url = "http://bazaar.launchpad.net/~chipaca/go-xdg/v0/";
+      rev = "10";
+      sha256 = "0fd68kkxzxjanpgannpys962bxzqdf8c1qvzk687hv504a3dp76f";
+    };
+  }
+  {
+    goPackagePath = "github.com/satori/go.uuid";
+    fetch = {
+      type = "git";
+      url = "https://github.com/satori/go.uuid";
+      rev = "879c5887cd475cd7864858769793b2ceb0d44feb";
+      sha256 = "1nbydsmjr60904kz5d46nib0zid5kcv4gk9wayi44gn5wlzz80zp";
+    };
+  }
+ ]