nix: fix quote
This commit is contained in:
parent
9960cfa059
commit
49bc0bdfee
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ in
|
|||
cmakeFlags = [
|
||||
(lib.cmakeFeature "INSTALL_LIBDIR" "${placeholder "out"}/lib")
|
||||
(lib.cmakeFeature "INSTALL_QMLDIR" qt6.qtbase.qtQmlPrefix)
|
||||
(lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/caelestia-shell)
|
||||
(lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/caelestia-shell")
|
||||
(lib.cmakeFeature "GIT_REVISION" rev)
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue