mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
f7f1e571b2
Also updated nclasses and nhooks (Nyxt dependecies) and tweaked the build to fix https://github.com/atlas-engineer/nyxt/issues/3075#issuecomment-1649680175. release notes: https://nyxt.atlas.engineer/article/release-3.5.0.org
13 lines
371 B
Diff
13 lines
371 B
Diff
diff --git a/nyxt.asd b/nyxt.asd
|
|
index ea2630ce..fdf837e4 100644
|
|
--- a/nyxt.asd
|
|
+++ b/nyxt.asd
|
|
@@ -480,7 +480,6 @@ The renderer is configured from NYXT_RENDERER or `*nyxt-renderer*'."))
|
|
:defsystem-depends-on ("nasdf")
|
|
:class :nasdf-system
|
|
:depends-on (nyxt/gi-gtk)
|
|
- :build-operation "program-op"
|
|
:build-pathname "nyxt"
|
|
:entry-point "nyxt:entry-point")
|
|
|