mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libtpms: 0.10.2 -> 0.10.2-unstable-2026-05-06
This commit is contained in:
commit
4285107fe5
2 changed files with 11 additions and 5 deletions
|
|
@ -10,17 +10,15 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libtpms";
|
||||
version = "0.10.2";
|
||||
version = "0.10.2-unstable-2026-05-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stefanberger";
|
||||
repo = "libtpms";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-UhEpq5f/FT5DmtzQBe/Si414mOq+D4glikgRNK60GKQ=";
|
||||
rev = "521c51073fe6f7c56023db78e56961fcaf7906e8";
|
||||
hash = "sha256-wCipOOr3LnLq1NqDtxw6hq0VTyniDwp18vBxyET/WGM=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "strictflexarrays3" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
pkgsCross,
|
||||
testers,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
buildPackages,
|
||||
makeBinaryWrapper,
|
||||
ninja,
|
||||
|
|
@ -237,6 +238,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
./0003-add-rootprefix-to-lookup-dir-paths.patch
|
||||
./0004-path-util.h-add-placeholder-for-DEFAULT_PATH_NORMAL.patch
|
||||
./0005-core-don-t-taint-on-unmerged-usr.patch
|
||||
|
||||
# TODO: remove the following patch when systemd v261 is released.
|
||||
# see upstream PR: https://github.com/systemd/systemd/pull/41232
|
||||
(fetchpatch {
|
||||
url = "https://github.com/systemd/systemd/commit/df45055942330fcd2b77389e449905e7f6ca34ec.patch";
|
||||
hash = "sha256-PDh4mP9rYGCglp25346nExU2v6P0WYPfLZgu+YwzZ9c=";
|
||||
})
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu) [
|
||||
./0006-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue