Merge staging-next into staging

This commit is contained in:
github-actions[bot] 2023-06-15 18:01:38 +00:00 committed by GitHub
commit f9f270ffd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 658 additions and 272 deletions

View File

@ -178,6 +178,11 @@ in mkLicense lset) ({
fullName = ''BSD 3-clause "New" or "Revised" License'';
};
bsd3Clear = {
spdxId = "BSD-3-Clause-Clear";
fullName = "BSD 3-Clause Clear License";
};
bsdOriginal = {
spdxId = "BSD-4-Clause";
fullName = ''BSD 4-clause "Original" or "Old" License'';

View File

@ -8375,6 +8375,12 @@
githubId = 546087;
name = "Kristoffer K. Føllesdal";
};
khaser = {
email = "a-horohorin@mail.ru";
github = "khaser";
githubId = 59027018;
name = "Andrey Khorokhorin";
};
kho-dialga = {
email = "ivandashenyou@gmail.com";
github = "Kho-Dialga";
@ -9332,6 +9338,12 @@
githubId = 5624721;
name = "Ben Wolsieffer";
};
lord-valen = {
name = "Lord Valen";
matrix = "@lord-valen:matrix.org";
github = "Lord-Valen";
githubId = 46138807;
};
lorenz = {
name = "Lorenz Brun";
email = "lorenz@brun.one";
@ -14037,6 +14049,15 @@
githubId = 889991;
name = "Ryan Artecona";
};
ryane = {
email = "ryanesc@gmail.com";
github = "ryane";
githubId = 7346;
name = "Ryan Eschinger";
keys = [{
fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D";
}];
};
ryanorendorff = {
github = "ryanorendorff";
githubId = 12442942;
@ -17112,6 +17133,16 @@
github = "wdavidw";
githubId = 46896;
};
weathercold = {
name = "Weathercold";
email = "weathercold.scr@gmail.com";
matrix = "@weathercold:matrix.org";
github = "Weathercold";
githubId = 49368953;
keys = [{
fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC";
}];
};
wegank = {
name = "Weijia Wang";
email = "contact@weijia.wang";

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.58";
version = "1.59";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-5i892C5aJWgouIgD3FkojJfEhN08Jf1d7HDMvdT82aU=";
sha256 = "sha256-Hv2ZM01aDyBcmdbK+7C20zncvCeZSQ61BJ7zTSM/OA8=";
};
nativeBuildInputs = [ cmake ];

View File

@ -131,7 +131,11 @@ in stdenv.mkDerivation {
makeShellWrapper $out/share/1password/1password $out/bin/1password \
"''${gappsWrapperArgs[@]}" \
--suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]} \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]}
# Currently half broken on wayland (e.g. no copy functionality)
# See: https://github.com/NixOS/nixpkgs/pull/232718#issuecomment-1582123406
# Remove this comment when upstream fixes:
# https://1password.community/discussion/comment/624011/#Comment_624011
#--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
'';
}

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "klayout";
version = "0.28.8";
version = "0.28.9-2";
src = fetchFromGitHub {
owner = "KLayout";
repo = "klayout";
rev = "v${version}";
hash = "sha256-xM9bAy+HurJor6v2eVPN9gvUxDkyjKRO8kv4zzv9u7o=";
hash = "sha256-yBBzJceYHuqYhYvZHpL22uFsOz1TKZFwdzuUQOC4wQw=";
};
postPatch = ''

View File

@ -15,12 +15,12 @@ let
in
stdenv.mkDerivation rec {
pname = "mkgmap";
version = "4907";
version = "4909";
src = fetchsvn {
url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
rev = version;
sha256 = "sha256-2DwIH6GNsK2XwaVxzPvN1qt4XRSi5fCQDwltBCBg4gI=";
sha256 = "sha256-B3G1xpDZtJqkjyufLwYnJQlXREvN6OrJEjHWWP05jDM=";
};
patches = [

View File

@ -1,22 +1,24 @@
{ lib, stdenv, fetchurl, autoPatchelfHook, makeDesktopItem, copyDesktopItems, makeWrapper, electron
, nodePackages, alsa-lib, gtk3, libdbusmenu, libxshmfence, mesa, nss }:
{ lib, stdenv, fetchurl
, autoPatchelfHook, makeDesktopItem, copyDesktopItems, makeWrapper, gnugrep, nodePackages
, electron, python3, alsa-lib, gtk3, libdbusmenu, libxshmfence, mesa, nss
}:
stdenv.mkDerivation rec {
pname = "whalebird";
version = "4.7.4";
version = "5.0.7";
src = let
downloads = "https://github.com/h3poteto/whalebird-desktop/releases/download/${version}";
downloads = "https://github.com/h3poteto/whalebird-desktop/releases/download/v${version}";
in
if stdenv.system == "x86_64-linux" then
fetchurl {
url = downloads + "/Whalebird-${version}-linux-x64.tar.bz2";
sha256 = "sha256-jRtlnKlrh6If9wy3FqVBtctQO3rZJRwceUWAPmieT4A=";
hash = "sha256-eufP038REwF2VwAxxI8R0S3fE8oJ+SX/CES5ozuut2w=";
}
else if stdenv.system == "aarch64-linux" then
fetchurl {
url = downloads + "/Whalebird-${version}-linux-arm64.tar.bz2";
sha256 = "sha256-gWCBH2zfhJdJ3XUAxvZ0+gBHye5uYCUgX1BDEoaruxY=";
hash = "sha256-U0xVTUUm6wsRxYc1w4vfNtVE6o8dNzXTSi+IX4mgDEE=";
}
else
throw "Whalebird is not supported for ${stdenv.system}";
@ -25,6 +27,7 @@ stdenv.mkDerivation rec {
autoPatchelfHook
makeWrapper
copyDesktopItems
gnugrep
nodePackages.asar
];
@ -52,9 +55,16 @@ stdenv.mkDerivation rec {
runHook preBuild
# Necessary steps to find the tray icon
# For aarch64-linux, we need to overwrite this symlink first as it points to
# /usr/bin/python3
if [ "${stdenv.system}" = "aarch64-linux" ]
then ln -sf ${python3}/bin/python3 \
opt/Whalebird/resources/app.asar.unpacked/node_modules/better-sqlite3/build/node_gyp_bins/python3
fi
asar extract opt/Whalebird/resources/app.asar "$TMP/work"
substituteInPlace $TMP/work/dist/electron/main.js \
--replace "qt,\"tray_icon.png\"" "\"$out/opt/Whalebird/resources/build/icons/tray_icon.png\""
substituteInPlace "$TMP/work/dist/electron/main.js" \
--replace "$(grep -oE '.{2},"tray_icon.png"' "$TMP/work/dist/electron/main.js")" \
"\"$out/opt/Whalebird/resources/build/icons/tray_icon.png\""
asar pack --unpack='{*.node,*.ftz,rect-overlay}' "$TMP/work" opt/Whalebird/resources/app.asar
runHook postBuild
@ -83,8 +93,8 @@ stdenv.mkDerivation rec {
description = "Electron based Mastodon, Pleroma and Misskey client for Windows, Mac and Linux";
homepage = "https://whalebird.social";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang colinsane ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang colinsane weathercold ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}

View File

@ -0,0 +1,31 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "kfilt";
version = "0.0.8";
src = fetchFromGitHub {
owner = "ryane";
repo = "kfilt";
rev = "v${version}";
hash = "sha256-TUhZKf4fJyJF/qDmvs4jqAMVTXN4MXE+YLc4FcOVlwo=";
};
vendorHash = "sha256-c77CzpE9cPyobt87uO0QlkKD+xC/tM7wOy4orM62tnI=";
subPackages = [ "." ];
ldflags = [
"-s"
"-w"
"-X github.com/ryane/kfilt/cmd.Version=${version}"
"-X github.com/ryane/kfilt/cmd.GitCommit=${src.rev}"
];
meta = {
description = "Command-line tool that filters Kubernetes resources";
homepage = "https://github.com/ryane/kfilt";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.ryane ];
};
}

View File

@ -4,7 +4,7 @@
, makeWrapper
, ncurses
, readline
, util-linux
, unixtools
, enableReadline ? true
}:
@ -28,12 +28,10 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
makeWrapper
unixtools.col
];
buildInputs = [
util-linux
]
++ lib.optionals enableReadline [
buildInputs = lib.optionals enableReadline [
ncurses
readline
];

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p4c";
version = "1.2.3.9";
version = "1.2.4.0";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-mnJluusDei95B6LMAwre8FjjxwlpK99tzvzLwroQQsM=";
sha256 = "sha256-nIPvB6nwa55dKNeoNRrjhnnmoYLYTviaoL79+hT6gGs=";
fetchSubmodules = true;
};

View File

@ -47,4 +47,5 @@ mapAliases {
readability-cli = pkgs.readability-cli; # Added 2023-06-12
thelounge = pkgs.thelounge; # Added 2023-05-22
triton = pkgs.triton; # Added 2023-05-06
vscode-langservers-extracted = pkgs.vscode-langservers-extracted; # Added 2023-05-27
}

View File

@ -379,7 +379,6 @@
, "vscode-html-languageserver-bin"
, "vscode-json-languageserver"
, "vscode-json-languageserver-bin"
, "vscode-langservers-extracted"
, "vue-cli"
, "vue-language-server"
, "wavedrom-cli"

View File

