Commit Graph

1319 Commits

Author SHA1 Message Date
R. Ryantm
6ed45ba2b4 dex: 0.9.0 -> 0.10.1 2024-08-09 00:53:21 +00:00
K900
4b596e927e xsettingsd: add meta.mainProgram 2024-08-07 10:08:51 +03:00
zimbatm
1ccc99fe9e dispad: move to by-name 2024-07-31 09:10:32 +02:00
Stanisław Pitucha
5fbeaf6d89
Merge pull request #317744 from viraptor/x2vnc-darwin
x2vnc: set C standard
2024-07-31 11:45:37 +10:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
github-actions[bot]
f20ed12f93
Merge master into staging-next 2024-07-25 12:01:18 +00:00
Lenivaya
1813159b69 add link to the project homepage 2024-07-24 20:18:42 +03:00
Lenivaya
f7f73482d1 skippy-xd: 0.7.2 -> 0.8.0 2024-07-24 20:13:31 +03:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Alexey Orlenko
dfc6da9fee
xpra: 4.4.6 -> 5.0.9
Co-authored-by: Daniel Höxtermann <daniel@hxtm.dev>
2024-07-24 00:27:52 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Aleksana
bfa89cac6b
Merge pull request #326859 from pyrox0/fetchcrate-no-sha256
treewide: sha256 -> hash for fetchCrate
2024-07-15 15:56:52 +08:00
Aleksana
165c172575
Merge pull request #327090 from SFrijters/obconf-cleanup
obconf: cleanup
2024-07-15 15:38:43 +08:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
Pyrox
0b8eaf081f
fetchCrate: sha256 -> hash
Should cause no rebuilds, as this is just updating attributes.
2024-07-14 13:48:13 -04:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
Stefan Frijters
aa9ffbf2b0
obconf: move to by-name 2024-07-14 13:54:59 +02:00
Stefan Frijters
20d8ea02b3
obconf: reformat for RFC166 2024-07-14 13:54:16 +02:00
Stefan Frijters
0e0ffd4b72
obconf: use finalAttrs, hash instead of sha256 2024-07-14 13:53:53 +02:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
aleksana
cc0ca35c74 treewide: sha256 -> hash attribute for codeberg.org fetchers 2024-07-13 22:32:17 +08:00
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
R. Ryantm
9ac33033c8 ckbcomp: 1.228 -> 1.229 2024-07-07 12:17:57 +00:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
R. Ryantm
213b7c561b xprintidle: 0.2.5 -> 0.3.0 2024-07-04 08:04:43 +00:00
John Chadwick
2be8451d1a xpra: fix xdg-open path 2024-07-04 02:33:58 -04:00
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
R. Ryantm
afb4861c72 ckbcomp: 1.227 -> 1.228 2024-06-20 06:44:59 +00:00
github-actions[bot]
aacd9cf894
Merge staging-next into staging 2024-06-13 00:02:48 +00:00
Doron Behar
773c2c6ac3
Merge pull request #310313 from r-ryantm/auto-update/xkb-switch-i3
xkb-switch-i3: 1.8.5 -> 2.0.1
2024-06-13 00:11:59 +03:00
github-actions[bot]
af63fa1bbe
Merge staging-next into staging 2024-06-10 18:01:48 +00:00
Artturin
0fca78f0c3
Merge pull request #314623 from NickCao/libfakeXinerama
libfakeXinerama: refactor build/installPhase, fix cross compilation
2024-06-10 17:43:56 +03:00
Peder Bergebakken Sundt
14b546852e
Merge pull request #316571 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.226 -> 1.227
2024-06-10 14:59:09 +02:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging 2024-06-10 00:02:49 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Stanisław Pitucha
8d8a0e2a37 x2vnc: set C standard
Use the older standard. New compilers can't handle the old source.
2024-06-07 15:03:14 +10:00
R. Ryantm
cbc777729f ckbcomp: 1.226 -> 1.227 2024-06-02 02:19:07 +00:00
Nick Cao
9ee1fbe399
libfakeXinerama: add nickcao to maintainers 2024-05-25 11:07:10 -04:00
Nick Cao
255fd98d68
libfakeXinerama: refactor build/installPhase, fix cross compilation 2024-05-25 11:06:20 -04:00
Jörg Thalheim
368fe3cd3b xdg-utils: make procmail optional when cross-compiling 2024-05-24 15:05:14 +02:00
Albert Safin
2d8cfea95d bevelbar: move to by-name 2024-05-13 00:00:56 +00:00