Skip to content

Commit

Permalink
Merge pull request NixOS#211843 from SuperSandro2000/204287-fix
Browse files Browse the repository at this point in the history
nixos/no-x-libs: fix infinite recursion accidentally introduced in #2
  • Loading branch information
Artturin authored Jan 21, 2023
2 parents 10ac798 + 604d6e4 commit 2b058dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20690,7 +20690,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) OpenGL;
};

libdevil-nox = libdevil.override {
libdevil-nox = callPackage ../development/libraries/libdevil {
inherit (darwin.apple_sdk.frameworks) OpenGL;
withXorg = false;
};
Expand Down

0 comments on commit 2b058dc

Please sign in to comment.