@ -144734,56 +144734,6 @@ in
bypassCache = true;
reconstructLock = true;
};
vscode-langservers-extracted = nodeEnv.buildNodePackage {
name = "vscode-langservers-extracted";
packageName = "vscode-langservers-extracted";
version = "4.7.0";
src = fetchurl {
url = "https://registry.npmjs.org/vscode-langservers-extracted/-/vscode-langservers-extracted-4.7.0.tgz";
sha512 = "OZWgreyvCKdKV4TfBGXrxiJVaT041SkoE3TzQUCS/EnK55zMGM1fq1HoXtFLMvqatEuVYSPF2lywrAj2Ac0maQ==";
};
dependencies = [
sources."@vscode/l10n-0.0.13"
sources."core-js-3.31.0"
sources."jsonc-parser-3.2.0"
sources."picomatch-2.3.1"
sources."regenerator-runtime-0.13.11"
sources."request-light-0.7.0"
sources."typescript-4.9.5"
(sources."vscode-css-languageservice-6.2.6" // {
dependencies = [
sources."@vscode/l10n-0.0.14"
];
})
(sources."vscode-html-languageservice-5.0.6" // {
dependencies = [
sources."@vscode/l10n-0.0.14"
];
})
sources."vscode-json-languageservice-5.3.5"
sources."vscode-jsonrpc-8.1.0"
sources."vscode-languageserver-8.1.0"
sources."vscode-languageserver-protocol-3.17.3"
sources."vscode-languageserver-textdocument-1.0.10"
sources."vscode-languageserver-types-3.17.3"
(sources."vscode-markdown-languageservice-0.3.0" // {
dependencies = [
sources."@vscode/l10n-0.0.10"
];
})
sources."vscode-nls-5.2.0"
sources."vscode-uri-3.0.7"
];
buildInputs = globalBuildInputs;
meta = {
description = "HTML/CSS/JSON/ESLint language servers extracted from [vscode](https://github.com/Microsoft/vscode).";
homepage = "https://github.com/hrsh7th/vscode-langservers-extracted#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
vue-cli = nodeEnv.buildNodePackage {
name = "vue-cli";
packageName = "vue-cli";

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "3.14.0";
version = "3.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7zuJYPru6YgPgrCHLYB+P6uUrOErDSqEGKl4dciBLTw=";
hash = "sha256-yeZet2Eqn7uKvwM5ly7Kf9enPU2mbJtEb/5SiTCv9TQ=";
};
propagatedBuildInputs = [

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-lsp-black";
version = "1.2.1";
version = "1.3.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "python-lsp";
repo = "python-lsp-black";
rev = "v${version}";
hash = "sha256-qNA6Bj1VI0YEtRuvcMQZGWakQNNrJ2PqhozrLmQHPAg=";
rev = "refs/tags/v${version}";
hash = "sha256-16HjNB0VfrXLyVa+u5HaFNjq/ER2yXIWokMFsPgejr8=";
};
nativeCheckInputs = [ pytestCheckHook ];

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.7.5";
version = "1.7.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PQk3uEY1gjvs5BerfEAEZe4v6uZYpCZqCo+Qc7mSUw8=";
hash = "sha256-T2ei1cqDAeR+/sSifb0SvJaJX3sgcPcRzrmjgncQDRc=";
};
postPatch = ''

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "west";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZvhwIhkoES71jyv8Xv0dd44Z7tFAZzmE2XsiH7wFJfQ=";
hash = "sha256-40h/VLa9kEWASJtgPvGm4JnG8uZWAUwrg8SzwhdfpN8=";
};
propagatedBuildInputs = [

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, fetchpatch
, pythonAtLeast
, pythonOlder
, idna
@ -22,6 +23,14 @@ buildPythonPackage rec {
hash = "sha256-SdQ0AsbjATrQl4YCv2v1MoU1xI0ZIwS5G5ejxnkLFWI=";
};
patches = [
# https://github.com/aio-libs/yarl/issues/876
(fetchpatch {
url = "https://github.com/aio-libs/yarl/commit/0a94c6e4948e00fff072c0cf367afbf4ac36f906.patch";
hash = "sha256-bqT46OLZLkBef8FQ1L95ITD70mC3+WIkr3+h2ekKrvE=";
})
];
postPatch = ''
sed -i '/^addopts/d' setup.cfg
'';

View File

@ -0,0 +1,38 @@
{ lib, buildNpmPackage, fetchFromGitHub, vscode }:
buildNpmPackage rec {
pname = "vscode-langservers-extracted";
version = "4.7.0";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = pname;
rev = "v${version}";
hash = "sha256-RLRDEHfEJ2ckn0HTMu0WbMK/o9W20Xwm+XI6kCq57u8=";
};
npmDepsHash = "sha256-QhiSj/DigsI4Bfwmk3wG4lDQOWuDDduc/sfJlXiEoGE=";
postPatch = ''
# TODO: Add vscode-eslint as a dependency
# Eliminate the vscode-eslint bin
sed -i '/^\s*"vscode-eslint-language-server":.*bin\//d' package.json package-lock.json
'';
buildPhase = let
extensions = "${vscode}/lib/vscode/resources/app/extensions";
in ''
npx babel ${extensions}/css-language-features/server/dist/* --out-dir lib/css-language-server/node/
npx babel ${extensions}/html-language-features/server/dist/* --out-dir lib/html-language-server/node/
npx babel ${extensions}/json-language-features/server/dist/* --out-dir lib/json-language-server/node/
npx babel ${extensions}/markdown-language-features/server/dist/* --out-dir lib/markdown-language-server/node/
mv lib/markdown-language-server/node/workerMain.js lib/markdown-language-server/node/main.js
'';
meta = with lib; {
description = "HTML/CSS/JSON/ESLint language servers extracted from vscode.";
homepage = "https://github.com/hrsh7th/vscode-langservers-extracted";
license = licenses.mit;
maintainers = with maintainers; [ lord-valen ];
};
}

View File

@ -10,7 +10,7 @@
let
sqitch = perlPackages.AppSqitch;
modules = with perlPackages; [ ]
modules = with perlPackages; [ AlgorithmBackoff ]
++ lib.optional mysqlSupport DBDmysql
++ lib.optional postgresqlSupport DBDPg
++ lib.optional templateToolkitSupport TemplateToolkit;

View File

@ -0,0 +1,113 @@
{ lib
, stdenv
, yarn
, fetchYarnDeps
, fixup_yarn_lock
, nodejs
, electron
, fetchFromGitHub
, gitUpdater
, makeWrapper
, makeDesktopItem
, copyDesktopItems
}:
stdenv.mkDerivation rec {
pname = "r2modman";
version = "3.1.42";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${version}";
hash = "sha256-16sE706iivYoI40JJUkqVmtxkYsgAFBg+0tXOc6scqc=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-CXitb/b2tvTfrkFrFv4KP4WdmMg+1sDtC/s2u5ezDfI=";
};
nativeBuildInputs = [
yarn
fixup_yarn_lock
nodejs
makeWrapper
copyDesktopItems
];
configurePhase = ''
runHook preConfigure
# Workaround for webpack bug
# https://github.com/webpack/webpack/issues/14532
export NODE_OPTIONS="--openssl-legacy-provider"
export HOME=$(mktemp -d)
yarn config --offline set yarn-offline-mirror $offlineCache
fixup_yarn_lock yarn.lock
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
patchShebangs node_modules/
runHook postConfigure
'';
buildPhase = ''
runHook preBuild
yarn --offline quasar build --mode electron --skip-pkg
# Remove dev dependencies.
yarn install --production --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
runHook postBuild
'';
installPhase = ''
runHook preInstall
mkdir -p $out/share/r2modman
cp -r dist/electron/UnPackaged/. node_modules $out/share/r2modman
(
cd public/icons
for img in *png; do
dimensions=''${img#favicon-}
dimensions=''${dimensions%.png}
mkdir -p $out/share/icons/hicolor/$dimensions/apps
cp $img $out/share/icons/hicolor/$dimensions/apps/${pname}.png
done
)
makeWrapper '${electron}/bin/electron' "$out/bin/r2modman" \
--inherit-argv0 \
--add-flags "$out/share/r2modman" \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
runHook postInstall
'';
desktopItems = [
(makeDesktopItem {
name = pname;
exec = pname;
icon = pname;
desktopName = pname;
comment = meta.description;
categories = [ "Game" ];
keywords = [ "launcher" "mod manager" "thunderstore" ];
})
];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; {
description = "Unofficial Thunderstore mod manager";
homepage = "https://github.com/ebkr/r2modmanPlus";
changelog = "https://github.com/ebkr/r2modmanPlus/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ aidalgol huantian ];
inherit (electron.meta) platforms;
};
}

View File

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.4-rc4";
version = "6.4-rc6";
extraMeta.branch = lib.versions.majorMinor version;
# modDirVersion needs to be x.y.z, will always add .0
@ -11,7 +11,7 @@ buildLinux (args // rec {
src = fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-PlxGRb4wKjamEDrSWpKXLxa7aX9lQoDgrjjrWhArisk=";
hash = "sha256-gJSVjuYoA5k7XuxRirS/ac770ZfXqIUvI7BUPwxvN1g=";
};
# Should the testing kernels ever be built on Hydra?

View File

@ -61,13 +61,13 @@ let
in
stdenv.mkDerivation rec {
pname = "sympa";
version = "6.2.70";
version = "6.2.72";
src = fetchFromGitHub {
owner = "sympa-community";
repo = pname;
rev = version;
sha256 = "sha256-/gaJ17IwB6ZC7OT9gxA5uUhTAHXeqsEh/x4AzAARups=";
sha256 = "sha256-8G6MxpqVa3E5J/68E7tljcXF4w7OmNkI0nJwsgxJE28=";
};
configureFlags = [

View File

@ -0,0 +1,40 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, openssl
, stdenv
, darwin
}:
rustPlatform.buildRustPackage rec {
pname = "netbox2netshot";
version = "0.1.12";
src = fetchFromGitHub {
owner = "scaleway";
repo = "netbox2netshot";
rev = version;
hash = "sha256-PT/eQBe0CX1l6tcC5QBiXKGWgIQ8s4h6IApeWyb8ysc=";
};
cargoHash = "sha256-/T+6cjWG8u/Mr8gtBOXbEEZOO0pDykEpNIVTgooAmuw=";
nativeBuildInputs = [
pkg-config
];
buildInputs = [
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.Security
];
meta = with lib; {
description = "Inventory synchronization tool between Netbox and Netshot";
homepage = "https://github.com/scaleway/netbox2netshot";
license = licenses.asl20;
maintainers = with maintainers; [ janik ];
};
}

View File

@ -0,0 +1,47 @@
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, libtool
, libuuid
, zlib
}:
stdenv.mkDerivation {
# The files and commit messages in the repository refer to the package
# as ssdfs-utils, not ssdfs-tools.
pname = "ssdfs-utils";
# The version is taken from `configure.ac`, there are no tags.
version = "4.27";
src = fetchFromGitHub {
owner = "dubeyko";
repo = "ssdfs-tools";
rev = "9b647d73b34dc2e18ed04bfcf5e260ffb8242dd5";
hash = "sha256-7I7h6Szb/oXtkypd7Nk4AFrTEsn9Y/1/u+IaL63zRVI=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook
];
buildInputs = [
libtool
libuuid
zlib
];
passthru = {
updateScript = ./update.sh;
};
meta = with lib; {
description = "SSDFS file system utilities";
homepage = "https://github.com/dubeyko/ssdfs-tools";
license = licenses.bsd3Clear;
maintainers = with maintainers; [ ners ];
platforms = platforms.linux;
};
}

View File

@ -0,0 +1,14 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl gnugrep common-updater-scripts
set -euo pipefail
owner=dubeyko
repo=ssdfs-tools
version="$(curl --silent https://raw.githubusercontent.com/${owner}/${repo}/master/configure.ac | \
grep 'AC_INIT(ssdfs' | \
egrep -o '[0-9\.]{3,}')"
rev=$(curl -s -H "Accept: application/vnd.github.VERSION.sha" https://api.github.com/repos/${owner}/${repo}/commits/master)
update-source-version ssdfs-utils "$version" --rev="$rev"

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals enableVideo [
wrapGAppsHook
wrapQtAppsHook
qtbase
];
buildInputs = [

View File

@ -0,0 +1,33 @@
{ lib
, python3
, fetchPypi
}:
python3.pkgs.buildPythonPackage rec {
pname = "polygon-cli";
version = "1.1.11";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-gEz3kcXbXj9dXnMCx0Q8TjCQemXvJne9EwFsPt14xV4=";
};
propagatedBuildInputs = with python3.pkgs; [
setuptools
requests
prettytable
colorama
pyyaml
];
doCheck = false;
meta = {
description = "Command-line tool for polygon.codeforces.com";
homepage = "https://github.com/kunyavskiy/polygon-cli";
changelog = "https://github.com/kunyavskiy/polygon-cli/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaser ];
};
}

View File

@ -0,0 +1,41 @@
{ lib
, buildGoModule
, fetchFromGitHub
, swtpm
}:
buildGoModule {
pname = "age-plugin-tpm";
version = "unstable-2023-05-02";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "age-plugin-tpm";
rev = "c570739b05c067087c44f651efce6890eedc0647";
hash = "sha256-xlJtyNAYi/6vBWLsjymFLGfr30w80OplwG2xGTEB118=";
};
vendorHash = "sha256-S9wSxw0ZMibCOspgGt5vjzFhPL+bZncjTdIX2mkX5vE=";
postConfigure = ''
substituteInPlace vendor/github.com/foxboron/swtpm_test/swtpm.go \
--replace "/usr/share/swtpm/swtpm-create-user-config-files" "${swtpm}/share/swtpm/swtpm-create-user-config-files"
'';
nativeCheckInputs = [
swtpm
];
ldflags = [
"-s"
"-w"
];
meta = with lib; {
description = "TPM 2.0 plugin for age";
homepage = "https://github.com/Foxboron/age-plugin-tpm";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ kranzes ];
};
}

View File

@ -0,0 +1,80 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, wrapGAppsHook
, gdk-pixbuf
, gtk4
, libdrm
, vulkan-loader
, coreutils
, hwdata
}:
rustPlatform.buildRustPackage rec {
pname = "lact";
version = "0.4.3";
src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
rev = "v${version}";
hash = "sha256-zSQqR5AxdqcSwgapSwXYn/36F6SQna8+RS6UTQJySrg=";
};
cargoHash = "sha256-DDBYfafLg2fH+HsC5VZzVyRCyVSwcMydUGBe7NQRwEk=";
nativeBuildInputs = [
pkg-config
wrapGAppsHook
];
buildInputs = [
gdk-pixbuf
gtk4
libdrm
vulkan-loader
];
checkFlags = [
# tries and fails to initialize gtk
"--skip=app::root_stack::thermals_page::fan_curve_frame::tests::set_get_curve"
];
postPatch = ''
substituteInPlace lact-daemon/src/server/system.rs \
--replace 'Command::new("uname")' 'Command::new("${coreutils}/bin/uname")'
substituteInPlace res/lactd.service \
--replace ExecStart={lact,$out/bin/lact}
substituteInPlace res/io.github.lact-linux.desktop \
--replace Exec={lact,$out/bin/lact}
pushd $cargoDepsCopy/pciid-parser
oldHash=$(sha256sum src/lib.rs | cut -d " " -f 1)
sed 's|@hwdata@|${hwdata}|g' < ${./pci-ids.patch} | patch -p1
substituteInPlace .cargo-checksum.json \
--replace $oldHash $(sha256sum src/lib.rs | cut -d " " -f 1)
popd
'';
postInstall = ''
install -Dm444 res/lactd.service -t $out/lib/systemd/system
install -Dm444 res/io.github.lact-linux.desktop -t $out/share/applications
install -Dm444 res/io.github.lact-linux.png -t $out/share/pixmaps
'';
postFixup = ''
patchelf $out/bin/.lact-wrapped \
--add-rpath ${lib.makeLibraryPath [ vulkan-loader ]}
'';
meta = with lib; {
description = "Linux AMDGPU Controller";
homepage = "https://github.com/ilya-zlobintsev/LACT";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
platforms = platforms.linux;
};
}

View File

@ -0,0 +1,10 @@
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,7 +18,7 @@ use std::{
};
use tracing::trace;
-const DB_PATHS: &[&str] = &["/usr/share/hwdata/pci.ids", "/usr/share/misc/pci.ids"];
+const DB_PATHS: &[&str] = &["@hwdata@/share/hwdata/pci.ids"];
#[cfg(feature = "online")]
const URL: &str = "https://pci-ids.ucw.cz/v2.2/pci.ids";

View File

@ -2,4 +2,4 @@
source "https://rubygems.org"
gem "vpsfree-client"
gem "vpsfree-client", "0.17.1"

View File

@ -1,75 +1,58 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.2.2)
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.6)
cookiejar (0.3.3)
curses (1.3.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.2.2)
curses (1.4.4)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.2)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.9.1)
haveapi-client (0.13.2)
haveapi-client (0.16.3)
activesupport (>= 4.0)
highline (~> 1.7.8)
highline (~> 2.0.3)
json
require_all (~> 2.0.0)
rest-client (~> 2.0.2)
ruby-progressbar (~> 1.7.5)
highline (1.7.10)
http-cookie (1.0.3)
rest-client (~> 2.1.0)
ruby-progressbar (~> 1.11.0)
highline (2.0.3)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.3.0)
mime-types (3.3.1)
json (2.6.3)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
minitest (5.14.0)
mime-types-data (3.2023.0218.1)
minitest (5.18.0)
netrc (0.11.0)
public_suffix (4.0.4)
require_all (2.0.0)
rest-client (2.0.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-progressbar (1.7.5)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
ruby-progressbar (1.11.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
vpsadmin-client (3.0.0.master.20190517.pre.0.3ab5ddfe)
unf_ext (0.0.8.2)
vpsadmin-client (3.0.0.master.20221118.pre.1.ac358990)
curses
em-http-request (~> 1.1.3)
eventmachine (~> 1.0.3)
haveapi-client (~> 0.13.0)
haveapi-client (~> 0.16.1)
json
vpsfree-client (0.11.0)
vpsadmin-client (= 3.0.0.master.20190517.pre.0.3ab5ddfe)
zeitwerk (2.3.0)
vpsfree-client (0.17.1)
vpsadmin-client (= 3.0.0.master.20221118.pre.1.ac358990)
PLATFORMS
ruby
DEPENDENCIES
vpsfree-client
vpsfree-client (= 0.17.1)
BUNDLED WITH
2.1.4
2.4.13

View File

@ -10,7 +10,7 @@ bundlerApp {
meta = with lib; {
description = "Ruby API and CLI for the vpsFree.cz API";
homepage = "https://github.com/vpsfreecz/vpsfree-client";
maintainers = with maintainers; [ zimbatm ];
maintainers = with maintainers; [ aither64 zimbatm ];
license = licenses.gpl3;
platforms = platforms.unix;
};

View File

@ -1,55 +1,34 @@
{
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1md98dkbirc8mq5nbz1vqq3hwqjiv7b54q7180w8wyxgd4k1awwb";
sha256 = "1c7k5i6531z5il4q1jnbrv7x7zcl3bgnxp5fzl71rzigk6zn53ym";
type = "gem";
};
version = "6.0.2.2";
};
addressable = {
dependencies = ["public_suffix"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
type = "gem";
};
version = "2.7.0";
version = "7.0.5";
};
concurrent-ruby = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl";
sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
type = "gem";
};
version = "1.1.6";
};
cookiejar = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0q0kmbks9l3hl0wdq744hzy97ssq9dvlzywyqv9k9y1p3qc9va2a";
type = "gem";
};
version = "0.3.3";
version = "1.2.2";
};
curses = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hic9kq09dhh8jqjx3k1991rnqhlj3glz82w0g7ndcri52m1hgqg";
sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53";
type = "gem";
};
version = "1.3.2";
version = "1.4.4";
};
domain_name = {
dependencies = ["unf"];
@ -62,58 +41,36 @@
};
version = "0.5.20190701";
};
em-http-request = {
dependencies = ["addressable" "cookiejar" "em-socksify" "eventmachine" "http_parser.rb"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "13rxmbi0fv91n4sg300v3i9iiwd0jxv0i6xd0sp81dx3jlx7kasx";
type = "gem";
};
version = "1.1.5";
};
em-socksify = {
dependencies = ["eventmachine"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rk43ywaanfrd8180d98287xv2pxyl7llj291cwy87g1s735d5nk";
type = "gem";
};
version = "0.3.2";
};
eventmachine = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "17jr1caa3ggg696dd02g2zqzdjqj9x9q2nl7va82l36f7c5v6k4z";
type = "gem";
};
version = "1.0.9.1";
};
haveapi-client = {
dependencies = ["activesupport" "highline" "json" "require_all" "rest-client" "ruby-progressbar"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wn5zvyy3w3q74m2fsb4jwxfdbdnpyyzxdf9iklpggcdmjhb78z0";
sha256 = "0iz0k9cwva8icc040k5m9ah0cz08jg6x51h6ahdccw6azy8h93i1";
type = "gem";
};
version = "0.13.2";
version = "0.16.3";
};
highline = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y";
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
type = "gem";
};
version = "1.7.10";
version = "2.0.3";
};
http-accept = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6";
type = "gem";
};
version = "1.7.0";
};
http-cookie = {
dependencies = ["domain_name"];
@ -121,20 +78,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g";
sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
type = "gem";
};
version = "1.0.3";
};
"http_parser.rb" = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
type = "gem";
};
version = "0.6.0";
version = "1.0.5";
};
i18n = {
dependencies = ["concurrent-ruby"];
@ -142,20 +89,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0jwrd1l4mxz06iyx6053lr6hz2zy7ah2k3ranfzisvych5q19kwm";
sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx";
type = "gem";
};
version = "1.8.2";
version = "1.14.1";
};
json = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nrmw2r4nfxlfgprfgki3hjifgrcrs3l5zvm3ca3gb4743yr25mn";
sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
type = "gem";
};
version = "2.3.0";
version = "2.6.3";
};
mime-types = {
dependencies = ["mime-types-data"];
@ -163,30 +110,30 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zj12l9qk62anvk9bjvandpa6vy4xslil15wl6wlivyf51z773vh";
sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
type = "gem";
};
version = "3.3.1";
version = "3.4.1";
};
mime-types-data = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zin0q26wc5p7zb7glpwary7ms60s676vcq987yv22jgm6hnlwlh";
sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
type = "gem";
};
version = "3.2020.0425";
version = "3.2023.0218.1";
};
minitest = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g73x65hmjph8dg1h3rkzfg7ys3ffxm35hj35grw75fixmq53qyz";
sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
type = "gem";
};
version = "5.14.0";
version = "5.18.0";
};
netrc = {
groups = ["default"];
@ -198,16 +145,6 @@
};
version = "0.11.0";
};
public_suffix = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1l1kqw75asziwmzrig8rywxswxz8l91sc3pvns02ffsqac1a3wiz";
type = "gem";
};
version = "4.0.4";
};
require_all = {
groups = ["default"];
platforms = [];
@ -219,46 +156,36 @@
version = "2.0.0";
};
rest-client = {
dependencies = ["http-cookie" "mime-types" "netrc"];
dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hzcs2r7b5bjkf2x2z3n8z6082maz0j8vqjiciwgg3hzb63f958j";
sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im";
type = "gem";
};
version = "2.0.2";
version = "2.1.0";
};
ruby-progressbar = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hynaavnqzld17qdx9r7hfw00y16ybldwq730zrqfszjwgi59ivi";
sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
type = "gem";
};
version = "1.7.5";
};
thread_safe = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
type = "gem";
};
version = "0.3.6";
version = "1.11.0";
};
tzinfo = {
dependencies = ["thread_safe"];
dependencies = ["concurrent-ruby"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1i3jh086w1kbdj3k5l60lc3nwbanmzdf8yjj3mlrx9b2gjjxhi9r";
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
type = "gem";
};
version = "1.2.7";
version = "2.0.6";
};
unf = {
dependencies = ["unf_ext"];
@ -276,21 +203,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wc47r23h063l8ysws8sy24gzh74mks81cak3lkzlrw4qkqb3sg4";
sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
type = "gem";
};
version = "0.0.7.7";
version = "0.0.8.2";
};
vpsadmin-client = {
dependencies = ["curses" "em-http-request" "eventmachine" "haveapi-client" "json"];
dependencies = ["curses" "haveapi-client" "json"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ki3204pkg3f9wk9plbq5n9lrnsmc364smfxyrbq32gi8ag2y2s8";
sha256 = "1rqxvfmcbpi8wcmgwdl34il3a4gg3q3zy8pyyj0kk0v8lly0wb6d";
type = "gem";
};
version = "3.0.0.master.20190517.pre.0.3ab5ddfe";
version = "3.0.0.master.20221118.pre.1.ac358990";
};
vpsfree-client = {
dependencies = ["vpsadmin-client"];
@ -298,19 +225,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0cs2ibl9kl39hnpzyhyczaqv4i58pn106vx2m6lds9p3av5mcbxs";
sha256 = "0a4fmimzrysjcnvw2jz7f5hdslmy2aaipcgiisjkhqazw6nlbd8w";
type = "gem";
};
version = "0.11.0";
};
zeitwerk = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1akpm3pwvyiack2zk6giv9yn3cqb8pw6g40p4394pdc3xmy3s4k0";
type = "gem";
};
version = "2.3.0";
version = "0.17.1";
};
}

View File

@ -1707,6 +1707,8 @@ with pkgs;
pferd = callPackage ../tools/misc/pferd { };
polygon-cli = callPackage ../tools/networking/polygon-cli { };
proycon-wayout = callPackage ../tools/wayland/proycon-wayout { };
q = callPackage ../tools/networking/q { };
@ -4122,6 +4124,8 @@ with pkgs;
btrfs-snap = callPackage ../tools/filesystems/btrfs-snap { };
ssdfs-utils = callPackage ../tools/filesystems/ssdfs-utils { };
btlejack = python3Packages.callPackage ../applications/radio/btlejack { };
btrbk = callPackage ../tools/backup/btrbk { };
@ -6561,6 +6565,8 @@ with pkgs;
agebox = callPackage ../tools/security/agebox { };
age-plugin-tpm = callPackage ../tools/security/age-plugin-tpm { };
age-plugin-yubikey = darwin.apple_sdk_11_0.callPackage ../tools/security/age-plugin-yubikey {
inherit (darwin.apple_sdk_11_0.frameworks) Foundation PCSC IOKit;
};
@ -9723,6 +9729,8 @@ with pkgs;
leatherman = callPackage ../development/libraries/leatherman { };
lact = callPackage ../tools/system/lact { };
ledit = callPackage ../tools/misc/ledit {
inherit (ocaml-ng.ocamlPackages_4_12) ocaml camlp5;
};
@ -10443,6 +10451,8 @@ with pkgs;
inherit (callPackage ../servers/web-apps/netbox { })
netbox_3_3 netbox;
netbox2netshot = callPackage ../tools/admin/netbox2netshot { };
netcat = libressl.nc;
netcat-gnu = callPackage ../tools/networking/netcat { };
@ -17802,6 +17812,8 @@ with pkgs;
verible = callPackage ../development/tools/language-servers/verible { };
vscode-langservers-extracted = callPackage ../development/tools/language-servers/vscode-langservers-extracted { };
zls = callPackage ../development/tools/language-servers/zls {
zig = buildPackages.zig_0_10;
};
@ -20654,7 +20666,7 @@ with pkgs;
gecode_6 = qt5.callPackage ../development/libraries/gecode { };
gecode = gecode_6;
geph = callPackages ../applications/networking/geph { };
geph = recurseIntoAttrs (callPackages ../applications/networking/geph { });
gephi = callPackage ../applications/science/misc/gephi { };
@ -32035,6 +32047,8 @@ with pkgs;
keyfinder-cli = callPackage ../applications/audio/keyfinder-cli { };
kfilt = callPackage ../applications/networking/cluster/kfilt { };
kgraphviewer = libsForQt5.callPackage ../applications/graphics/kgraphviewer { };
khal = callPackage ../applications/misc/khal { };
@ -35424,7 +35438,7 @@ with pkgs;
wgnord = callPackage ../applications/networking/wgnord/default.nix { };
whalebird = callPackage ../applications/misc/whalebird {
electron = electron_19;
electron = electron_21;
};
windowlab = callPackage ../applications/window-managers/windowlab { };
@ -37150,6 +37164,8 @@ with pkgs;
r2mod_cli = callPackage ../games/r2mod_cli { };
r2modman = callPackage ../games/r2modman { };
racer = callPackage ../games/racer { };
randtype = callPackage ../games/randtype { };

View File

@ -160,6 +160,21 @@ with self; {
};
};
AlgorithmBackoff = buildPerlPackage {
pname = "Algorithm-Backoff";
version = "0.009";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/Algorithm-Backoff-0.009.tar.gz";
sha256 = "9f0ffcdf1e65a88022d6412f46ad977ede5a7b64be663009d13948fe8c9d180b";
};
buildInputs = [ TestException TestNumberDelta ];
meta = {
homepage = "https://metacpan.org/release/Algorithm-Backoff";
description = "Various backoff strategies for retry";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
AlgorithmC3 = buildPerlPackage {
pname = "Algorithm-C3";
version = "0.11";