Merge pull request #272782 from wkordalski/master

lapce: pass correct version during lapce compilation
This commit is contained in:
Nick Cao 2023-12-09 21:39:26 -05:00 committed by GitHub
commit 3325b296ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,9 @@ rustPlatform.buildRustPackage rec {
# Get openssl-sys to use pkg-config
OPENSSL_NO_VENDOR = 1;
# This variable is read by build script, so that Lapce editor knows its version
env.RELEASE_TAG_NAME = "v${version}";
buildInputs = [
glib
gtk3