mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
914e0e594c
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
12 lines
272 B
Nix
Generated
12 lines
272 B
Nix
Generated
[
|
|
{
|
|
goPackagePath = "github.com/godbus/dbus";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://github.com/godbus/dbus";
|
|
rev = "32c6cc29c14570de4cf6d7e7737d68fb2d01ad15";
|
|
sha256 = "0v401f761l88yapiaw23pxvxviqrwl2r2vfd6lq02044i7x4i5r3";
|
|
};
|
|
}
|
|
]
|