gwl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 1/2] packages: Support for full Guix specification


From: Olivier Dion
Subject: Re: [PATCH v1 1/2] packages: Support for full Guix specification
Date: Thu, 21 Apr 2022 16:10:37 -0400

The patch was tested on the following example:
--8<---------------cut here---------------start------------->8---
process list-binary-symbols (with pkg binary)
  synopsis "List all symbols of an executable."
  description "Given a package, returns a list of symbols of an executable."
  packages
    list "findutils" "elfutils:bin"
      string-append pkg ":debug"
  outputs
    string-append binary "-symbol-list.txt"
  # {
      eu-nm $(find -L $_GWL_PROFILE/lib/debug -name "{{binary}}.debug") > 
{{outputs}}
  }

workflow test
  processes
    list-binary-symbols "guile@3.0.8" "guile"
--8<---------------cut here---------------end--------------->8---

-- 
Olivier Dion
oldiob.dev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]