mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
packaging: Pass version directly
This commit is contained in:
parent
efd5f50f5e
commit
0729f0a113
22 changed files with 25 additions and 60 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Configuration Options
|
||||
|
||||
, versionSuffix ? ""
|
||||
, version
|
||||
|
||||
# Whether to enable Markdown rendering in the Nix binary.
|
||||
, enableMarkdown ? !stdenv.hostPlatform.isWindows
|
||||
|
|
@ -36,8 +36,6 @@
|
|||
|
||||
let
|
||||
inherit (lib) fileset;
|
||||
|
||||
version = lib.fileContents ./.version + versionSuffix;
|
||||
in
|
||||
|
||||
mkMesonDerivation (finalAttrs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue