Unverified Commit 627fcea1 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

{cpm-cmake, gpredict, intel-undervolt, qgroundcontrol}: add nix-update-script (#424087)

parents 6ee941d8 733a35ee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenvNoCC,
  fetchFromGitHub,
  nix-update-script,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
@@ -33,6 +34,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://github.com/cpm-cmake/CPM.cmake";
    description = "CMake's missing package manager";
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  gpsd,
  hamlib_4,
  wrapGAppsHook3,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -59,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
    hamlib_4
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Real time satellite tracking and orbit prediction";
    mainProgram = "gpredict";
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -24,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Intel CPU undervolting and throttling configuration tool";
    homepage = "https://github.com/kitsunyan/intel-undervolt";
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  gst_all_1,
  wayland,
  pkg-config,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -96,6 +97,8 @@ stdenv.mkDerivation rec {
    ./disable-bad-message.patch
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
    homepage = "https://qgroundcontrol.com/";