diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-05-14 12:15:57 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-23 09:17:49 +0200 |
| commit | 16f6588aee3918f83eea1ec9d31e973856984c3c (patch) | |
| tree | 25275bab01b45debf85369ff40c1de40351b4dc1 /gnu | |
| parent | a6356a32b83f59b91c08f7a73a7910fba32d3673 (diff) | |
gnu: libei: Use valgrind/pinned.
* gnu/packages/freedesktop.scm (libei)[native-inputs]: Replace
valgrind/interactive with valgrind/pinned.
Change-Id: Idf0b65eb7ae1bc44da90516958705a6931255301
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 1f57aecbd0a..a627df4e47a 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm | |||
| @@ -748,7 +748,7 @@ other applications that need to directly deal with input devices.") | |||
| 748 | python-pytest | 748 | python-pytest |
| 749 | python-structlog | 749 | python-structlog |
| 750 | python-pyaml | 750 | python-pyaml |
| 751 | valgrind/interactive)) | 751 | valgrind/pinned)) |
| 752 | (home-page "https://libinput.pages.freedesktop.org/libei/") | 752 | (home-page "https://libinput.pages.freedesktop.org/libei/") |
| 753 | (synopsis "Emulated Input protocol implementation") | 753 | (synopsis "Emulated Input protocol implementation") |
| 754 | (description | 754 | (description |
