unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: The Man <squishypinkelephant@gmail.com>
To: 73543@debbugs.gnu.org
Cc: squishypinkelephant <squishypinkelephant@gmail.com>
Subject: [bug#73543] [PATCH] add tracy-headers
Date: Sat, 28 Sep 2024 21:22:10 -0500	[thread overview]
Message-ID: <20240929022210.14093-1-squishypinkelephant@gmail.com> (raw)

From: squishypinkelephant <squishypinkelephant@gmail.com>

Change-Id: Ife9cb2b22c19e671db76e4e03acccc64e2d1e56b
---
 gnu/packages/profiling.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 3862dc2e22..e44eaf4954 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -26,6 +26,7 @@ (define-module (gnu packages profiling)
   #:use-module ((guix licenses) #:prefix license:) ; avoid zlib, expat clashes
   #:use-module (guix download)
   #:use-module (guix utils)
+  #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
@@ -479,3 +480,14 @@ (define-public tracy
               (delete "libxkbcommon" "wayland")
               (prepend glfw)))
     (synopsis "Frame profiler (X11 version)")))
+
+(define-public tracy-headers
+  (package
+    (inherit tracy-wayland)
+    (name "tracy-headers")
+    (build-system cmake-build-system)
+    ;; the default cmake target is to build headers. how convenient!
+    (arguments
+      `(#:phases %standard-phases
+        #:tests? #f))
+    (synopsis "Headers for Tracy profiler")))
-- 
2.46.0





                 reply	other threads:[~2024-09-29  2:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240929022210.14093-1-squishypinkelephant@gmail.com \
    --to=squishypinkelephant@gmail.com \
    --cc=73543@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).