Merge pull request #272782 from wkordalski/master
lapce: pass correct version during lapce compilation
This commit is contained in:
commit
3325b296ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user