| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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; \[ *\];![ ];!'
| Jörg Thalheim | 2024-07-29 | 6 | -6/+6 |
| * | treewide: remove viric from meta.maintainers [no orphans]•••Since theey is not active from at least six years.
| Anderson Torres | 2024-07-28 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
| Martin Weinelt | 2024-07-26 | 3 | -4/+1 |
| |\ |
|
| | * | Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app•••pkgs/applications: remove unused arguments | Aleksana | 2024-07-26 | 2 | -3/+0 |
| | |\ |
|
| | | * | pkgs/applications: remove unused arguments | Sigmanificient | 2024-07-26 | 3 | -4/+1 |
| | * | | treewide: remove unused lib (and other) arguments | Sigmanificient | 2024-07-26 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-07-26 | 1 | -4/+4 |
| |\| | |
|
| | * | | ragnarwm: remove overuse of `with lib;` | Sigmanificient | 2024-07-26 | 1 | -4/+4 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-07-25 | 2 | -13/+31 |
| |\| | |
|
| | * | | i3: add test-only deps to buildInputs only when testing is enabled•••This may fix the build on Darwin (the `xvfb-run` package, which is
required only to run the testsuite, is Linux-only since #123097, and the
“proper solution” mentioned in that PR was not implemented). Apparently
someone cared about building `i3` on Darwin at the time of #6135.
| Sergey Vlasov | 2024-07-23 | 1 | -0/+1 |
| | * | | i3: enable the testsuite on all Linux platforms•••The testsuite can run only on Linux, because it requires `xvfb-run`,
which is not available on non-Linux platforms; however, it should not be
limited just to `x86_64-linux`.
The conditional setting of `checkPhase` was introduced in #6135, because
at that time the `checkPhase` script referred to `${xdummy}`, and that
kind of reference would break evaluation if the specified package was
not available; the current version of the `checkPhase` script does not
refer to any package paths directly, therefore the condition is no
longer needed and can be removed.
| Sergey Vlasov | 2024-07-23 | 1 | -3/+3 |
| | * | | i3-rounded: disable testsuite•••Some tests in the `i3-rounded` fork are failing; disable the testsuite
to allow the package to build as before.
| Sergey Vlasov | 2024-07-23 | 1 | -0/+3 |
| | * | | i3: make postPatch work for older forks too•••The `i3-rounded` package is derived from `i3`, but uses some old fork of
`i3` which does not have the `318-i3-dmenu-desktop.t` testcase. Make
the code in `postPatch` check whether that testcase is actually present,
so that the build of `i3-rounded` does not fail.
| Sergey Vlasov | 2024-07-23 | 1 | -2/+4 |
| | * | | i3: add more dependencies used by tests•••Some tests in the i3 testsuite are silently skipped if the dependencies
required to run those tests are missing. The problematic dependencies
turned out to be `xdotool`, `xorg.setxkbmap`, `xorg.xrandr`, `which`
(the latter is used to verify the presence of some tools). Add those
dependencies to `buildInputs`, so that all tests would be run.
Ideally such missing dependencies should be detected as test failures,
but it's hard to implement, because missing tools result just in `skip`
marks in the test log, and there are some tests which are skipped for
other reasons (e.g., tests which were written before the expected
behavior is actually implemented in i3).
| Sergey Vlasov | 2024-07-23 | 1 | -2/+2 |
| | * | | i3: fix and reenable testsuite•••The `checkPhase` script was stale and needed to be rewritten for the new
version of i3 (paths are different now, and `complete-run.pl` now
invokes `xvfb-run` internally). The code to check the log file for
errors might be unneeded for the new version (`complete-run.pl` seems to
return a non-zero exit code correctly on errors), but is left to catch
any possible regressions in the test runner behavior.
Also the `318-i3-dmenu-desktop.t` testcase was failing, because that
testcase was creating a temporary Perl script intended to shadow the
real `i3-msg` executable, but the `#!/usr/bin/env perl` shebang in that
script did not work in the build environment; this problem was not
really obvious, because `system('i3-msg', $cmd)` silently continued to
search for the `i3-msg` executable further in `$PATH` and launched the
real binary instead of the replacement script. The problematic shebang
needed to be replaced manually, because `patchShebangs` handles only
real shebangs on the first line of each executable file.
| Sergey Vlasov | 2024-07-23 | 1 | -9/+21 |
| | |/ |
|
| * | | Merge branch 'master' into staging-next | Artturin | 2024-07-22 | 1 | -44/+52 |
| |\| |
|
| | * | xdg-desktop-portal-hyprland: nixfmt-rfc-style, updateScript•••add changelog
cleanup
| John Titor | 2024-07-22 | 1 | -33/+50 |
| | * | xdg-desktop-portal-hyprland: 1.3.2 -> 1.3.3 | Lin Xianyi | 2024-07-22 | 1 | -11/+2 |
| * | | Merge staging-next into staging | github-actions[bot] | 2024-07-18 | 1 | -3/+3 |
| |\| |
|
| | * | miriway: 0-unstable-2024-06-13 -> 0-unstable-2024-07-17 | R. Ryantm | 2024-07-18 | 1 | -3/+3 |
| * | | Merge branch 'staging-next' into staging | Weijia Wang | 2024-07-17 | 1 | -2/+2 |
| |\| |
|
| | * | fix: restore xorgserver dep to herbstluftwm | jasper-at-windswept | 2024-07-17 | 1 | -2/+2 |
| * | | Merge staging-next into staging | github-actions[bot] | 2024-07-16 | 1 | -62/+0 |
| |\| |
|
| | * | i3pystatus: move to by-name•••Signed-off-by: lucasew <lucas59356@gmail.com>
| lucasew | 2024-07-15 | 1 | -62/+0 |
| * | | Merge branch 'staging-next' into staging | Vladimír Čunát | 2024-07-14 | 5 | -5/+5 |
| |\| |
|
| | * | treewide: sha256 -> hash attribute for pypi fetchers | aleksana | 2024-07-14 | 2 | -2/+2 |
| | * | treewide: fix uses of `repo = finalAttrs.pname` | éclairevoyant | 2024-07-12 | 3 | -3/+3 |
| * | | Merge branch 'staging-next' into staging | Jan Tojnar | 2024-07-12 | 1 | -1/+1 |
| |\| |
|
| | * | Merge pull request #324539 from atorres1985-contrib/remove-vrthra•••treewide: remove vrthra, cpages and lovek323 from meta.maintainers | ❄️ | 2024-07-12 | 1 | -1/+1 |
| | |\ |
|
| | | * | treewide: remove vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642
Inactive since 2017
| Anderson Torres | 2024-07-07 | 1 | -1/+1 |
| * | | | Merge branch 'master' into staging | Vladimír Čunát | 2024-07-11 | 1 | -3/+3 |
| |\| | |
|
| | * | | Merge pull request #325400 from r-ryantm/auto-update/jay•••jay: 1.3.0 -> 1.4.0 | Nick Cao | 2024-07-10 | 1 | -3/+3 |
| | |\ \ |
|
| | | * | | jay: 1.3.0 -> 1.4.0 | R. Ryantm | 2024-07-08 | 1 | -3/+3 |
| * | | | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
| Martin Weinelt | 2024-07-11 | 8 | -1/+243 |
| |\| | | |
|
| | * | | | Merge pull request #325572 from donovanglover/hyprgrass•••hyprlandPlugins.hyprgrass: init at 0.7.0, wf-touch: init at 0-unstable-2021-03-19 | Masum Reza | 2024-07-10 | 2 | -0/+48 |
| | |\ \ \ |
|
| | | * | | | hyprlandPlugins.hyprgrass: init at 0.7.0 | Donovan Glover | 2024-07-10 | 2 | -0/+48 |
| | * | | | | Merge pull request #325386 from donovanglover/hycov•••hyprlandPlugins.hycov: init at 0.41.2.1 | Masum Reza | 2024-07-10 | 2 | -0/+33 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | hyprlandPlugins.hycov: init at 0.41.2.1 | Donovan Glover | 2024-07-09 | 2 | -0/+33 |
| | * | | | | Merge pull request #325389 from donovanglover/hyprscroller•••hyprlandPlugins.hyprscroller: init at 0-unstable-2024-07-04 | Masum Reza | 2024-07-09 | 2 | -0/+42 |
| | |\ \ \ \ |
|
| | | * | | | | hyprlandPlugins.hyprscroller: init at 0-unstable-2024-07-04 | Donovan Glover | 2024-07-09 | 2 | -0/+42 |
| | | |/ / / |
|
| | * | | | | Merge pull request #325738 from Enzime/drop/Enzime•••maintainers: remove Enzime | Emily Trau | 2024-07-09 | 1 | -1/+1 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | treewide: remove Enzime | Michael Hoang | 2024-07-09 | 1 | -1/+1 |
| | * | | | | Merge pull request #325321 from donovanglover/hyprspace•••hyprlandPlugins.hyprspace: init at 0-unstable-2024-06-17 | Masum Reza | 2024-07-09 | 2 | -0/+45 |
| | |\ \ \ \ |
|
| | | * | | | | hyprlandPlugins.hyprspace: init at 0-unstable-2024-06-17 | Donovan Glover | 2024-07-08 | 2 | -0/+45 |
| | | |/ / / |
|
| | * / / / | hyprlandPlugins.hypr-dynamic-cursors: init at 0-unstable-2024-07-06 | Donovan Glover | 2024-07-08 | 2 | -0/+38 |
| | |/ / / |
|
| | * | | | Merge pull request #325387 from donovanglover/hyprfocus•••hyprlandPlugins.hyprfocus: init at 0-unstable-2024-05-30 | Masum Reza | 2024-07-08 | 2 | -0/+36 |
| | |\ \ \ |
|
| | | * | | | hyprlandPlugins.hyprfocus: init at 0-unstable-2024-05-30 | Donovan Glover | 2024-07-07 | 2 | -0/+36 |
| | | | |/
| | |/| |
|
| * | | | | Merge branch 'staging-next' into staging | Vladimír Čunát | 2024-07-08 | 2 | -2/+12 |
| |\| | | |
|
| | * | | | Merge pull request #325084 from mjoerg/xdg-desktop-portal-hyprland-fix-compil...•••xdg-desktop-portal-hyprland: add patch for compilation with pipewire 1.2.0 | Jörg Thalheim | 2024-07-07 | 1 | -0/+10 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | xdg-desktop-portal-hyprland: add patch for compilation with pipewire 1.2.0 | Martin Joerg | 2024-07-06 | 1 | -0/+10 |
| | | |/ |
|