aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.json
blob: a47e266e4bd58c8a7f0d7865d181b643312b0d2a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
  {
    "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": "https://example.com/greeter-1.0.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"]
  }
]
tès 2019-03-04environment: Remove deprecated -E/--exec option....Ludovic Courtès 2019-02-16environment: Add '--inherit'....Ludovic Courtès 2018-12-17environment: Support package transformation options....Ludovic Courtès 2018-02-21environment: Add --manifest option....David Thompson 2017-06-21environment: Disable profile collision checks....Ludovic Courtès 2017-01-19guix environment, build: Allow absolute file names with '--root'....Ludovic Courtès 2016-12-20environment: Add '--root' option....Ludovic Courtès 2016-07-26environment: Set 'GUIX_ENVIRONMENT' to the profile....Ludovic Courtès 2016-06-05profiles: 'profile-derivation' now honors #:system....Ludovic Courtès 2016-02-12scripts: environment: Build environments as profiles....David Thompson 2015-11-02tests: Set 'SHELL' for 'guix environment'....Ludovic Courtès 2015-10-30scripts: environment: Allow lists of packages in expressions....David Thompson 2015-10-29scripts: environment: Allow mixing regular and ad-hoc packages....David Thompson 2015-10-09scripts: environment: Use system* instead of system....David Thompson 2015-07-08tests: Test the exit code of 'guix environment'....Ludovic Courtès 2015-07-01environment: For --ad-hoc, allow users to specify an output....Ludovic Courtès 2015-07-01environment: Add only the specified outputs of the dependencies....Ludovic Courtès 2015-07-01tests: Add tests for 'guix environment'....Ludovic Courtès