Skip to content

Commit

Permalink
nixos/no-x-libs: fix infinite recursion accidentally introduced in Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 20, 2023
1 parent 31ce2fc commit 604d6e4
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 604d6e4

Please sign in to comment.