[Backport release-26.05] andcli, gradia, netpeek, jocalsend, tauno-monitor: set structuredAttrs; librepods: set structuredAttrs & strictDeps (#534953)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-25 00:36:35 +00:00
committed by GitHub
6 changed files with 19 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ buildGoModule (finalAttrs: {
pname = "andcli";
version = "2.7.0";
__structuredAttrs = true;
subPackages = [ "cmd/andcli" ];
src = fetchFromGitHub {

View File

@@ -27,6 +27,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "1.13.0";
pyproject = false;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
@@ -79,7 +81,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
dontWrapGApps = true;
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };

View File

@@ -11,6 +11,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "jocalsend";
version = "1.618033988";
__structuredAttrs = true;
src = fetchFromGitea {
domain = "git.kittencollective.com";
owner = "nebkor";

View File

@@ -13,6 +13,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "librepods";
version = "0.2.5";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "kavishdevar";
repo = "librepods";

View File

@@ -17,6 +17,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "0.2.7";
pyproject = false;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "ZingyTomato";
repo = "NetPeek";

View File

@@ -17,6 +17,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "0.2.20";
pyproject = false;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "taunoe";
repo = "tauno-monitor";
@@ -45,7 +47,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
dontWrapGApps = true;
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };