Commit graph

61181 commits

Author SHA1 Message Date
Mathieu Othacehe 1dd7b87f10
image: Set offset default to zero.
* gnu/image.scm (<partition>)[offset]: Set to zero by default.
* gnu/system/image.scm (system-disk-image): Adapt accordingly.
2020-05-26 13:06:37 +02:00
Christopher Baines 20f524a44b
gnu: virt-manager: Work towards enabling some tests.
* gnu/packages/virtualization.scm (virt-manager)[arguments]: Set #:test-target
to "test_ui", replace the 'check phase.
[native-inputs]: Add some inputs required for running tests.
2020-05-26 09:02:06 +01:00
Christopher Baines c4b0131010
gnu: python2-dogtail: Switch to Python 3, and add Python 2 variant.
* 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.
2020-05-26 09:02:06 +01:00
Christopher Baines cf7381612c
gnu: python2-dogtail: Update to 0.9.11.
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/
2020-05-26 09:02:06 +01:00
Christopher Baines 06fe35cf0c
gnu: python-pyatspi: Propagate python-pygobject.
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.
2020-05-26 09:02:05 +01:00
Christopher Baines 5d31933e0b
gnu: Add python2-pyatspi.
This will enable updating python2-dogtail to 0.9.11.

* gnu/packages/gnome.scm (python2-pyatspi): New variable.
2020-05-26 09:02:05 +01:00
Mathieu Othacehe 1dbd0005a1
system: image: Fix disk-image cross-compilation.
* gnu/system/image.scm (system-disk-image): Use the native version of the
helper packages (e2fsprogs, dosfstools, mtools, genimage, coreutils and
findutils).
2020-05-26 10:00:08 +02:00
Mathieu Othacehe 15135a5e13
gnu: grub: Allow "grub-bios-setup" to operate on raw disk-images.
* gnu/packages/patches/grub-setup-root.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Apply it.
2020-05-26 10:00:08 +02:00
Mathieu Othacehe 16f9124d1f
build: image: Add support for EXT2 and EXT3 file-systems.
* 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".
2020-05-26 09:57:10 +02:00
Mathieu Othacehe 1b4fa7851b
image: Add partition offset support.
* gnu/image.scm (partition-offset): New procedure,
(<partition>)[offset]: new field.
* gnu/system/image.scm (system-disk-image): Apply the partition offset.
2020-05-26 09:57:06 +02:00
Marcin Karpezo edb0366c16
gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:48 +03:00
Marcin Karpezo dfd4a29889
gnu: sbcl-swm-gaps: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 546f21c22f
gnu: sbcl-globalwindows: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 40dab17631
gnu: sbcl-pass: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 7b7c3c081d
gnu: sbcl-ttf-fonts: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 8b2a637dcd
gnu: stumpish: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Efraim Flashner 681ac9a66c
gnu: go-github-com-prometheus-procfs: Re-indent.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs):
Re-indent the package.
2020-05-26 09:54:36 +03:00
Efraim Flashner 3d2e2bf6b8
gnu: go-github-com-prometheus-procfs: Update to 0.0.11.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update
to 0.0.11.
[propagated-inputs]: Add go-golang-org-x-sys.
2020-05-26 09:54:36 +03:00
Efraim Flashner a63077f003
gnu: go-github-com-maruel-panicparse: Update to 1.4.1.
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to
1.4.1.
2020-05-26 09:54:36 +03:00
Efraim Flashner f913f7d9e5
gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile):
Update to 1.0.1.
2020-05-26 09:54:36 +03:00
Efraim Flashner a2b7abcd97
gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.4.1.
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber):
Update to 1.4.1.
2020-05-26 09:54:35 +03:00
Efraim Flashner 37b0793d51
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.6.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.6.0.
2020-05-26 09:54:35 +03:00
Efraim Flashner f5c9d2611f
gnu: go-github-com-lib-pq: Update to 1.5.2.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.5.2.
2020-05-26 09:54:35 +03:00
Efraim Flashner 28d60279c9
gnu: go-github-com-kr-text: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0.
2020-05-26 09:54:35 +03:00
Efraim Flashner 369aab196d
gnu: go-github-com-mitchellh-go-homedir: Enable tests.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)
[arguments]: Enable tests. Add custom phase to set HOME environment
variable.
2020-05-26 09:54:35 +03:00
Efraim Flashner c748f5262f
gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir): Update
to 1.1.0.
2020-05-26 09:54:34 +03:00
Efraim Flashner 2de39dc723
gnu: go-github-com-mitchellh-go-homedir: Update version string.
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.
2020-05-26 09:54:34 +03:00
Efraim Flashner cbc139a791
gnu: go-github-com-ccding-go-stun: Update to 0.1.2.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to
0.1.2.
2020-05-26 09:54:34 +03:00
Efraim Flashner 4ddd50c608
gnu: go-github-com-ccding-go-stun: Update version string.
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.
2020-05-26 09:54:34 +03:00
Efraim Flashner 4672f2c23c
gnu: go-github-com-stathat-go: Update 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.
2020-05-26 09:54:34 +03:00
Efraim Flashner 1e07bd2aa7
gnu: go-github-com-certifi-gocertifi: Update to 2020.02.11.
* gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to
2020.02.11.
2020-05-26 09:54:33 +03:00
Efraim Flashner b5a68ec8b9
gnu: go-github-com-bkaradzic-go-lz4: Update version string.
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4)[version]:
Commit comes after the 1.0.0 release.
2020-05-26 09:54:33 +03:00
Efraim Flashner f6b4ca5a0a
gnu: go-github-com-blang-semver: Update to 4.0.0.
* gnu/packages/golang.scm (go-github-com-blang-semver): Update to 4.0.0.
2020-05-26 09:54:33 +03:00
Efraim Flashner 5f833e0495
gnu: go-github-com-blang-semver: Update version string.
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.
2020-05-26 09:54:33 +03:00
Tobias Geerinckx-Rice dc36bfec50
gnu: nethogs: Use explicitly BASE32 source hash.
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.
2020-05-26 03:07:54 +02:00
Tobias Geerinckx-Rice 51a11b82a3
gnu: mupdf: Don't use NAME in source URI.
* gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
2020-05-26 03:07:53 +02:00
Vagrant Cascadian 2f04adf5c4
gnu: disorderfs: Update to 0.5.10.
* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
2020-05-25 17:27:30 -07:00
Vagrant Cascadian 0321c6ebea
gnu: diffoscope: Update to 145.
* gnu/packages/diffoscope (diffoscope): Update to 145.
2020-05-25 17:27:06 -07:00
Edouard Klein d79c917f2d
gnu: Add python-pytest-pycodestyle.
* gnu/packages/python-check.scm (python-pytest-pycodestyle): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Edouard Klein dd003125f7
gnu: python-iml: Use HTTPS home page.
* gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Marcin Karpezo c1f3382e6f
gnu: Add dump.
* gnu/packages/backup.scm (dump): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Marius Bakke 9da8707841
gnu: emacsy-minimal: Do not use "v" prefix in version string.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Turn COMMIT binding into a
"git describe" string.
[version]: Drop first character of COMMIT.
2020-05-26 00:56:19 +02:00
Marius Bakke 9d7ecf1c82
gnu: perl-getopt-long: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-getopt-long)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:19 +02:00
Marius Bakke 3e5446e752
gnu: perl-file-find-object: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-file-find-object)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:18 +02:00
Marius Bakke 03ed699159
gnu: perl-time-mock: Do not use "v" in version string.
* gnu/packages/perl.scm (perl-time-mock)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:18 +02:00
Marius Bakke 95fd14df34
gnu: pianobar: Build with the default C standard.
* gnu/packages/music.scm (pianobar)[arguments]: Remove CFLAGS from #:make-flags.
2020-05-26 00:56:18 +02:00
Tobias Geerinckx-Rice d01269d251
gnu: radare2: Update to 4.4.0.
* gnu/packages/engineering.scm (radare2): Update to 4.4.0.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice 6454e5ac50
gnu: radare2: Remove impotent snippet.
* gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice 655a0c65be
gnu: radare2: Use OUTPUTS keyword.
* gnu/packages/engineering.scm (radare2)[arguments]: Substitute OUTPUTS for %OUTPUTS.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice b5c6264188
gnu: radare2: Remove pointless configure flag.
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
‘--without-nonpic’ from #:configure-flags.
2020-05-26 00:19:40 +02:00