andcli, gradia, netpeek, jocalsend, tauno-monitor: set structuredAttrs; librepods: set structuredAttrs & strictDeps (#530310)
This commit is contained in:
@@ -11,6 +11,8 @@ buildGoModule (finalAttrs: {
|
||||
pname = "andcli";
|
||||
version = "2.7.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
subPackages = [ "cmd/andcli" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "jocalsend";
|
||||
version = "1.618033988";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "git.kittencollective.com";
|
||||
owner = "nebkor";
|
||||
|
||||
@@ -13,6 +13,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "librepods";
|
||||
version = "0.2.5";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kavishdevar";
|
||||
repo = "librepods";
|
||||
|
||||
@@ -17,6 +17,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
version = "0.2.7";
|
||||
pyproject = false;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ZingyTomato";
|
||||
repo = "NetPeek";
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user