mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
9e860e41eb
From https://github.com/Uthar/nix-cl Commit ebeb76057abf01029067f1ebe0ae6fae90848bfe
19 lines
607 B
Diff
19 lines
607 B
Diff
Dont use the qt+libs system for managing Qt dependencies, because Nix provides
|
|
them already.
|
|
Don't build the deploy.lisp helper file, because Nix also can handle deployment.
|
|
--- a/qtools.asd
|
|
+++ b/qtools.asd
|
|
@@ -33,10 +33,9 @@
|
|
(:file "generate")
|
|
(:file "dynamic")
|
|
(:file "precompile")
|
|
- (:file "deploy")
|
|
(:file "fast-call")
|
|
(:file "documentation"))
|
|
- :depends-on (:qt+libs
|
|
+ :depends-on (:qt
|
|
:deploy
|
|
:cl-ppcre
|
|
:closer-mop
|
|
|
|
Diff finished. Sun Oct 2 14:38:06 2022
|