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"]
  }
]
uix/commit/gnu/packages/c.scm?id=9c30cba431ccc36462f91652b624ae0068d77491'>gnu: pcc: Use INVOKE....Ricardo Wurmus 2018-10-24gnu: libbytesize: Update to 1.4....Tobias Geerinckx-Rice 2018-08-27Update email for Pierre Neidhardt....Pierre Neidhardt 2018-07-30gnu: Add libbytesize....Pierre Neidhardt 2018-04-30gnu: tcc-wrapper: Use Guile 2.2....Ludovic Courtès 2018-01-19gnu: tcc: Update to 0.9.27....Tobias Geerinckx-Rice