mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
lib.mkPackages: pass pkgs.xorg like nixpkgs' callPackage
This commit is contained in:
parent
cd33a30c3f
commit
8836b2dab6
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ rec {
|
|||
let
|
||||
defaultArgs =
|
||||
pkgs
|
||||
// pkgs.xorg
|
||||
// (
|
||||
let
|
||||
inputs' = constructInputs' pkgs.stdenv.system inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue