gdlv: Convert to by-name
This commit is contained in:
parent
8c0e76ad14
commit
3c841d740f
@ -3,10 +3,10 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
Foundation,
|
|
||||||
CoreGraphics,
|
|
||||||
Metal,
|
|
||||||
AppKit,
|
AppKit,
|
||||||
|
CoreGraphics,
|
||||||
|
Foundation,
|
||||||
|
Metal,
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gdlv";
|
pname = "gdlv";
|
||||||
@ -30,10 +30,10 @@ buildGoModule rec {
|
|||||||
subPackages = ".";
|
subPackages = ".";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
Foundation
|
|
||||||
CoreGraphics
|
|
||||||
Metal
|
|
||||||
AppKit
|
AppKit
|
||||||
|
CoreGraphics
|
||||||
|
Foundation
|
||||||
|
Metal
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
@ -26724,8 +26724,8 @@ with pkgs;
|
|||||||
|
|
||||||
ginkgo = callPackage ../development/tools/ginkgo { };
|
ginkgo = callPackage ../development/tools/ginkgo { };
|
||||||
|
|
||||||
gdlv = darwin.apple_sdk_11_0.callPackage ../development/tools/gdlv {
|
gdlv = callPackage ../by-name/gd/gdlv/package.nix {
|
||||||
inherit (darwin.apple_sdk_11_0.frameworks) Foundation CoreGraphics Metal AppKit;
|
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreGraphics Foundation Metal;
|
||||||
};
|
};
|
||||||
|
|
||||||
go-bindata = callPackage ../development/tools/go-bindata { };
|
go-bindata = callPackage ../development/tools/go-bindata { };
|
||||||
|
Loading…
Reference in New Issue
Block a user