aboutsummaryrefslogtreecommitdiff
[
  {
    "name": "myhello",
    "version": "2.10",
    "source": "mirror://gnu/hello/hello-2.10.tar.gz",
    "build-system": "gnu",
    "arguments": {
      "tests?": false
    },
    "home-page": "https://www.gnu.org/software/hello/",
    "synopsis": "Hello, GNU world: An example GNU package",
    "description": "GNU Hello prints a greeting.",
    "license": "GPL-3.0+",
    "native-inputs": ["gettext"]
  },
  {
    "name": "greeter",
    "version": "1.0",
    "source": "mirror://gnu/hello/hello-2.10.tar.gz",
    "build-system": "gnu",
    "arguments": {
      "test-target": "foo",
      "parallel-build?": false
    },
    "home-page": "https://example.com/",
    "synopsis": "Greeter using GNU Hello",
    "description": "This is a wrapper around GNU Hello.",
    "license": "GPL-3.0+",
    "inputs": ["myhello", "hello"]
  }
]
81e2b64401c2fe2'>system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès 2015-02-04system: Add bindings to configure libc's NSS....Ludovic Courtès 2015-01-22gnu: Add convenience macros to make module imports more concise....Joshua S. Grant 2014-09-09Have (gnu) re-export (guix gexp)....Ludovic Courtès 2014-05-22Add (gnu) module....Ludovic Courtès 2'>system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès