summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11/settings.nix
Commit message (Collapse)AuthorAge
* nvidia-x11: 460.39 -> 460.56Daniel Fox Franke2021-03-06
|
* nvidia-settings: fix parallel build race conditionDaniël de Kok2021-02-02
| | | | | | | | | | | Fix a race condition that occurs in parallel builds of nvidia-settings, frequently ending in the following error: /bin/bash: _out/Linux_x86_64/antialias.png.h: No such file or directory make[1]: *** [Makefile:320: _out/Linux_x86_64/antialias.png.h] Error 1 Upstream issue and fix from: https://github.com/NVIDIA/nvidia-settings/issues/59
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)Joe Hermaszewski2020-09-24
| | | | | | | | | - This is fetched from a different URL, so allow passing that explicitly. - There also isn't an nvidia-persistenced or nvidia-settings release for this version, so use 450.57 instead. Also implement passing persistenced and settings version explicitly. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages.nvidia_x11.settings: enableParallelBuildingarcnmx2019-12-08
|
* treewide: remove redundant recvolth2019-08-28
|
* nvidia-settings: Install desktop file and icon.Ambroz Bizjak2019-07-13
| | | | | | The template has substitution variables intended to be replaced resulting in absolute paths. Because absolute paths break after the desktop file is copied by a desktop environment, make Exec and Icon be just a name.
* nvidia_x11.settings.libXNVCtrl: set OUTPUTDIR for buildEdmund Wu2019-07-03
|
* nvidia_x11_beta: stable -> 430.09Edmund Wu2019-04-23
|
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* Merge remote-tracking branch 'origin/master' into stagingShea Levy2018-03-28
|\
| * linuxPackages.nvidia_x11: build only for x86 LinuxNikolay Amiantov2018-03-27
| |
* | nvidia_x11.settings: fix buildJan Malakhovski2018-03-26
|/
* nvidia-settings: Make sure binary can find libXv.soMateusz Kowalczyk2017-12-17
|
* nvidia-x11-stable: 384.90 -> 387.22Cray Elliott2017-11-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* psensor: init at 1.2.0Charles Strahan2017-06-13
| | | | psensor is a graphical hardware monitoring application for Linux
* nvidia-x11: add dbus as a dependency to settingsCray Elliott2017-05-12
| | | | | for the latest beta release, the nvidia-settings binary will not compile without dbus/dbus.h
* nvidia-x11: switch download urls to httpszraexy2017-04-29
|
* nvidia: support application profilesNikolay Amiantov2017-02-19
| | | | Closes #22666.
* nvidia-x11.settings: add librsvg for gtk3Nikolay Amiantov2017-02-19
|
* nvidia_x11.settings: link dlopen'ed librariesNikolay Amiantov2017-02-19
|
* linuxPackages.nvidia_x11: refactor, build more from sourceNikolay Amiantov2017-02-08
* Use libglvnd; * Compile nvidia-settings, nvidia-persistenced from source; * Generalize builder.