Merge master into staging-next
This commit is contained in:
@@ -24531,6 +24531,12 @@
|
||||
githubId = 77039267;
|
||||
name = "Vito Secona";
|
||||
};
|
||||
sectore = {
|
||||
email = "sectore@gmail.com";
|
||||
github = "sectore";
|
||||
githubId = 47693;
|
||||
name = "Jens Krause";
|
||||
};
|
||||
sedlund = {
|
||||
email = "scott+nixpkgs@teraton.com";
|
||||
github = "sedlund";
|
||||
|
||||
@@ -299,6 +299,7 @@ with lib.maintainers;
|
||||
];
|
||||
scope = "Maintain GCC (GNU Compiler Collection) compilers";
|
||||
shortName = "GCC";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
geospatial = {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
callPackage,
|
||||
fetchFromGitHub,
|
||||
apple-sdk_14,
|
||||
ncurses,
|
||||
@@ -24,6 +25,9 @@ let
|
||||
ruby = ruby_3_4;
|
||||
in
|
||||
|
||||
let
|
||||
common = callPackage ./common.nix { inherit stdenv; };
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "macvim";
|
||||
|
||||
@@ -182,7 +186,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
# macvim obj-c log macro triggers -Wformat-security (seems like a bug? it's a string literal!)
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = common.hardeningDisable ++ [ "format" ];
|
||||
# os_log also enables -Werror,-Wformat by default
|
||||
env.NIX_CFLAGS_COMPILE = "-DOS_LOG_FORMAT_WARNINGS";
|
||||
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
}:
|
||||
mkLibretroCore {
|
||||
core = "nxengine";
|
||||
version = "0-unstable-2026-03-31";
|
||||
version = "0-unstable-2026-04-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "nxengine-libretro";
|
||||
rev = "990bdaacd6ed9db735ea625c948252d0b8a2100a";
|
||||
hash = "sha256-41f2iHQi3gwla1gM2/rFvzTKhSIrJqYLZN+5f9Ylu7A=";
|
||||
rev = "a1c45fd4d045333f4ea523e556469b545be82b0a";
|
||||
hash = "sha256-v7mUr4GeNc/bOe4gQvtPns4/uLA+r7UFGavDdtBNj6E=";
|
||||
};
|
||||
|
||||
makefile = "Makefile";
|
||||
|
||||
@@ -932,11 +932,11 @@
|
||||
"vendorHash": "sha256-cvnxSUCiu6S5lkT9VAyn9K6lmridRb0WZyrrvMv+B48="
|
||||
},
|
||||
"namecheap_namecheap": {
|
||||
"hash": "sha256-fHH9sHI1mqQ9q9nX9DHJ0qfEfmDB4/2uzyVvUuIAF18=",
|
||||
"hash": "sha256-eV2K3KHTEXEEt1WXwfYfNMK+gLUY0EoHFQg9kLdAI3s=",
|
||||
"homepage": "https://registry.terraform.io/providers/namecheap/namecheap",
|
||||
"owner": "namecheap",
|
||||
"repo": "terraform-provider-namecheap",
|
||||
"rev": "v2.2.0",
|
||||
"rev": "v2.3.2",
|
||||
"spdx": "Apache-2.0",
|
||||
"vendorHash": null
|
||||
},
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "audion";
|
||||
version = "0.2.1";
|
||||
version = "0.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "audiusGmbH";
|
||||
repo = "audion";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-NtAzh7n5bJXMt73L+FJU3vuNoNgga3wYXdZ2TY8AjIA=";
|
||||
hash = "sha256-r/ZJ9c2PEl8/AhMlsQaHkVQ9uv5R/qEW66rLSJRGxQk=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-kIrbHt6aAUgdF4Jx/aUOYpiBj1+pyFLCVak6R+JN2Ug=";
|
||||
cargoHash = "sha256-f+O/McbMnufNERpZgb8K2CiTeTPXqnX+kJd57zQu474=";
|
||||
|
||||
meta = {
|
||||
description = "Ping the host continuously and write results to a file";
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "fcitx5-pinyin-moegirl";
|
||||
version = "20260315";
|
||||
version = "20260412";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/outloudvi/mw2fcitx/releases/download/${finalAttrs.version}/moegirl.dict";
|
||||
hash = "sha256-YnN1ArHyikV0kADquH2kwpk7cpiXKcL6YwUxVJXlQKM=";
|
||||
hash = "sha256-YsdZU56dB0o1pV7SJG1/SMhShMoZmiSJ53jSsbph9gk=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
@@ -31,13 +31,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "homepage-dashboard";
|
||||
version = "1.12.1";
|
||||
version = "1.12.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gethomepage";
|
||||
repo = "homepage";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+ssT+eV/w9mzY2QTbna/RKYLVkeRREt318sc/bVgW1k=";
|
||||
hash = "sha256-/8JAFYi7CSRvxEvqb36TTTWUbcaIht++OgKV1rSBcmg=";
|
||||
};
|
||||
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
;
|
||||
pnpm = pnpm_10;
|
||||
fetcherVersion = 3;
|
||||
hash = "sha256-deKVLAmgQEld59PpuaWse+laPoe4L9Ck1IjmgiP26bg=";
|
||||
hash = "sha256-suevJNExlktuuCXRYEi8603qrxeEPLYaYp9MO2hnLEk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "json-fortran";
|
||||
version = "9.3.0";
|
||||
version = "9.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jacobwilliams";
|
||||
repo = "json-fortran";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-shSMIiA2laNxqRmnsBBOgJDhWdXr/ULEWVkugHCEs+0=";
|
||||
hash = "sha256-anPasaS4Kq8r6P7EgrQ3auwvSylq/a/ZO1XhYw6zAU4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "meilisearch";
|
||||
version = "1.41.0";
|
||||
version = "1.42.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "meilisearch";
|
||||
repo = "meilisearch";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-UbrRrtzTf6YWrU21wm1j8wMpPWBHon1JsXh+4LdawIs=";
|
||||
hash = "sha256-V9uVOpNUvzn9767XkrjMQenknNlZwUde+eVtiXqEwks=";
|
||||
};
|
||||
|
||||
cargoBuildFlags = [ "--package=meilisearch" ];
|
||||
|
||||
cargoHash = "sha256-o7JXbnA+fYiJRaOyJLoEPNaJKEB5zVPhXt2h1fblxNk=";
|
||||
cargoHash = "sha256-t6rK9uYO0OCipCR4udTpTVieR+Rw8Akp+8z8btvLlXc=";
|
||||
|
||||
# Default features include mini dashboard which downloads something from the internet.
|
||||
buildNoDefaultFeatures = true;
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
|
||||
let
|
||||
pname = "mochi";
|
||||
version = "1.21.4";
|
||||
version = "1.21.5";
|
||||
|
||||
linux = appimageTools.wrapType2 rec {
|
||||
inherit pname version meta;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.mochi.cards/releases/Mochi-${version}.AppImage";
|
||||
hash = "sha256-0X2I2/WcAWCvGO2djUnh0d5dgETAy9KY60Z92WaNrkc=";
|
||||
hash = "sha256-meYKgxJA4VOE4B6gizJ4F+utld/OJ1MCzwSOjfeorqE=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||
@@ -44,9 +44,9 @@ let
|
||||
url = "https://download.mochi.cards/releases/Mochi-${version}${lib.optionalString stdenv.hostPlatform.isAarch64 "-arm64"}.dmg";
|
||||
hash =
|
||||
if stdenv.hostPlatform.isAarch64 then
|
||||
"sha256-/AwBELYzaBBJWs+/RIn1OmG4xaxrT47pa0aJZDP7zRw="
|
||||
"sha256-+nQsR0CWG8pCq+zV2jMiej+7L4RqPeSKESAECK/JIoM="
|
||||
else
|
||||
"sha256-JixRl3hw117Hg/Xuje8djZYTu8xVwlz7LXvifIKbwWY=";
|
||||
"sha256-mOUrMIZSLPhxUe3lNLfDXtoo1dNX5fpQr8cHZ1MI/C8=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "nuclei-templates";
|
||||
version = "10.4.1";
|
||||
version = "10.4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "nuclei-templates";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-JHnHntfa1CPj3v0mlu7cLsOhmw+eFcd13jWU9E17mRY=";
|
||||
hash = "sha256-wek6YwS9vhHefvIGfI6a4ErGhFPMTtbiIBIRnZMfnR0=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
@@ -24,16 +24,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# NOTE: when updating this to a new non-patch version, please also try to
|
||||
# update the plugins. Plugins only work if they are compiled for the same
|
||||
# major/minor version.
|
||||
version = "0.112.1";
|
||||
version = "0.112.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = "nushell";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-y0EfP95XEVvse0xaSWK5Yr748tTVYRG7Bx+Qf5JrlYY=";
|
||||
hash = "sha256-wc7mfbwkJO5gq9mwsiTVx74+btqU6Ox8tPhnXkfmXRU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Y/yaWj2akccehFVxrGHrsjzZd02L8qE9KoSSwzAeEwg=";
|
||||
cargoHash = "sha256-KBDgICbdYcqgMLtUXWQsMPe1fO7zT4NcavAyS2i0cDc=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@@ -75,6 +75,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"plugins::stress_internals::test_local_socket"
|
||||
|
||||
# Error: × I/O error: Operation not permitted (os error 1)
|
||||
"shell::environment::env::env_shlvl_in_exec_repl"
|
||||
"shell::environment::env::env_shlvl_in_repl"
|
||||
"shell::environment::env::path_is_a_list_in_repl"
|
||||
];
|
||||
|
||||
|
||||
@@ -6,27 +6,26 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "paperless-asn-qr-codes";
|
||||
version = "0.2.0";
|
||||
version = "0.5.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "entropia";
|
||||
repo = "paperless-asn-qr-codes";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-/xCU6xDrmhkua4Iw/BCzhOuqO5GT/0rTJ+Y59wuMz6E=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-mCymgzKjLMrwb1AjkfFf1EHTkW1G0y+R3ZbG/6Xd978=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "\"argparse\"," ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
python3.pkgs.hatch-vcs
|
||||
python3.pkgs.hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
pythonRelaxDeps = [
|
||||
"reportlab"
|
||||
];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
reportlab
|
||||
reportlab-qrcode
|
||||
];
|
||||
@@ -34,6 +33,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pythonImportsCheck = [ "paperless_asn_qr_codes" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://codeberg.org/entropia/paperless-asn-qr-codes/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Command line utility for generating ASN labels for paperless with both a human-readable representation, as well as a QR code for machine consumption";
|
||||
homepage = "https://github.com/entropia/paperless-asn-qr-codes";
|
||||
license = lib.licenses.gpl3Only;
|
||||
|
||||
Generated
+62
-62
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1d70d0a6cff311c1b53f2831858483a2",
|
||||
"content-hash": "cdc8f0d9270195c2064d3a561594216c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "fidry/cpu-core-counter",
|
||||
@@ -365,16 +365,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "14.0.0",
|
||||
"version": "14.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "24f1d7300e54e910197ee65e83d27a1e4bdc917e"
|
||||
"reference": "c9023486f88a48dd870361591bd7caef6d2406c3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/24f1d7300e54e910197ee65e83d27a1e4bdc917e",
|
||||
"reference": "24f1d7300e54e910197ee65e83d27a1e4bdc917e",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c9023486f88a48dd870361591bd7caef6d2406c3",
|
||||
"reference": "c9023486f88a48dd870361591bd7caef6d2406c3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -385,7 +385,7 @@
|
||||
"php": ">=8.4",
|
||||
"phpunit/php-text-template": "^6.0",
|
||||
"sebastian/complexity": "^6.0",
|
||||
"sebastian/environment": "^9.1",
|
||||
"sebastian/environment": "^9.2",
|
||||
"sebastian/git-state": "^1.0",
|
||||
"sebastian/lines-of-code": "^5.0",
|
||||
"sebastian/version": "^7.0",
|
||||
@@ -401,7 +401,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "14.0.x-dev"
|
||||
"dev-main": "14.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -430,7 +430,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.0.0"
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -450,7 +450,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-03T05:11:05+00:00"
|
||||
"time": "2026-04-15T08:27:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@@ -747,16 +747,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "13.1.1",
|
||||
"version": "13.1.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "bf114c99266501d45acc00ad96d5606f3f7ad99c"
|
||||
"reference": "89adcba73441b38db31d5c0473b61e2907311db0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bf114c99266501d45acc00ad96d5606f3f7ad99c",
|
||||
"reference": "bf114c99266501d45acc00ad96d5606f3f7ad99c",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89adcba73441b38db31d5c0473b61e2907311db0",
|
||||
"reference": "89adcba73441b38db31d5c0473b61e2907311db0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -770,16 +770,16 @@
|
||||
"phar-io/manifest": "^2.0.4",
|
||||
"phar-io/version": "^3.2.1",
|
||||
"php": ">=8.4.1",
|
||||
"phpunit/php-code-coverage": "^14.0",
|
||||
"phpunit/php-code-coverage": "^14.1.2",
|
||||
"phpunit/php-file-iterator": "^7.0.0",
|
||||
"phpunit/php-invoker": "^7.0.0",
|
||||
"phpunit/php-text-template": "^6.0.0",
|
||||
"phpunit/php-timer": "^9.0.0",
|
||||
"sebastian/cli-parser": "^5.0.0",
|
||||
"sebastian/comparator": "^8.1.0",
|
||||
"sebastian/comparator": "^8.1.2",
|
||||
"sebastian/diff": "^8.1.0",
|
||||
"sebastian/environment": "^9.2.0",
|
||||
"sebastian/exporter": "^8.0.0",
|
||||
"sebastian/environment": "^9.3.0",
|
||||
"sebastian/exporter": "^8.0.2",
|
||||
"sebastian/git-state": "^1.0",
|
||||
"sebastian/global-state": "^9.0.0",
|
||||
"sebastian/object-enumerator": "^8.0.0",
|
||||
@@ -826,7 +826,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.1"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -834,7 +834,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-08T03:07:38+00:00"
|
||||
"time": "2026-04-16T04:58:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
@@ -960,16 +960,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sebastian/comparator",
|
||||
"version": "8.1.1",
|
||||
"version": "8.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||||
"reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e"
|
||||
"reference": "b3d09f4360ad97dcad8f82d1c047ad16ff38b7e1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
|
||||
"reference": "44b063d0a64da0e8ea74fb6464d8de2b1429ab7e",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b3d09f4360ad97dcad8f82d1c047ad16ff38b7e1",
|
||||
"reference": "b3d09f4360ad97dcad8f82d1c047ad16ff38b7e1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1028,7 +1028,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
||||
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/comparator/tree/8.1.1"
|
||||
"source": "https://github.com/sebastianbergmann/comparator/tree/8.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1048,7 +1048,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-08T04:47:31+00:00"
|
||||
"time": "2026-04-14T08:24:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/complexity",
|
||||
@@ -1201,16 +1201,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sebastian/environment",
|
||||
"version": "9.2.0",
|
||||
"version": "9.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||
"reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a"
|
||||
"reference": "6767059a30e4277ac95ee034809e793528464768"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c0964f624fcac84e318fc9ef0193cbb9809a331a",
|
||||
"reference": "c0964f624fcac84e318fc9ef0193cbb9809a331a",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6767059a30e4277ac95ee034809e793528464768",
|
||||
"reference": "6767059a30e4277ac95ee034809e793528464768",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1225,7 +1225,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "9.2-dev"
|
||||
"dev-main": "9.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -1253,7 +1253,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
||||
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/environment/tree/9.2.0"
|
||||
"source": "https://github.com/sebastianbergmann/environment/tree/9.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1273,20 +1273,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-05T07:07:20+00:00"
|
||||
"time": "2026-04-15T12:14:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/exporter",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||||
"reference": "dc31f1f8e0186c8f0bb3e48fd4d51421d8905fea"
|
||||
"reference": "9cee180ebe62259e3ed48df2212d1fc8cfd971bb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dc31f1f8e0186c8f0bb3e48fd4d51421d8905fea",
|
||||
"reference": "dc31f1f8e0186c8f0bb3e48fd4d51421d8905fea",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/9cee180ebe62259e3ed48df2212d1fc8cfd971bb",
|
||||
"reference": "9cee180ebe62259e3ed48df2212d1fc8cfd971bb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1343,7 +1343,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
||||
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/exporter/tree/8.0.0"
|
||||
"source": "https://github.com/sebastianbergmann/exporter/tree/8.0.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1363,7 +1363,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-02-06T04:44:28+00:00"
|
||||
"time": "2026-04-15T12:38:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/git-state",
|
||||
@@ -2138,16 +2138,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.36.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||||
"reference": "141046a8f9477948ff284fa65be2095baafb94f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
|
||||
"reference": "141046a8f9477948ff284fa65be2095baafb94f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2197,7 +2197,7 @@
|
||||
"portable"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -2217,20 +2217,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-09T11:45:10+00:00"
|
||||
"time": "2026-04-10T16:19:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-grapheme",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.36.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||||
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
|
||||
"reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||||
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
|
||||
"reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2279,7 +2279,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.36.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -2299,11 +2299,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-06-27T09:58:17+00:00"
|
||||
"time": "2026-04-10T16:19:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-normalizer",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.36.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||||
@@ -2364,7 +2364,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.36.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -2388,16 +2388,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.36.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
||||
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||||
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
||||
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2449,7 +2449,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -2469,7 +2469,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-23T08:48:59+00:00"
|
||||
"time": "2026-04-10T17:25:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
@@ -2966,11 +2966,11 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "2.1.46",
|
||||
"version": "2.1.48",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
|
||||
"reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/231397213efb7c0a066ee024b5c3c87f2d3adfa0",
|
||||
"reference": "231397213efb7c0a066ee024b5c3c87f2d3adfa0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3015,7 +3015,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-04-01T09:25:14+00:00"
|
||||
"time": "2026-04-15T20:24:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
(php.withExtensions ({ enabled, all }: enabled ++ [ all.pcov ])).buildComposerProject2
|
||||
(finalAttrs: {
|
||||
pname = "paratest";
|
||||
version = "7.22.2";
|
||||
version = "7.22.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paratestphp";
|
||||
repo = "paratest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-3QgWB9iyUasRCX8RD8rQ48Te7v61e9YDqyznXo6zz+U=";
|
||||
hash = "sha256-ad3/r7ndYVl1yTZoBoBMDLI7a/FbxLugENqXH1NBDRw=";
|
||||
};
|
||||
|
||||
composerLock = ./composer.lock;
|
||||
vendorHash = "sha256-7fbi0KPT+KXO9vlMIb79QKIg5JRFOcuUYtf6jJ/yqBo=";
|
||||
vendorHash = "sha256-o4AwINmX1lnJQmPgaQj0o++fHi0FyNNBavi1O80wfso=";
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
|
||||
@@ -10,16 +10,16 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "qovery-cli";
|
||||
version = "1.57.5";
|
||||
version = "1.157.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Qovery";
|
||||
repo = "qovery-cli";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-kdBy083GZ5fDHsiNHsa6J9rjnA5kf3VeyREi5mW0Ov8=";
|
||||
hash = "sha256-zkTiGo8QtcE4TrmYpuXBzq/b9IJQ4e3T3h11NbuFRM0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-i0QWcRF8PKDQmZMzI0mHWY6pDbnjAOoXKxg9onavTjw=";
|
||||
vendorHash = "sha256-kENqEnk5RxN8kJ/dnXtG6ypnb8CPcOsHKid1z6uuKAc=";
|
||||
|
||||
env.CGO_ENABLED = 0;
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
mkdir -p $out/bin
|
||||
ln -s $out/lib/soh.elf $out/bin/soh
|
||||
install -Dm644 ../soh/macosx/sohIcon.png $out/share/icons/hicolor/1024x1024/apps/soh.png
|
||||
install -Dm644 ../soh/macosx/sohIcon.png $out/share/icons/soh.png
|
||||
''
|
||||
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
# Recreate the macOS bundle (without using cpack)
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "snapraid";
|
||||
version = "13.0";
|
||||
version = "14.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "amadvance";
|
||||
repo = "snapraid";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-IoK37ZXlMRLDPjzsLUqcfcu4asdstFJYgHc2wAg9lno=";
|
||||
hash = "sha256-IX1vvARLCJf/iK0TpE2d5cCdRWP2ou/n2gST/tp+fqs=";
|
||||
};
|
||||
|
||||
env.VERSION = finalAttrs.version;
|
||||
|
||||
@@ -34,8 +34,8 @@ buildNpmPackage (finalAttrs: {
|
||||
env.ELECTRON_SKIP_BINARY_DOWNLOAD = 1;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/icons/hicolor/1024x1024
|
||||
cp -a build/icon.png $out/share/icons/hicolor/1024x1024/solidtime-desktop.png
|
||||
mkdir -p $out/share/icons
|
||||
cp -a build/icon.png $out/share/icons/solidtime-desktop.png
|
||||
cp -a . $out/share/solidtime-desktop
|
||||
|
||||
makeWrapper ${lib.getExe electron} $out/bin/solidtime-desktop \
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
mkdir -p $out/share/applications
|
||||
cp "${desktopItem}/share/applications/"* "$out/share/applications"
|
||||
install -Dm644 meta/gui/icon.png $out/share/icons/hicolor/1024x1024/termius-app.png
|
||||
install -Dm644 meta/gui/icon.png $out/share/icons/termius-app.png
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
@@ -14,16 +14,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "timr-tui";
|
||||
version = "1.6.1";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sectore";
|
||||
repo = "timr-tui";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-s2FnMwDq4tYBaWaT9y1GLbVGFs7zSnOmjcF5leO12JE=";
|
||||
hash = "sha256-kxXAH8IUe1LOoS8ch9OL6sS0oeviSN6H7hBJ6ZY+oQw=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-9yd348QGjFxt+QmEBuYzd612mFm/PyETrZy4z5wW+nI=";
|
||||
cargoHash = "sha256-zNbXxT0Z1TtqitD4P7m8TgEvg8C0AOslrVNKD/Nd9cQ=";
|
||||
|
||||
# Enable upstream "sound" feature when requested
|
||||
buildFeatures = lib.optionals enableSound [ "sound" ];
|
||||
@@ -55,12 +55,15 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "TUI to organize your time: Pomodoro, Countdown, Timer";
|
||||
description = "TUI to organize your time: Pomodoro, Countdown, Timer, Event";
|
||||
homepage = "https://github.com/sectore/timr-tui";
|
||||
changelog = "https://github.com/sectore/timr-tui/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "timr-tui";
|
||||
maintainers = [ lib.maintainers.flokkq ];
|
||||
maintainers = with lib.maintainers; [
|
||||
flokkq
|
||||
sectore
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
nix-update-script,
|
||||
}:
|
||||
let
|
||||
version = "2.17.2";
|
||||
version = "2.17.3";
|
||||
in
|
||||
buildGoLatestModule {
|
||||
pname = "wakapi";
|
||||
@@ -16,10 +16,10 @@ buildGoLatestModule {
|
||||
owner = "muety";
|
||||
repo = "wakapi";
|
||||
tag = version;
|
||||
hash = "sha256-UK6m8d+Yf5JQgDV/TdPpQ9TL2Y4aG4tR/WOP11IFzfg=";
|
||||
hash = "sha256-kbh9YoD5Z4YoYsRCKxL7meHtjsfAKRXXKYvdVCrym/k=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-oXHTb7DLwWa/qOMSn3EhMTnDeUm1bIVGvuJzcxkiPF0=";
|
||||
vendorHash = "sha256-jD8A28dgJs9CLB4Md8y8D9m1/BobzjIa4VoetYqU+y4=";
|
||||
|
||||
# Not a go module required by the project, contains development utilities
|
||||
excludedPackages = [ "scripts" ];
|
||||
@@ -40,8 +40,14 @@ buildGoLatestModule {
|
||||
skippedTests = [
|
||||
# Skip tests that require network access
|
||||
"TestLoginHandlerTestSuite"
|
||||
"Test_Load_OidcProviders"
|
||||
"TestLoadOidcProviders"
|
||||
"TestUser_MinDataAge"
|
||||
"TestPublicNetUrl"
|
||||
"TestConfigTestSuite"
|
||||
"TestWakatimeRelayMiddlewareTestSuite"
|
||||
"TestServeHTTP_SkipNonPost"
|
||||
"TestWakatimeUtils"
|
||||
"TestWakatimeImporterTestSuite/TestCheckUrl"
|
||||
];
|
||||
in
|
||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
genericBuilder:
|
||||
|
||||
genericBuilder {
|
||||
version = "29.0-rc2";
|
||||
hash = "sha256-UyXOfDWuA0HSF81+kS7IAignI14Gjuo8yAVGqABQgHg=";
|
||||
version = "29.0-rc3";
|
||||
hash = "sha256-lDuxydEG+BKXXvrTE4uaye5cxjJayRw/SCu+fKggpdM=";
|
||||
}
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iamdata";
|
||||
version = "0.1.202604141";
|
||||
version = "0.1.202604161";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloud-copilot";
|
||||
repo = "iam-data-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-0eCvRqYAiG0+zlJy37Z/28JhzsIyWGhLLSs6Xj8wWfQ=";
|
||||
hash = "sha256-jjXqCJG8ZYBqEdLlJbpGozkPLJm564K2lnJyqe5eSas=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
@@ -11,19 +11,19 @@
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "microsoft-kiota-serialization-json";
|
||||
version = "1.9.10";
|
||||
version = "1.10.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "kiota-python";
|
||||
tag = "microsoft-kiota-serialization-json-v${version}";
|
||||
hash = "sha256-J9OLxZ3vQpChhfwjXzrGF691zco/bKv51FG20VFieN0=";
|
||||
tag = "microsoft-kiota-serialization-json-v${finalAttrs.version}";
|
||||
hash = "sha256-KBCjVNZDPMh0wxWm8UVLsrfl2AYp3rKMjAT5c8F7+64=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/packages/serialization/json/";
|
||||
sourceRoot = "${finalAttrs.src.name}/packages/serialization/json/";
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
@@ -47,8 +47,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "JSON serialization implementation for Kiota clients in Python";
|
||||
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/json";
|
||||
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-json-${src.tag}";
|
||||
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-json-${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "osc-lib";
|
||||
version = "4.4.0";
|
||||
version = "4.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openstack";
|
||||
repo = "osc-lib";
|
||||
tag = version;
|
||||
hash = "sha256-Z6qzyT6tmQP2Y4q+hqvna7nRJmmLxEL6XKGrTJu9Ymw=";
|
||||
hash = "sha256-HYRm3GdgGUZqi7sqe2wmni2t0t7Ox3qJAukGABKPoyY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
@@ -73,10 +73,10 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ray";
|
||||
version = "2.54.1";
|
||||
version = "2.55.0";
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonAtLeast "3.14";
|
||||
disabled = pythonAtLeast "3.15";
|
||||
|
||||
src =
|
||||
let
|
||||
@@ -90,19 +90,22 @@ buildPythonPackage (finalAttrs: {
|
||||
# Results are in ./ray-hashes.nix
|
||||
hashes = {
|
||||
x86_64-linux = {
|
||||
cp311 = "sha256-4JXf6cUhoE5ZMFILSoLqgtYZA9TNLzJw+8XfvbQbnHI=";
|
||||
cp312 = "sha256-TG9+I92mKjL5QIMUHD+X6cQkbjrkrivEiLzY/QMR9Uo=";
|
||||
cp313 = "sha256-DDrilDF257I5x4uCWlsr9BNdkCgAg6DhnAp1pdtNg28=";
|
||||
cp311 = "sha256-UiSRRs/c92ns/+VPWyyvJVUb9up42d2JeIwKZpynabc=";
|
||||
cp312 = "sha256-zUYL2/iopLt2iiDDixxTTYT+Y7wOXzWAxcDvcwK5hrM=";
|
||||
cp313 = "sha256-8W3qMuXMWO1AbA7w3UvmnWDOd6B17bXwOANWpIv4WrM=";
|
||||
cp314 = "sha256-6wpheWQbxCCmbuhcybOC5Y8i7/vTYpfjaDp5PlzcCJg=";
|
||||
};
|
||||
aarch64-linux = {
|
||||
cp311 = "sha256-hsUer9PoTa1Zwe9M+Xs6yMCIrwcFeC7pFeMbyliAWXo=";
|
||||
cp312 = "sha256-zUUrYa4uDa+ScfWlVGFDl0KcwnMWgbrhD+cjFtrcJ0k=";
|
||||
cp313 = "sha256-J2bwIwgGSAw4qalFAgh/HUrqkZ84UhooeBaQYTsCkKQ=";
|
||||
cp311 = "sha256-sf1zQnCT0a7x+3vTxUMKTmhtXhD6BAiXVxY6TCpRfes=";
|
||||
cp312 = "sha256-t39AYHKsDOkEMaxDaCjzZMGDq1e6FcOg5oinSuPC0/M=";
|
||||
cp313 = "sha256-zu6HqIRgKqs02xCUFeaDmm6RafR1DKtye36hYQ31uR8=";
|
||||
cp314 = "sha256-t0OQ8gHyjwXI8lAGnf7VTW1qAQn/5IJCXXbBG+gg4wk=";
|
||||
};
|
||||
aarch64-darwin = {
|
||||
cp311 = "sha256-wCQElq8nSvfNOxsdAV8juI5f2v5Zv9wEDl8ingr/Xf8=";
|
||||
cp312 = "sha256-ZF6/tzz9Mr1RCgXtnyc4oY1ttpkpyulwHXSfJ0Db/Zo=";
|
||||
cp313 = "sha256-0F9HfRUYoA/ViAZE6Imno+r2SuXR+PI5poLQUq0qOD0=";
|
||||
cp311 = "sha256-JCbpxFE8tIQr+vcKrt9LntwwL7Ad5cGQb2i5tCegwkM=";
|
||||
cp312 = "sha256-bwuN+jcWzJvl/OO1Ppv9tzzqNgJb/m8dJ5KND4TP1pU=";
|
||||
cp313 = "sha256-Hai4dVtuT94D23i2ziu87Pz70g05uTgz0kbFFdru3zw=";
|
||||
cp314 = "sha256-1IvEUzs7dtWe0/nqsea3MipTp83vuPZX2bRu661W2+4=";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
@@ -21,7 +21,7 @@ prefetch() {
|
||||
|
||||
for system in "x86_64-linux" "aarch64-linux" "aarch64-darwin"; do
|
||||
echo "${system} = {" >>$outfile
|
||||
for python_version in "311" "312" "313"; do
|
||||
for python_version in "311" "312" "313" "314"; do
|
||||
prefetch "$python_version" "$system"
|
||||
done
|
||||
echo "};" >>$outfile
|
||||
|
||||
@@ -32,14 +32,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "translate-toolkit";
|
||||
version = "3.19.3";
|
||||
version = "3.19.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "translate";
|
||||
repo = "translate";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-k+gCrY2r1ILeSvjdEHT3wE2LF9Qn76ENe9RRVcaHmq4=";
|
||||
hash = "sha256-NJuhkJyXfGO2iwvcHUrfMZi55t1+89RN6jEIxHk8mcs=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
@@ -136,8 +136,8 @@ lib.makeOverridable (
|
||||
export MITM_CACHE_CERT_DIR="$PWD"
|
||||
export MITM_CACHE_CA="$MITM_CACHE_CERT_DIR/ca.cer"
|
||||
popd >/dev/null
|
||||
useBwrap="''${USE_BWRAP:-${toString useBwrap}}"
|
||||
if [ -n "$useBwrap" ]; then
|
||||
useBwrap="''${USE_BWRAP:-${if useBwrap then "1" else "0"}}"
|
||||
if [[ "$useBwrap" -ne 0 ]]; then
|
||||
# bwrap isn't necessary, it's only used to prevent messy build scripts from touching ~
|
||||
bwrap \
|
||||
--unshare-all --share-net --clearenv --chdir / --setenv HOME /homeless-shelter \
|
||||
|
||||
@@ -1,17 +1,13 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
qtdeclarative,
|
||||
kcmutils,
|
||||
kdeclarative,
|
||||
prison,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "purpose";
|
||||
|
||||
extraBuildInputs = [ qtdeclarative ];
|
||||
extraPropagatedBuildInputs = [
|
||||
kcmutils
|
||||
kdeclarative
|
||||
prison
|
||||
];
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ mkKdeDerivation rec {
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version;
|
||||
src = sources.${pname};
|
||||
hash = "sha256-aGpmkuw7Y0PRFp0+0ozv5/A80O2T9lMN9SJfKfExx/o=";
|
||||
hash = "sha256-XbFbS8zNcrj8T2Av67f9JFAgheso9WW6flr3FabhL4I=";
|
||||
};
|
||||
|
||||
extraNativeBuildInputs = [
|
||||
@@ -31,7 +31,4 @@ mkKdeDerivation rec {
|
||||
corrosion
|
||||
qcoro
|
||||
];
|
||||
|
||||
# FIXME: work around Qt 6.10 cmake API changes
|
||||
cmakeFlags = [ "-DQT_FIND_PRIVATE_MODULES=1" ];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
libkcompactdisc,
|
||||
cdparanoia,
|
||||
flac,
|
||||
libogg,
|
||||
@@ -21,8 +20,6 @@ mkKdeDerivation {
|
||||
];
|
||||
|
||||
extraBuildInputs = [
|
||||
libkcompactdisc
|
||||
|
||||
cdparanoia
|
||||
flac
|
||||
libogg
|
||||
|
||||
@@ -198,7 +198,6 @@
|
||||
kwordquiz = callPackage ./kwordquiz { };
|
||||
libgravatar = callPackage ./libgravatar { };
|
||||
libkcddb = callPackage ./libkcddb { };
|
||||
libkcompactdisc = callPackage ./libkcompactdisc { };
|
||||
libkdcraw = callPackage ./libkdcraw { };
|
||||
libkdegames = callPackage ./libkdegames { };
|
||||
libkdepim = callPackage ./libkdepim { };
|
||||
@@ -232,6 +231,9 @@
|
||||
pim-data-exporter = callPackage ./pim-data-exporter { };
|
||||
pim-sieve-editor = callPackage ./pim-sieve-editor { };
|
||||
pimcommon = callPackage ./pimcommon { };
|
||||
plasma-camera = callPackage ./plasma-camera { };
|
||||
plasma-phonebook = callPackage ./plasma-phonebook { };
|
||||
plasma-settings = callPackage ./plasma-settings { };
|
||||
plasmatube = callPackage ./plasmatube { };
|
||||
poxml = callPackage ./poxml { };
|
||||
qmlkonsole = callPackage ./qmlkonsole { };
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
pkg-config,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
libei,
|
||||
libevdev,
|
||||
libfakekey,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@@ -32,6 +34,8 @@ mkKdeDerivation {
|
||||
qtmultimedia
|
||||
wayland
|
||||
wayland-protocols
|
||||
libei
|
||||
libevdev
|
||||
libfakekey
|
||||
];
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
diff --git a/samba/filepropertiesplugin/authhelper.cpp b/samba/filepropertiesplugin/authhelper.cpp
|
||||
index b45b25f..b71554f 100644
|
||||
--- a/samba/filepropertiesplugin/authhelper.cpp
|
||||
+++ b/samba/filepropertiesplugin/authhelper.cpp
|
||||
--- a/samba/filepropertiesplugin/kauth/authhelper.cpp
|
||||
+++ b/samba/filepropertiesplugin/kauth/authhelper.cpp
|
||||
@@ -50,7 +50,7 @@ ActionReply AuthHelper::isuserknown(const QVariantMap &args)
|
||||
}
|
||||
|
||||
@@ -29,8 +27,6 @@ index b45b25f..b71554f 100644
|
||||
p.setArguments({QStringLiteral("--append"), QStringLiteral("--groups"), group, user.value()});
|
||||
#else
|
||||
#error "Platform lacks group management support. Please add support."
|
||||
diff --git a/samba/filepropertiesplugin/groupmanager.cpp b/samba/filepropertiesplugin/groupmanager.cpp
|
||||
index 948f428..f25e549 100644
|
||||
--- a/samba/filepropertiesplugin/groupmanager.cpp
|
||||
+++ b/samba/filepropertiesplugin/groupmanager.cpp
|
||||
@@ -18,7 +18,7 @@ GroupManager::GroupManager(QObject *parent)
|
||||
@@ -42,8 +38,6 @@ index 948f428..f25e549 100644
|
||||
proc->setArguments({QStringLiteral("--debuglevel=0"),
|
||||
QStringLiteral("--suppress-prompt"),
|
||||
QStringLiteral("--verbose"),
|
||||
diff --git a/samba/filepropertiesplugin/usermanager.cpp b/samba/filepropertiesplugin/usermanager.cpp
|
||||
index 3be3b8c..66fd965 100644
|
||||
--- a/samba/filepropertiesplugin/usermanager.cpp
|
||||
+++ b/samba/filepropertiesplugin/usermanager.cpp
|
||||
@@ -134,7 +134,7 @@ bool UserManager::canManageSamba() const
|
||||
|
||||
@@ -19,7 +19,7 @@ mkKdeDerivation rec {
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version cargoRoot;
|
||||
src = sources.${pname};
|
||||
hash = "sha256-66FqoD3JoPbtg6zc32uaPYaTo4zHxywiN8wPI2jtcjc=";
|
||||
hash = "sha256-t62ThhOFWIqk+tgq+0ERSni2at+c1/9VHG88if6xG7A=";
|
||||
};
|
||||
|
||||
extraNativeBuildInputs = [
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
qtdeclarative,
|
||||
qgpgme,
|
||||
kirigami,
|
||||
kirigami-addons,
|
||||
qtwebengine,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@@ -17,6 +18,7 @@ mkKdeDerivation {
|
||||
|
||||
extraPropagatedBuildInputs = [
|
||||
kirigami
|
||||
kirigami-addons
|
||||
qtwebengine
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,15 +1,19 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
pkg-config,
|
||||
qtdeclarative,
|
||||
qtsvg,
|
||||
kirigami,
|
||||
fluidsynth,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "minuet";
|
||||
|
||||
extraNativeBuildInputs = [ pkg-config ];
|
||||
extraBuildInputs = [
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
kirigami
|
||||
fluidsynth
|
||||
];
|
||||
meta.mainProgram = "minuet";
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
pkg-config,
|
||||
qtmultimedia,
|
||||
qtsensors,
|
||||
exiv2,
|
||||
libcamera,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "plasma-camera";
|
||||
|
||||
extraNativeBuildInputs = [ pkg-config ];
|
||||
|
||||
extraBuildInputs = [
|
||||
qtmultimedia
|
||||
qtsensors
|
||||
|
||||
exiv2
|
||||
libcamera
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{ mkKdeDerivation }:
|
||||
mkKdeDerivation {
|
||||
pname = "plasma-phonebook";
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{ mkKdeDerivation }:
|
||||
mkKdeDerivation {
|
||||
pname = "plasma-settings";
|
||||
}
|
||||
@@ -735,7 +735,16 @@
|
||||
],
|
||||
"drawy": [
|
||||
"extra-cmake-modules",
|
||||
"kcrash"
|
||||
"kconfig",
|
||||
"kconfigwidgets",
|
||||
"kcoreaddons",
|
||||
"kcrash",
|
||||
"kdoctools",
|
||||
"ki18n",
|
||||
"kiconthemes",
|
||||
"kwidgetsaddons",
|
||||
"kxmlgui",
|
||||
"syntax-highlighting"
|
||||
],
|
||||
"drkonqi": [
|
||||
"extra-cmake-modules",
|
||||
@@ -1388,6 +1397,14 @@
|
||||
"kirigami",
|
||||
"kirigami-addons"
|
||||
],
|
||||
"karton": [
|
||||
"extra-cmake-modules",
|
||||
"kcoreaddons",
|
||||
"ki18n",
|
||||
"kiconthemes",
|
||||
"kirigami",
|
||||
"qqc2-desktop-style"
|
||||
],
|
||||
"kasts": [
|
||||
"extra-cmake-modules",
|
||||
"kcolorscheme",
|
||||
@@ -3685,10 +3702,10 @@
|
||||
"knotifications",
|
||||
"knotifyconfig",
|
||||
"kstatusnotifieritem",
|
||||
"kwallet",
|
||||
"kwidgetsaddons",
|
||||
"kwindowsystem",
|
||||
"kxmlgui"
|
||||
"kxmlgui",
|
||||
"qtkeychain"
|
||||
],
|
||||
"krdp": [
|
||||
"extra-cmake-modules",
|
||||
@@ -3988,9 +4005,6 @@
|
||||
"kwallet",
|
||||
"kwidgetsaddons"
|
||||
],
|
||||
"kst-plot": [
|
||||
"extra-cmake-modules"
|
||||
],
|
||||
"kstars": [
|
||||
"breeze-icons",
|
||||
"extra-cmake-modules",
|
||||
@@ -4177,7 +4191,6 @@
|
||||
"ktextwidgets",
|
||||
"kxmlgui",
|
||||
"libktorrent",
|
||||
"phonon",
|
||||
"syndication"
|
||||
],
|
||||
"ktouch": [
|
||||
@@ -4260,6 +4273,7 @@
|
||||
"extra-cmake-modules",
|
||||
"kcmutils",
|
||||
"kcoreaddons",
|
||||
"kcrash",
|
||||
"ki18n",
|
||||
"kservice",
|
||||
"solid"
|
||||
@@ -4401,6 +4415,7 @@
|
||||
"kxmlgui",
|
||||
"libplasma",
|
||||
"libqaccessibilityclient",
|
||||
"milou",
|
||||
"plasma-activities",
|
||||
"plasma-wayland-protocols",
|
||||
"wayland",
|
||||
@@ -4811,10 +4826,11 @@
|
||||
"kcoreaddons",
|
||||
"kcrash",
|
||||
"ki18n",
|
||||
"kiconthemes",
|
||||
"kirigami",
|
||||
"kirigami-addons",
|
||||
"kmime",
|
||||
"kxmlgui"
|
||||
"knotifications"
|
||||
],
|
||||
"massif-visualizer": [
|
||||
"extra-cmake-modules",
|
||||
@@ -4968,6 +4984,7 @@
|
||||
"mimetreeparser": [
|
||||
"extra-cmake-modules",
|
||||
"kcalendarcore",
|
||||
"kio",
|
||||
"kirigami",
|
||||
"kmbox",
|
||||
"kmime",
|
||||
@@ -4979,7 +4996,9 @@
|
||||
"kcoreaddons",
|
||||
"kcrash",
|
||||
"kdoctools",
|
||||
"ki18n"
|
||||
"ki18n",
|
||||
"kirigami",
|
||||
"qqc2-desktop-style"
|
||||
],
|
||||
"modemmanager-qt": [
|
||||
"extra-cmake-modules"
|
||||
@@ -4995,6 +5014,7 @@
|
||||
"kcoreaddons",
|
||||
"kdbusaddons",
|
||||
"ki18n",
|
||||
"kiconthemes",
|
||||
"kio",
|
||||
"kirigami",
|
||||
"kirigami-addons",
|
||||
@@ -5002,7 +5022,6 @@
|
||||
"knotifications",
|
||||
"kquickcharts",
|
||||
"kquickimageeditor",
|
||||
"kstatusnotifieritem",
|
||||
"kunifiedpush",
|
||||
"kwindowsystem",
|
||||
"libquotient",
|
||||
@@ -5762,7 +5781,6 @@
|
||||
"knewstuff",
|
||||
"knighttime",
|
||||
"knotifications",
|
||||
"knotifyconfig",
|
||||
"kpackage",
|
||||
"kparts",
|
||||
"kquickcharts",
|
||||
@@ -5786,12 +5804,10 @@
|
||||
"libplasma",
|
||||
"milou",
|
||||
"packagekit-qt",
|
||||
"phonon",
|
||||
"plasma-activities",
|
||||
"plasma-activities-stats",
|
||||
"plasma-nano",
|
||||
"plasma-wayland-protocols",
|
||||
"plasma5support",
|
||||
"polkit-qt-1",
|
||||
"prison",
|
||||
"qcoro",
|
||||
@@ -5910,6 +5926,7 @@
|
||||
"ki18n",
|
||||
"kio",
|
||||
"kirigami",
|
||||
"kirigami-addons",
|
||||
"knotifications",
|
||||
"kwidgetsaddons",
|
||||
"kwindowsystem",
|
||||
@@ -5937,13 +5954,15 @@
|
||||
],
|
||||
"purpose": [
|
||||
"extra-cmake-modules",
|
||||
"kcmutils",
|
||||
"kconfig",
|
||||
"kcoreaddons",
|
||||
"ki18n",
|
||||
"kio",
|
||||
"kirigami",
|
||||
"kitemmodels",
|
||||
"kservice"
|
||||
"kservice",
|
||||
"prison"
|
||||
],
|
||||
"pvfviewer": [
|
||||
"extra-cmake-modules",
|
||||
@@ -6001,9 +6020,6 @@
|
||||
"kirigami"
|
||||
],
|
||||
"raven": [
|
||||
"akonadi",
|
||||
"akonadi-contacts",
|
||||
"akonadi-mime",
|
||||
"extra-cmake-modules",
|
||||
"kcmutils",
|
||||
"kconfig",
|
||||
@@ -6013,14 +6029,7 @@
|
||||
"kio",
|
||||
"kirigami",
|
||||
"kirigami-addons",
|
||||
"kitemmodels",
|
||||
"kldap",
|
||||
"kmailtransport",
|
||||
"kmime",
|
||||
"libkdepim",
|
||||
"mailcommon",
|
||||
"messagelib",
|
||||
"pimcommon"
|
||||
"kitemmodels"
|
||||
],
|
||||
"rkward": [
|
||||
"extra-cmake-modules",
|
||||
@@ -6601,5 +6610,5 @@
|
||||
"kwindowsystem"
|
||||
]
|
||||
},
|
||||
"version": "eb343e85"
|
||||
"version": "a9cc2f9b"
|
||||
}
|
||||
@@ -32,14 +32,14 @@
|
||||
"GPL-3.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"LGPL-2.1-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"akonadi-calendar-tools": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0"
|
||||
],
|
||||
"akonadi-contacts": [
|
||||
"BSD-3-Clause",
|
||||
@@ -97,8 +97,8 @@
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"alligator": [
|
||||
"BSD-2-Clause",
|
||||
@@ -146,6 +146,7 @@
|
||||
],
|
||||
"ark": [
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-3.0-only",
|
||||
@@ -182,7 +183,10 @@
|
||||
"audiocd-kio": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"LGPL-3.0-or-later"
|
||||
"GPL-2.0-only",
|
||||
"GPL-3.0-only",
|
||||
"LGPL-3.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
],
|
||||
"audiotube": [
|
||||
"BSD-2-Clause",
|
||||
@@ -308,8 +312,8 @@
|
||||
"GPL-3.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"calindori": [
|
||||
"BSD-2-Clause",
|
||||
@@ -340,10 +344,7 @@
|
||||
"cantor": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"GPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"colord-kde": [
|
||||
"CC0-1.0",
|
||||
@@ -420,8 +421,8 @@
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"extra-cmake-modules": [
|
||||
"BSD-2-Clause",
|
||||
@@ -446,6 +447,7 @@
|
||||
"LGPL-2.0-or-later"
|
||||
],
|
||||
"filelight": [
|
||||
"BSD-2-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-3.0-only",
|
||||
@@ -521,8 +523,8 @@
|
||||
"GPL-3.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"isoimagewriter": [
|
||||
"CC0-1.0",
|
||||
@@ -573,8 +575,8 @@
|
||||
"GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"kajongg": [
|
||||
"CC0-1.0",
|
||||
@@ -802,6 +804,7 @@
|
||||
"kconfig": [
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC-BY-SA-4.0",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-only",
|
||||
@@ -918,6 +921,7 @@
|
||||
],
|
||||
"kdeconnect-kde": [
|
||||
"Apache-2.0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
@@ -1000,7 +1004,6 @@
|
||||
"Qt-Commercial-exception-1.0"
|
||||
],
|
||||
"kdepim-runtime": [
|
||||
"AGPL-3.0-or-later",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
@@ -1012,7 +1015,6 @@
|
||||
"LGPL-2.0-or-later",
|
||||
"LGPL-2.1-or-later",
|
||||
"LGPL-3.0-only",
|
||||
"LGPL-3.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"LicenseRef-KDE-Accepted-LGPL"
|
||||
],
|
||||
@@ -1214,7 +1216,8 @@
|
||||
"LGPL-2.1-only",
|
||||
"LGPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"LicenseRef-KDE-Accepted-LGPL"
|
||||
"LicenseRef-KDE-Accepted-LGPL",
|
||||
"LicenseRef-Qt-Commercial"
|
||||
],
|
||||
"khangman": [
|
||||
"BSD-2-Clause",
|
||||
@@ -1239,9 +1242,7 @@
|
||||
"kholidays": [
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"Bison-exception-2.2",
|
||||
"CC0-1.0",
|
||||
"GPL-3.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"LGPL-2.1-only",
|
||||
"LGPL-3.0-only",
|
||||
@@ -1523,8 +1524,8 @@
|
||||
"LGPL-2.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"kmail-account-wizard": [
|
||||
"BSD-3-Clause",
|
||||
@@ -1724,8 +1725,8 @@
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"kontactinterface": [
|
||||
"BSD-3-Clause",
|
||||
@@ -1768,8 +1769,8 @@
|
||||
"LGPL-2.1-or-later",
|
||||
"LGPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-LGPL",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"kosmindoormap": [
|
||||
"BSD-2-Clause",
|
||||
@@ -2271,12 +2272,11 @@
|
||||
"libkcddb": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later"
|
||||
],
|
||||
"libkcompactdisc": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0"
|
||||
"GPL-3.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
],
|
||||
"libkdcraw": [
|
||||
"BSD-3-Clause",
|
||||
@@ -2295,8 +2295,8 @@
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"MIT",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"libkeduvocdocument": [
|
||||
"BSD-1-Clause",
|
||||
@@ -2369,6 +2369,7 @@
|
||||
"LicenseRef-KDE-Accepted-LGPL"
|
||||
],
|
||||
"libktorrent": [
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-or-later",
|
||||
@@ -2488,7 +2489,8 @@
|
||||
"LGPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"LicenseRef-KDE-Accepted-LGPL",
|
||||
"Qt-Commercial-exception-1.0"
|
||||
"LicenseRef-Qt-Commercial-exception-1.0",
|
||||
"MIT"
|
||||
],
|
||||
"milou": [
|
||||
"CC0-1.0",
|
||||
@@ -2670,6 +2672,16 @@
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"MIT"
|
||||
],
|
||||
"plasma-camera": [
|
||||
"BSD-3-Clause",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"GPL-3.0-only",
|
||||
"GPL-3.0-or-later",
|
||||
"LGPL-2.1-or-later",
|
||||
"LGPL-3.0-only"
|
||||
],
|
||||
"plasma-desktop": [
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
@@ -2806,6 +2818,14 @@
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"LicenseRef-KDE-Accepted-LGPL"
|
||||
],
|
||||
"plasma-phonebook": [
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-3.0-only",
|
||||
"GPL-3.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
],
|
||||
"plasma-sdk": [
|
||||
"BSD-2-Clause",
|
||||
"CC0-1.0",
|
||||
@@ -2814,6 +2834,15 @@
|
||||
"LGPL-2.0-only",
|
||||
"LGPL-2.0-or-later"
|
||||
],
|
||||
"plasma-settings": [
|
||||
"BSD-2-Clause",
|
||||
"CC-BY-4.0",
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-2.0-or-later",
|
||||
"GPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
],
|
||||
"plasma-setup": [
|
||||
"BSD-2-Clause",
|
||||
"CC0-1.0",
|
||||
@@ -2901,6 +2930,7 @@
|
||||
"GPL-3.0-or-later",
|
||||
"LGPL-2.0-or-later",
|
||||
"LGPL-2.1-only",
|
||||
"LGPL-2.1-or-later",
|
||||
"LGPL-3.0-only",
|
||||
"LicenseRef-KDE-Accepted-GPL",
|
||||
"LicenseRef-KDE-Accepted-LGPL"
|
||||
@@ -3176,6 +3206,7 @@
|
||||
"CC0-1.0",
|
||||
"GPL-2.0-only",
|
||||
"GPL-3.0-only",
|
||||
"LGPL-2.0-or-later",
|
||||
"LicenseRef-KDE-Accepted-GPL"
|
||||
],
|
||||
"zanshin": [
|
||||
|
||||
@@ -407,6 +407,12 @@
|
||||
"project_path": "base/aurorae",
|
||||
"repo_path": "plasma/aurorae"
|
||||
},
|
||||
"auto-chmod": {
|
||||
"description": "Replaces the cryptic \"permission denied\" error when running a non-executable file with a prompt asking if you want to make it executable and run it.",
|
||||
"name": "auto-chmod",
|
||||
"project_path": "system/auto-chmod",
|
||||
"repo_path": "system/auto-chmod"
|
||||
},
|
||||
"automoc": {
|
||||
"description": "Automoc",
|
||||
"name": "automoc",
|
||||
@@ -948,7 +954,7 @@
|
||||
"repo_path": "multimedia/dragon"
|
||||
},
|
||||
"drawy": {
|
||||
"description": "Your handy, infinite, brainstorming tool!",
|
||||
"description": "Your handy, infinite brainstorming tool!",
|
||||
"name": "drawy",
|
||||
"project_path": "graphics/drawy",
|
||||
"repo_path": "graphics/drawy"
|
||||
@@ -1169,11 +1175,11 @@
|
||||
"project_path": "third-party/gpgme",
|
||||
"repo_path": null
|
||||
},
|
||||
"gpgmepp": {
|
||||
"gpgmepp-legacy": {
|
||||
"description": "GPGME++ Library",
|
||||
"name": "gpgmepp",
|
||||
"project_path": "unmaintained/gpgmepp",
|
||||
"repo_path": "unmaintained/gpgmepp"
|
||||
"name": "gpgmepp-legacy",
|
||||
"project_path": "unmaintained/gpgmepp-legacy",
|
||||
"repo_path": "unmaintained/gpgmepp-legacy"
|
||||
},
|
||||
"granatier": {
|
||||
"description": "Granatier is a clone of the classic Bomberman game",
|
||||
@@ -1475,6 +1481,12 @@
|
||||
"project_path": "kdesdk/kapptemplate",
|
||||
"repo_path": "sdk/kapptemplate"
|
||||
},
|
||||
"kapsule": {
|
||||
"description": "Incus-based container management with native KDE/Plasma integration",
|
||||
"name": "kapsule",
|
||||
"project_path": "kde-linux/kapsule",
|
||||
"repo_path": "kde-linux/kapsule"
|
||||
},
|
||||
"karchive": {
|
||||
"description": "Qt addon providing access to numerous types of archives",
|
||||
"name": "karchive",
|
||||
@@ -1499,6 +1511,12 @@
|
||||
"project_path": "edu/kartesio",
|
||||
"repo_path": "education/kartesio"
|
||||
},
|
||||
"karton": {
|
||||
"description": "Libvirt-based Virtual Machine Manager for KDE.",
|
||||
"name": "karton",
|
||||
"project_path": "system/karton",
|
||||
"repo_path": "system/karton"
|
||||
},
|
||||
"kasts": {
|
||||
"description": "Kirigami-based podcast player",
|
||||
"name": "kasts",
|
||||
@@ -2471,6 +2489,12 @@
|
||||
"project_path": "libs/kdocumentstore",
|
||||
"repo_path": "libraries/kdocumentstore"
|
||||
},
|
||||
"kdominate": {
|
||||
"description": "KDominate is a tactical game for one or two players, where players place and convert tiles with the goal of controlling the majority of the board.",
|
||||
"name": "kdominate",
|
||||
"project_path": "games/kdominate",
|
||||
"repo_path": "games/kdominate"
|
||||
},
|
||||
"kdots": {
|
||||
"description": "Game to catch your opponent's dots by placing your dots on the game board where the lines cross",
|
||||
"name": "kdots",
|
||||
@@ -2879,6 +2903,12 @@
|
||||
"project_path": "kdesdk/kirigami-gallery",
|
||||
"repo_path": "sdk/kirigami-gallery"
|
||||
},
|
||||
"kirigami-workbench": {
|
||||
"description": "Kirigami Workbench is designed for learning and prototyping with QML and Kirigami, whether you're experimenting for the first time or developing and testing a user interface",
|
||||
"name": "kirigami-workbench",
|
||||
"project_path": "sdk/kirigami-workbench",
|
||||
"repo_path": "sdk/kirigami-workbench"
|
||||
},
|
||||
"kiriki": {
|
||||
"description": "Kiriki is an addictive and fun dice game",
|
||||
"name": "kiriki",
|
||||
@@ -2921,6 +2951,12 @@
|
||||
"project_path": "pim/kitinerary-workbench",
|
||||
"repo_path": "pim/kitinerary-workbench"
|
||||
},
|
||||
"kjar": {
|
||||
"description": "OpenJDK SDK as a runnable Flatpak with a Kirigami interface",
|
||||
"name": "kjar",
|
||||
"project_path": "system/kjar",
|
||||
"repo_path": "system/kjar"
|
||||
},
|
||||
"kjobwidgets": {
|
||||
"description": "KJobWidgets",
|
||||
"name": "kjobwidgets",
|
||||
@@ -5405,6 +5441,12 @@
|
||||
"project_path": "unmaintained/oxygen-transparent",
|
||||
"repo_path": "unmaintained/oxygen-transparent"
|
||||
},
|
||||
"package-compatibility-helper": {
|
||||
"description": "Provides support for running or finding alternatives to certain application package types on Linux",
|
||||
"name": "package-compatibility-helper",
|
||||
"project_path": "kde-linux/package-compatibility-helper",
|
||||
"repo_path": "kde-linux/package-compatibility-helper"
|
||||
},
|
||||
"packagekit-qt": {
|
||||
"description": null,
|
||||
"name": "packagekit-qt",
|
||||
@@ -7847,6 +7889,12 @@
|
||||
"project_path": "websites/l10n-kde-org",
|
||||
"repo_path": "websites/l10n-kde-org"
|
||||
},
|
||||
"websites-labplot-org": {
|
||||
"description": "Website for Labplot - labplot.org",
|
||||
"name": "websites-labplot-org",
|
||||
"project_path": "websites/labplot-org",
|
||||
"repo_path": "websites/labplot-org"
|
||||
},
|
||||
"websites-lakademy-kde-org": {
|
||||
"description": "Website for LaKademy - lakademy.kde.org",
|
||||
"name": "websites-lakademy-kde-org",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,7 @@
|
||||
qtdeclarative,
|
||||
qtsvg,
|
||||
qtwayland,
|
||||
kxmlgui,
|
||||
}:
|
||||
mkKdeDerivation rec {
|
||||
pname = "marknote";
|
||||
@@ -19,6 +20,7 @@ mkKdeDerivation rec {
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtwayland
|
||||
kxmlgui
|
||||
];
|
||||
|
||||
meta.license = [ lib.licenses.gpl2Plus ];
|
||||
|
||||
@@ -15,13 +15,14 @@
|
||||
qtlocation,
|
||||
qtpositioning,
|
||||
qtsvg,
|
||||
qttools,
|
||||
qtvirtualkeyboard,
|
||||
qtwayland,
|
||||
plasma5support,
|
||||
qqc2-breeze-style,
|
||||
libcanberra,
|
||||
libqalculate,
|
||||
pipewire,
|
||||
qttools,
|
||||
qqc2-breeze-style,
|
||||
gpsd,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@@ -69,6 +70,7 @@ mkKdeDerivation {
|
||||
qtsvg
|
||||
qtwayland
|
||||
|
||||
plasma5support
|
||||
qqc2-breeze-style
|
||||
|
||||
libcanberra
|
||||
|
||||
Reference in New Issue
Block a user