1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 00:12:43 +01:00

Merge pull request #11055 from NixOS/packaging-for-nixpkgs

Indirections for packaging meson-based granular build for Nixpkgs
This commit is contained in:
Robert Hensing 2024-07-07 21:33:01 +02:00 committed by GitHub
commit a9592077fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 43 additions and 65 deletions

View file

@ -20,15 +20,13 @@
# Configuration Options
, versionSuffix ? ""
, version
, embeddedSandboxShell ? stdenv.hostPlatform.isStatic
}:
let
inherit (lib) fileset;
version = lib.fileContents ./.version + versionSuffix;
in
mkMesonDerivation (finalAttrs: {