mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
driversi686Linux: init
This is added so that Hydra would build several drivers-related packages for i686. Closes #30455.
This commit is contained in:
parent
0bc4216bf0
commit
1360c356e3
@ -8029,6 +8029,18 @@ with pkgs;
|
||||
|
||||
dotconf = callPackage ../development/libraries/dotconf { };
|
||||
|
||||
# Multi-arch "drivers" which we want to build for i686.
|
||||
driversi686Linux = recurseIntoAttrs {
|
||||
inherit (pkgsi686Linux)
|
||||
mesa_noglu
|
||||
vaapiIntel
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
beignet
|
||||
glxinfo
|
||||
vdpauinfo;
|
||||
};
|
||||
|
||||
dssi = callPackage ../development/libraries/dssi {};
|
||||
|
||||
dxflib = callPackage ../development/libraries/dxflib {};
|
||||
|
Loading…
Reference in New Issue
Block a user