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"]
  }
]
Efraim Flashner 2016-12-01gnu: nasm: Allow building on all systems....* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field. Efraim Flashner 2016-10-27gnu: lightning: Add missing input....* gnu/packages/assembly.scm (lightning)[native-inputs]: Add zlib. Efraim Flashner 2016-06-22gnu: lightning: Fix typo....This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73. * gnu/packages/assembly.scm (lightning): Add 'license' prefix. Alex Kost 2016-06-22gnu: lightning: Move to (gnu packages assembly)....* gnu/packages/lightning.scm: Remove. Move 'lightning' to... * gnu/packages/assembly.scm (lightning): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Alex Kost 2016-06-21gnu: nasm: Make build bit-reproducible....* gnu/packages/patches/nasm-no-ps-pdf.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/assembly.scm (nasm): Use it. Remove ghostscript, do not build PS or PDF docs. Makes build bit-reproducible. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jan Nieuwenhuizen 2016-06-21gnu: yasm: Move to (gnu packages assembly)....* gnu/packages/yasm.scm: Remove. Move 'yasm' to... * gnu/packages/assembly.scm (yasm): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Ludovic Courtès 2016-06-21gnu: Add nasm....* gnu/packages/assembly.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Jan Nieuwenhuizen