summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-video-nested
Commit message (Collapse)AuthorAge
* 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
* xf86-video-nested: add licenseMarkus Kowalewski2020-06-30
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* xf86_video_nested: 2012-06-15 -> 2017-06-12Josef Kemetmüller2019-06-01
|
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\
| * Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | xf86_video_nested: disable fortify hardeningRobin Gloster2016-02-24
|/
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | Close #12446.
* Tidy up: use the web interface for the git repo as the homepageCillian de Róiste2013-03-03
| | | | | There have been no important updates to this driver, but it should be included in X11R7.8
* Update xf86-video-nested to work on current NixOS XorgCillian de Róiste2012-11-17
|
* Fix style: The meta.description field should be capitalised (niksnut)Cillian de Róiste2012-07-18
|
* Add the sha256 for xf86-video-nestedCillian de Róiste2012-07-18
|
* Pin xf86-video-nested to a revision that works with Xorg 7.6Cillian de Róiste2012-07-18
|
* Add xf86-video-nestedCillian de Róiste2012-07-18
This does not yet compile. I had a working version from an obsolete github repo, but then found the upstream repo. Perhaps it needs a newer Xorg.