index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
packages.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
packages: 'generate-package-cache' is deterministic.
...
Ludovic Courtès
2020-07-30
1
-31
/
+51
*
Use 'formatted-message' instead of '&message' where appropriate.
...
Ludovic Courtès
2020-07-25
1
-3
/
+3
*
packages: Prevent inlining of 'find-best-packages-by-name'.
...
Ludovic Courtès
2020-01-17
1
-0
/
+3
*
Adjust module autoloads.
...
Ludovic Courtès
2020-01-06
1
-3
/
+3
*
packages: 'fold-available-packages' uses 'supported-package?'.
...
Ludovic Courtès
2019-10-14
1
-3
/
+1
*
packages: 'generate-package-cache' uses 'supported-package?'.
...
Ludovic Courtès
2019-09-06
1
-3
/
+1
*
Merge branch 'master' into core-updates
Ludovic Courtès
2019-06-27
1
-2
/
+6
|
\
|
*
packages: 'specification->package+output' distinguishes "no output specified".
...
Ludovic Courtès
2019-06-27
1
-2
/
+6
*
|
packages: Remove 'search-bootstrap-binary'.
...
Ludovic Courtès
2019-06-14
1
-24
/
+1
*
|
Merge branch 'master' into core-updates
Marius Bakke
2019-05-01
1
-0
/
+25
|
\
|
|
*
packages: Reintroduce 'find-newest-available-packages'.
...
Ludovic Courtès
2019-03-28
1
-0
/
+25
*
|
Merge branch 'staging' into core-updates
Marius Bakke
2019-03-14
1
-7
/
+10
|
\
|
|
*
packages: Add the channel .go files to the search path.
...
Ludovic Courtès
2019-03-11
1
-7
/
+10
*
|
Merge branch 'staging' into core-updates
Marius Bakke
2019-02-20
1
-23
/
+30
|
\
|
|
*
packages: Remove duplicates from package cache.
...
Ludovic Courtès
2019-02-16
1
-23
/
+30
*
|
Merge branch 'master' into core-updates
Ricardo Wurmus
2019-02-06
1
-30
/
+229
|
\
|
|
*
guix package: '--list-available' can use data from the cache.
...
Ludovic Courtès
2019-01-15
1
-0
/
+45
|
*
edit: Use 'specification->location' to read information from the cache.
...
Ludovic Courtès
2019-01-15
1
-0
/
+51
|
*
channels: Compute a package cache and use it.
...
Ludovic Courtès
2019-01-15
1
-3
/
+124
|
*
packages: Remove 'find-newest-available-packages'.
...
Ludovic Courtès
2019-01-15
1
-28
/
+10
*
|
gnu: Use i686-linux bootstrap binaries on x86_64-linux.
...
Ludovic Courtès
2018-12-20
1
-7
/
+11
|
/
*
Add (guix describe) and use it to initialize '%package-search-path'.
...
Ludovic Courtès
2018-09-02
1
-8
/
+19
*
packages: 'find-packages-by-name' properly honors version prefixes.
...
Ludovic Courtès
2018-05-13
1
-1
/
+1
*
discovery: Remove dependency on (guix ui).
...
Ludovic Courtès
2018-04-08
1
-2
/
+4
*
Add (guix self).
...
Ludovic Courtès
2018-04-08
1
-2
/
+19
*
packages: 'fold-packages' takes #:select? parameter.
...
Ludovic Courtès
2017-11-07
1
-5
/
+5
*
packages: 'fold-packages' takes an optional 'modules' parameter.
...
Ludovic Courtès
2017-09-01
1
-5
/
+7
*
packages: Add 'specifications->manifest'.
...
Ludovic Courtès
2017-06-11
1
-1
/
+11
*
Add (guix discovery).
...
Ludovic Courtès
2017-05-03
1
-85
/
+8
*
ui: Rename '_' to 'G_'.
...
Ludovic Courtès
2017-05-03
1
-9
/
+9
*
packages: Remove support for PACKAGE-VERSION deprecated syntax.
...
Ludovic Courtès
2017-05-01
1
-15
/
+2
*
packages: Use PACKAGE@VERSION syntax when reporting ambiguities.
...
Ludovic Courtès
2017-03-08
1
-2
/
+2
*
packages: Add 'search-auxiliary-file'.
...
Alex Kost
2017-02-27
1
-6
/
+18
*
Use 'mlambda' instead of 'memoize'.
...
Ludovic Courtès
2017-01-28
1
-16
/
+15
*
Add (guix memoization).
...
Ludovic Courtès
2017-01-28
1
-1
/
+2
*
ui: Do not shadow '_' where it's used as a literal syntax match.
...
Ludovic Courtès
2016-09-20
1
-1
/
+1
*
packages: Add 'package-superseded' and associated support.
...
Ludovic Courtès
2016-09-06
1
-1
/
+8
*
packages: Add 'hidden-package'.
...
Ludovic Courtès
2016-07-28
1
-1
/
+2
*
packages: Export 'scheme-modules'.
...
Ludovic Courtès
2016-06-20
1
-4
/
+5
*
utils: Move combinators to (guix combinators).
...
Ludovic Courtès
2016-05-04
1
-0
/
+1
*
packages: Add 'search-patches'.
...
Alex Kost
2016-04-14
1
-0
/
+6
*
packages: Gracefully report packages not found.
...
Ludovic Courtès
2016-03-08
1
-1
/
+3
*
packages: Support the deprecated "NAME-VERSION" syntax.
...
Ludovic Courtès
2016-03-08
1
-3
/
+7
*
packages: Clarify NAME-VERSION deprecation message.
...
Ludovic Courtès
2016-03-08
1
-2
/
+3
*
utils: Use '@' for separating package names and version numbers.
...
Mathieu Lirzin
2016-03-02
1
-5
/
+13
*
packages: Factorize package specification search.
...
Mathieu Lirzin
2016-03-02
1
-35
/
+31
*
Do not check package freshness during upgrade.
...
Alex Kost
2016-02-24
1
-68
/
+1
*
packages: Remove now redundant graph procedures.
...
Ludovic Courtès
2015-12-20
1
-61
/
+0
*
packages: Update 'check-package-freshness' to use (guix upstream).
...
Ludovic Courtès
2015-10-21
1
-3
/
+8
*
Move 'specification->package+output' to (gnu packages).
...
Ludovic Courtès
2015-06-18
1
-1
/
+35
[next]