nextpnr: migrate to by-name

This commit is contained in:
Luflosi
2024-01-30 12:45:49 -06:00
committed by Austin Seipp
parent 056a4d8d52
commit 23566fe16d
2 changed files with 1 additions and 3 deletions
+1 -3
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;
};