nextpnr: migrate to by-name

This commit is contained in:
Luflosi 2024-01-24 13:00:09 +01:00 committed by Austin Seipp
parent 056a4d8d52
commit 23566fe16d
2 changed files with 1 additions and 3 deletions

View File

@ -16759,9 +16759,7 @@ with pkgs;
neko = callPackage ../development/compilers/neko { };
nextpnr = callPackage ../development/compilers/nextpnr { };
nextpnrWithGui = libsForQt5.callPackage ../development/compilers/nextpnr {
nextpnrWithGui = libsForQt5.callPackage ../by-name/ne/nextpnr/package.nix {
enableGui = true;
inherit (darwin.apple_sdk.frameworks) OpenGL;
};