summaryrefslogtreecommitdiff
path: root/pkgs/misc/screensavers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into staging-nextVladimír Čunát2024-07-036-6/+6
|\
| * pkgs/misc: remove licenses.gpl2Jussi Kuokkanen2024-07-036-6/+6
* | Merge branch 'master' into staging-nextK9002024-06-291-1/+1
|\|
| * alock: use allowedVersions in updateScriptRyan Hendrickson2024-06-251-1/+1
* | treewide: replace freeglut with libglut•••Allow the macOS GLUT framework to be used automatically in many cases. Packages that specifically search for freeglut or require its additional APIs should still explicitly depend on it. Deliberately skip the Haskell package set, which is mostly automatically generated, and mupdf, which has its own fork of freeglut. Emily2024-06-221-2/+2
|/
* 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/' Alexis Hildebrandt2024-06-093-3/+3
* xlockmore: 5.77 -> 5.78R. Ryantm2024-05-301-2/+2
* Merge branch 'master' into staging-nextVladimír Čunát2024-05-021-2/+2
|\
| * xlockmore: 5.76 -> 5.77R. Ryantm2024-05-011-2/+2
* | Merge branch 'master' into staging-nextVladimír Čunát2024-04-291-4/+9
|\|
| * alock: add update scriptjopejoe12024-04-261-1/+6
| * alock: unstable-2017-07-20 -> 2.5.1jopejoe12024-04-261-3/+3
* | treewide: wrapGAppsHook → wrapGAppsHook3•••This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild) Jan Tojnar2024-04-271-2/+2
|/
* slock: add qusic to maintainersQusic2024-04-011-1/+1
* slock: add updateScriptQusic2024-04-011-1/+8
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-197-0/+7
* xlockmore: 5.75 -> 5.76R. Ryantm2024-03-151-2/+2
* xlockmore: 5.74 -> 5.75R. Ryantm2024-02-141-2/+2
* pipes-rs: 1.6.2 -> 1.6.3R. Ryantm2024-01-101-3/+3
* xlockmore: 5.73 -> 5.74R. Ryantm2023-11-161-2/+2
* xlockmore: 5.72 -> 5.73R. Ryantm2023-10-241-2/+2
* pipes-rs: 1.6.1 -> 1.6.2R. Ryantm2023-10-161-3/+3
* xscreensaver: migrate to by-nameAnderson Torres2023-10-111-108/+0
* betterlockscreen: 4.0.4 -> 4.2.0Sebastian Sellmeier2023-09-041-2/+2
* Merge pull request #250668 from arcnmx/xss-mainProgramArtturi2023-09-011-0/+1
|\
| * xss-lock: add meta.mainProgram•••See #246386 arcnmx2023-08-231-0/+1
* | vlock: Set meta.mainProgramnicoo2023-08-231-0/+1
|/
* betterlockscreen: provide meta.mainProgramNorbert Melzer2023-08-101-0/+1
* xautolock: Add meta.mainProgram and remove recGerg-L2023-08-071-4/+5
* various packages: pin boost179•••Taken from PR #244831 and vcunat amended the miopen override. Tobias Mayer2023-07-221-2/+2
* xlockmore: 5.71 -> 5.72R. Ryantm2023-07-171-2/+2
* betterlockscreen: make dunst optional•••When dunst is detected *and* awesomeWM is used (its internal notification system to be exact) then betterlockscreen waits for dunst to reply on the DBus. Due to dunstctl being in PATH through the wrapper, dunst will always be tried to reach. None of the workarounds mentioned in the awesome and betterlockscreen repos do not work with this version, as dunstctl is always called and has to time out first. In the current master of BLS there is a change that makes BLS check and env-var first, and would ignore any dunstctl in PATH. Once the new release happened this could still be used to reduce the closure size. Norbert Melzer2023-05-131-1/+8
* xscreensaver: 6.04 -> 6.06Anderson Torres2023-04-221-22/+62
* pipes-rs: update licensefigsoda2023-04-171-1/+1
* pipes-rs: 1.6.0 -> 1.6.1R. Ryantm2023-04-171-3/+3
* treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4•••These packages were identified as broken when ffmpeg = ffmpeg_5. Tested _only_ by building them. If you are a maintainer of one of these packages, please test whether your package still works. Atemu2023-03-131-2/+2
* treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional•••env values must be strings Artturin2023-02-221-1/+1
* treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure Artturin2023-02-222-2/+2
* treewide: systemdSupport: use lib.meta.availableOn•••Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support) Adam Joseph2023-01-221-1/+1
* treewide: remove attrPath from nix-update-script calls•••after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script` figsoda2022-12-261-3/+1
* treewide: fix typosfigsoda2022-12-171-1/+1
* Merge pull request #198552 from wegank/wxgtk-gamesSandro2022-11-241-5/+34
|\
| * electricsheep: migrate to wxGTK32Weijia Wang2022-11-031-5/+34
* | slock: 1.4 → 1.5Nikolay Korotkiy2022-11-121-8/+7
* | xautolock: use xorg.* packages directly instead of xlibsWrapper indirection•••Tested as no material change in `out` output with `diffoscope`. Sergei Trofimovich2022-10-301-3/+3
|/
* xtrlock-pam: use xorg.* packages directly instead of xlibsWrapper indirection•••Tested as no material change in `out` output with `diffoscope`. Sergei Trofimovich2022-10-291-2/+2
* rss-glx: use xorg.* packages directly instead of xlibsWrapper•••Validated as no change in `out` outputs with `diffoscope`. Sergei Trofimovich2022-10-251-3/+2
* Merge master into staging-nextgithub-actions[bot]2022-10-151-4/+2
|\
| * Merge pull request #195874 from Artturin/removeinheritxorgArtturi2022-10-151-4/+2
| |\
| | * all-packages.nix: remove `inherit (*xorg) *`'s•••using inherits in callPackage args is discouraged and doesn't splice correctly Artturin2022-10-141-4/+2