Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python2-dogtail): Rename to python-dogtail.
[name]: Change python2-dogtail to python-dogtail.
[arguments]: Remove #:python.
[propagated-inputs,native-inputs]: Switch Python 2 packages to Python 3
variants.
(python2-dogtail): New variable.
|
|
There are newer releases on a gitlab.com repository compared to PyPI. Make an
attempt at getting the tests to work, they don't yet I believe because DBus
isn't working properly. This update is a step towards getting a Python 3
variant of the package, which can be used to test virt-manager.
* gnu/packages/python-xyz.scm (python2-dogtail): Update to 0.9.11.
[source]: Switch from PyPI to gitlab.com, as gitlab.com contains newer
releases.
[arguments]: Replace the check phase, and update comment about disabling the
tests.
[propagated-inputs,native-inputs]: Add relevant packages.
[home-page]: Change to https://gitlab.com/dogtail/dogtail/
|
|
As python-pygobject is required at runtime.
* gnu/packages/gnome.scm (python-pyatspi)[inputs]: Move python-pygobject to…
[propagated-inputs]: …here.
(python2-pyatspi)[inputs]: Move python2-pygobject to…
[propagated-inputs]: …here.
|
|
This will enable updating python2-dogtail to 0.9.11.
* gnu/packages/gnome.scm (python2-pyatspi): New variable.
|
|
* gnu/system/image.scm (system-disk-image): Use the native version of the
helper packages (e2fsprogs, dosfstools, mtools, genimage, coreutils and
findutils).
|
|
* gnu/packages/patches/grub-setup-root.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Apply it.
|
|
* gnu/build/image.scm (make-ext4-image): Rename to ...
(make-ext-image): ... it, and pass the file-system type to mke2fs,
(make-partition-image): Adapt to call "make-ext-image" if the partition
file-system is prefixed by "ext".
|
|
* gnu/image.scm (partition-offset): New procedure,
(<partition>)[offset]: new field.
* gnu/system/image.scm (system-disk-image): Apply the partition offset.
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs):
Re-indent the package.
|
|
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update
to 0.0.11.
[propagated-inputs]: Add go-golang-org-x-sys.
|
|
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to
1.4.1.
|
|
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile):
Update to 1.0.1.
|
|
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber):
Update to 1.4.1.
|
|
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.6.0.
|
|
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.5.2.
|
|
* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0.
|
|
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)
[arguments]: Enable tests. Add custom phase to set HOME environment
variable.
|
|
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir): Update
to 1.1.0.
|
|
The commit was actually at the 1.0.0 tag.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)[version]:
Update to proper version.
[source]: Update commit for git-fetch.
|
|
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to
0.1.2.
|
|
The commit was also tagged 0.1.1.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun)[version]:
Change to tagged version.
[source]: Update to use version string.
|
|
The commit was also tagged 1.0.0.
* gnu/packages/syncthing.scm (go-github-com-stathat-go)[version]: Retag
1.0.0.
[source]: Update to use version string.
|
|
* gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to
2020.02.11.
|
|
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4)[version]:
Commit comes after the 1.0.0 release.
|
|
* gnu/packages/golang.scm (go-github-com-blang-semver): Update to 4.0.0.
|
|
The commit was actually the tag for 3.3.0.
* gnu/packages/golang.scm (go-github-com-blang-semver)[version]: Retag
as 3.3.0.
[source]: Update to use version string.
|
|
Works around
error: failed to load 'gnu/packages/networking.scm':
ice-9/eval.scm:293:34: Wrong type to apply: #<syntax-transformer base32>
when manually building from git.
* gnu/packages/networking.scm (nethogs)[source]: Use BASE32 explicitly.
|
|
* gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
|
|
* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
|
|
* gnu/packages/diffoscope (diffoscope): Update to 145.
|
|
* gnu/packages/python-check.scm (python-pytest-pycodestyle): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/backup.scm (dump): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (emacsy-minimal): Turn COMMIT binding into a
"git describe" string.
[version]: Drop first character of COMMIT.
|
|
* gnu/packages/perl.scm (perl-getopt-long)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
|
|
* gnu/packages/perl.scm (perl-file-find-object)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
|
|
* gnu/packages/perl.scm (perl-time-mock)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
|
|
* gnu/packages/music.scm (pianobar)[arguments]: Remove CFLAGS from #:make-flags.
|
|
* gnu/packages/engineering.scm (radare2): Update to 4.4.0.
|
|
* gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.
|
|
* gnu/packages/engineering.scm (radare2)[arguments]: Substitute OUTPUTS for %OUTPUTS.
|
|
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
‘--without-nonpic’ from #:configure-flags.
|
|
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
|
|
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
|