Loading pkgs/by-name/dr/drone-oss/package.nix 0 → 100644 +5 −0 Original line number Diff line number Diff line { drone, }: drone.override { enableUnfree = false; } pkgs/development/tools/continuous-integration/drone/default.nix→pkgs/by-name/dr/drone/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ enableUnfree ? true, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; version = "2.28.1"; src = fetchFromGitHub { owner = "harness"; repo = "drone"; rev = "v${version}"; sha256 = "sha256-p4fsQu46HX8Gc2W/RCvvjI1KZGcN2S/3ZOLty0MHmfg="; tag = "v${finalAttrs.version}"; hash = "sha256-p4fsQu46HX8Gc2W/RCvvjI1KZGcN2S/3ZOLty0MHmfg="; }; vendorHash = "sha256-6a4Xdp8lcPq+GPewQmEPzr9hXjSrqHR7kqw7pqHzjXE="; Loading @@ -35,4 +35,4 @@ buildGoModule rec { ]; license = with lib.licenses; if enableUnfree then unfreeRedistributable else asl20; }; } }) pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -2246,11 +2246,6 @@ with pkgs; diffutils = callPackage ../tools/text/diffutils { }; drone = callPackage ../development/tools/continuous-integration/drone { }; drone-oss = callPackage ../development/tools/continuous-integration/drone { enableUnfree = false; }; dsview = libsForQt5.callPackage ../applications/science/electronics/dsview { }; inherit (import ../build-support/dlang/dub-support.nix { inherit callPackage; }) Loading Loading
pkgs/by-name/dr/drone-oss/package.nix 0 → 100644 +5 −0 Original line number Diff line number Diff line { drone, }: drone.override { enableUnfree = false; }
pkgs/development/tools/continuous-integration/drone/default.nix→pkgs/by-name/dr/drone/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ enableUnfree ? true, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; version = "2.28.1"; src = fetchFromGitHub { owner = "harness"; repo = "drone"; rev = "v${version}"; sha256 = "sha256-p4fsQu46HX8Gc2W/RCvvjI1KZGcN2S/3ZOLty0MHmfg="; tag = "v${finalAttrs.version}"; hash = "sha256-p4fsQu46HX8Gc2W/RCvvjI1KZGcN2S/3ZOLty0MHmfg="; }; vendorHash = "sha256-6a4Xdp8lcPq+GPewQmEPzr9hXjSrqHR7kqw7pqHzjXE="; Loading @@ -35,4 +35,4 @@ buildGoModule rec { ]; license = with lib.licenses; if enableUnfree then unfreeRedistributable else asl20; }; } })
pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -2246,11 +2246,6 @@ with pkgs; diffutils = callPackage ../tools/text/diffutils { }; drone = callPackage ../development/tools/continuous-integration/drone { }; drone-oss = callPackage ../development/tools/continuous-integration/drone { enableUnfree = false; }; dsview = libsForQt5.callPackage ../applications/science/electronics/dsview { }; inherit (import ../build-support/dlang/dub-support.nix { inherit callPackage; }) Loading