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"]
  }
]
images?id=f3114ac4f0f1ac20a85dcb20c44cb32e06c22a14'>system: images: Add unmatched module....Efraim Flashner 2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login....dan 2022-12-09system: images: Add networking support to pine64 image....Gabriel Wicki 2022-10-13system: Use a valid license as the dummy license....Ricardo Wurmus 2022-09-24system: images: Add wsl2 module....Alex Griffin 2022-09-24platforms: x86: Rename Hurd hurd to i586-gnu....Mathieu Othacehe 2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe 2022-09-07system: images: Define the platform in image-types....Mathieu Othacehe 2022-05-25images: hurd: Adjust module imports....Efraim Flashner 2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret 2022-03-15images: novena: Fix build....Mathieu Othacehe 2021-10-18system: image: Ensure Hurd images are cross-compiled if needed....Ludovic Courtès 2021-10-11gnu: Add platform support....Mathieu Othacehe 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer 2021-08-28images: pinebook-pro: Fix the agetty baud rate....Mathieu Othacehe