Michael Weiss
8d9c2fc3ff
python37Packages.google_api_python_client: 1.7.4 -> 1.7.7
2019-01-05 22:32:49 +01:00
Michael Weiss
e7e18206dd
fuse: 2.9.8 -> 2.9.9
2019-01-05 02:26:02 +01:00
Michael Weiss
82e204382f
androidStudioPackages.{dev,canary}: 3.4.0.8 -> 3.4.0.9
2019-01-04 12:00:16 +01:00
Michael Weiss
65c953976c
Merge pull request #53138 from gnidorah/sway
...
nixos/sway: Improve the wrapper
2019-01-04 11:49:07 +01:00
Michael Weiss
b6aba6cc18
pythonPackages.pysnmp: 4.4.6 -> 4.4.8
...
The build was broken [0] due to an incorrect dependency (not sure why it
was working before, maybe the libraries where compatible).
[0]: https://hydra.nixos.org/build/86085666
2019-01-03 22:41:02 +01:00
Michael Weiss
805e89ce32
python3Packages.goobook: 3.1 -> 3.3
...
Unfortunately this package was unmaintained for years, which is why I
had to change quite some stuff (it's probably still not perfect) and set
myself as maintainer (replacing the existing ones, which maintained it
until version 1.9).
2018-12-27 21:15:05 +01:00
Michael Weiss
a47c3b32ab
tdesktop: 1.5.3 -> 1.5.4
...
tdesktopPackages.preview: 1.5.3 -> 1.5.4
2018-12-24 11:43:53 +01:00
Michael Weiss
ff70335091
tdesktop: 1.5.2 -> 1.5.3
...
tdesktopPackages.preview: 1.5.2 -> 1.5.3
2018-12-23 12:27:05 +01:00
Michael Weiss
bacc8e6a54
sshfs: 3.5.0 -> 3.5.1
2018-12-22 17:56:42 +01:00
Michael Weiss
1259a24c05
fuse3: 3.3.0 -> 3.4.1
2018-12-22 17:56:42 +01:00
Michael Weiss
25b80b62da
wlroots: Remove the overrides for Meson
...
These overrides aren't required anymore as Meson 0.48.2 is now in
nixpkgs and there aren't any big problems so far (i.e. a revert is
unlikely).
2018-12-22 17:33:08 +01:00
Michael Weiss
469a36cdb9
gns3-server: Switch to overrideAttrs
2018-12-21 11:07:39 +01:00
Michael Weiss
0aac84e1c3
gitRepo: 1.13.0 -> 1.13.1
2018-12-20 22:10:57 +01:00
Michael Weiss
7b26a5843e
gns3-server: Fix the build
...
This solution isn't optimal but it seems like typing has problems with
Python 3.7 and prompt_toolkit 1.0.15 is still required.
2018-12-20 21:45:09 +01:00
Michael Weiss
542a7d4ca6
androidStudioPackages.beta: 3.3.0.18 -> 3.3.0.19
2018-12-20 20:58:11 +01:00
Michael Weiss
b07a703125
androidStudioPackages.{dev,canary}: 3.4.0.7 -> 3.4.0.8
2018-12-20 20:58:11 +01:00
Michael Weiss
ba8dbbd010
pythonPackages.raven: 6.9.0 -> 6.10.0
2018-12-20 20:54:29 +01:00
Michael Weiss
ca0c253a80
monkeysphere: Patch OpenSSH to run the tests in the sandbox
2018-12-20 16:50:20 +01:00
Michael Weiss
1928f801a6
tdesktop: 1.5.1 -> 1.5.2
...
tdesktopPackages.preview: 1.5.1 -> 1.5.2
2018-12-17 14:22:24 +01:00
Michael Weiss
81eed0f30a
androidStudioPackages.{dev,canary}: 3.4.0.6 -> 3.4.0.7
2018-12-13 20:50:21 +01:00
Michael Weiss
1c63a4678a
gitRepo: 1.12.37 -> 1.13.0
2018-12-13 20:46:13 +01:00
Michael Weiss
e01209f2c7
signal-desktop: 1.18.1 -> 1.19.0
...
A new dependency (at-spi2-atk) is required for libatk-bridge-2.0.so.
Also libstdc++.so.6 is now required from stdenv.cc.cc.lib (stdenv.cc.cc
doesn't offer it). The binary will only find libstdc++.so.6 via
$LD_LIBRARY_PATH (i.e. not via rpath, the run-time search path).
2018-12-12 17:30:49 +01:00
Michael Weiss
e12009f390
tdesktop: 1.4.3 -> 1.5.1
...
tdesktopPackages.preview: 1.4.8 -> 1.5.1
2018-12-12 12:28:34 +01:00
Michael Weiss
577d73e486
androidStudioPackages.beta: 3.3.0.17 -> 3.3.0.18
2018-12-06 22:00:17 +01:00
Michael Weiss
3a905059a7
androidStudioPackages.{dev,canary}: 3.4.0.5 -> 3.4.0.6
2018-12-06 22:00:17 +01:00
Michael Weiss
20c6acb436
tdesktopPackages.preview: 1.4.7 -> 1.4.8
2018-12-06 21:50:49 +01:00
Michael Weiss
fa5b8f82c5
Merge pull request #51316 from primeos/sway
...
nixos/sway-beta: Improve the wrapper
2018-12-02 22:03:31 +01:00
Michael Weiss
062602d81e
nixos/sway-beta: Improve the wrapper
...
According to the dbus-launch documentation [0] "--exit-with-session"
shouldn't be used: "This option is not recommended, since it will
consume input from the terminal where it was started; it is mainly
provided for backwards compatibility." And it also states: "To start a
D-Bus session within a text-mode session, do not use dbus-launch.
Instead, see dbus-run-session(1)."
The new wrapper also avoids starting an additional D-Bus session if
DBUS_SESSION_BUS_ADDRESS is already set.
Fix #51303 .
[0]: https://dbus.freedesktop.org/doc/dbus-launch.1.html
[1]: https://dbus.freedesktop.org/doc/dbus-run-session.1.html
2018-12-01 15:15:27 +01:00
Michael Weiss
bdb007ddce
monkeysphere: Update the comment why the tests don't run
2018-11-30 21:33:30 +01:00
Michael Weiss
99d623850f
wlroots: Fix the build on master
...
I was testing the build on nixos-unstable but
64d50a0099 added another patch. Since this
patch is already in 0.48.0 it can't be applied again (overriding Meson
isn't optimal but we can't build wlroots with 0.46.1).
I've also dropped the "-Dxcb-xkb=enabled" flag since it was removed
(replaced with Xinput).
Thanks @kenogo for noticing this :)
2018-11-30 14:30:58 +01:00
Michael Weiss
9ac03eb811
sway-beta: 1.0-beta.1 -> 1.0-beta.2
2018-11-30 01:53:52 +01:00
Michael Weiss
80756cdb79
wlroots: 0.1 -> 0.2
2018-11-30 01:53:49 +01:00
Michael Weiss
79e15430b0
androidStudioPackages.{dev,canary}: 3.4.0.4 -> 3.4.0.5
2018-11-29 20:41:36 +01:00
Michael Weiss
b3fb2d5c1c
signal-desktop: 1.18.0 -> 1.18.1
2018-11-27 20:07:00 +01:00
Michael Weiss
1296566746
androidStudioPackages.beta: 3.3.0.16 -> 3.3.0.17
2018-11-27 19:57:33 +01:00
Michael Weiss
16f5462d84
androidStudioPackages.{dev,canary}: 3.4.0.3 -> 3.4.0.4
2018-11-27 19:57:33 +01:00
Michael Weiss
b53a60087d
scdoc: 1.5.2 -> 1.6.0
2018-11-19 12:09:45 +01:00
Michael Weiss
939bb2189b
monetdb: 11.29.7 -> 11.31.11
2018-11-16 23:33:26 +01:00
Michael Weiss
754aa035f6
androidStudioPackages.{dev,canary}: 3.4.0.2 -> 3.4.0.3
2018-11-16 11:45:16 +01:00
Michael Weiss
a6167c3311
signal-desktop: 1.17.3 -> 1.18.0
2018-11-15 13:55:25 +01:00
Michael Weiss
4822b084ae
androidStudioPackages.beta: 3.3.0.15 -> 3.3.0.16
2018-11-14 12:16:29 +01:00
Michael Weiss
39a9e2d65f
tdesktopPackages.preview: 1.4.4 -> 1.4.7
...
TODO: We're still using the old API ID (like the Arch package) which
should be used for testing only.
I've tried to contact the Telegram team multiple times via different
channels but didn't get a response so far. See [0],[1] for more details.
[0]: https://github.com/telegramdesktop/tdesktop/issues/4717
[1]: https://github.com/telegramdesktop/tdesktop/commit/65b2db216033aa08b7bc846df27843e566f08981
2018-11-10 22:10:28 +01:00
Michael Weiss
2be51107e3
androidStudioPackages.{dev,canary}: 3.4.0.1 -> 3.4.0.2
2018-11-07 21:22:37 +01:00
Michael Weiss
8e1a70de43
androidStudioPackages.beta: 3.3.0.14 -> 3.3.0.15
2018-11-07 21:22:37 +01:00
Michael Weiss
fee991333d
fuse3: 3.2.6 -> 3.3.0
2018-11-07 14:45:27 +01:00
Michael Weiss
a06177e65a
jekyll: 3.8.4 -> 3.8.5
2018-11-05 21:57:11 +01:00
Michael Weiss
7eaba9af5e
scdoc: Use $SOURCE_DATE_EPOCH to produce reproducible man pages
...
Use this patch until something like it is in the upstream repository.
Without it, the current date is used for the man pages, which makes them
non-reproducible.
2018-11-05 20:37:01 +01:00
Michael Weiss
f319c7fc89
Merge pull request #49687 from gnidorah/sway
...
sway-beta module: add missing pieces
2018-11-04 11:54:03 +01:00
Michael Weiss
e075748769
signal-desktop: 1.17.2 -> 1.17.3
2018-10-31 22:02:41 +01:00
Michael Weiss
dc00987d95
androidStudioPackages.beta: 3.3.0.13 -> 3.3.0.14
2018-10-31 20:59:49 +01:00
Michael Weiss
46f5debb94
signal-desktop: 1.17.1 -> 1.17.2
2018-10-30 19:40:00 +01:00
Michael Weiss
c0f6a83cc8
androidStudioPackages.{dev,canary}: 3.4.0.0 -> 3.4.0.1
2018-10-29 20:04:12 +01:00
Michael Weiss
8ea2f0d1a0
Merge pull request #49078 from colemickens/pr-wlroots
...
wlroots.examples: prefix example binaries
2018-10-28 21:13:23 +01:00
Michael Weiss
6021a94062
signal-desktop: 1.17.0 -> 1.17.1
2018-10-26 09:50:38 +02:00
Michael Weiss
163adc5039
Merge pull request #48916 from colemickens/sway-module
...
programs.sway-beta: module init (temporary until sway-beta becomes sway-1.0)
2018-10-25 19:12:38 +02:00
Michael Weiss
f346289ea6
signal-desktop: 1.16.3 -> 1.17.0
2018-10-23 20:47:55 +02:00
Michael Weiss
2eb372d59d
nixos/rootston: Remove the module and the package ( #48905 )
...
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:
"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]
Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243 . If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).
[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Michael Weiss
f4615bef06
wlroots: 2018-03-16 -> 0.1
...
Keep "meta.broken = true" but update the package to keep track of
upstream changes and prepare the "reintegration" into nixpkgs.
2018-10-22 22:58:44 +02:00
Michael Weiss
01fcaf8d29
libmd: 1.0.0 -> 1.0.1
2018-10-22 18:08:24 +02:00
Michael Weiss
7c3f27dba9
scdoc: 1.5.1 -> 1.5.2
2018-10-21 21:33:33 +02:00
Michael Weiss
d3ede3db59
androidStudioPackages.{dev,canary}: 3.3.0.12 -> 3.4.0.0
2018-10-20 20:03:55 +02:00
Michael Weiss
ff93048c3b
androidStudioPackages.beta: 3.2.1.0 -> 3.3.0.13
2018-10-20 20:03:09 +02:00
Michael Weiss
02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
...
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Michael Weiss
58a36edd20
monkeysphere: Replace a hardcoded path and fix more tests
2018-10-19 10:31:49 +02:00
Michael Weiss
3759341420
monkeysphere: 0.41 -> 0.42
2018-10-17 19:59:52 +02:00
Michael Weiss
ea691fc8ee
tdesktopPackages.preview: 1.4.3 -> 1.4.4
2018-10-17 19:40:54 +02:00
Michael Weiss
5edc1dd7a8
signal-desktop: 1.16.2 -> 1.16.3
2018-10-16 21:39:54 +02:00
Michael Weiss
7e615310f7
android-studio: 3.2.0.26 -> 3.2.1.0
...
androidStudioPackages.beta: 3.2.0.26 -> 3.2.1.0
2018-10-13 15:04:57 +02:00
Michael Weiss
972aa96f27
tdesktop: 1.4.2 -> 1.4.3
...
tdesktopPackages.preview: 1.4.2 -> 1.4.3
2018-10-13 14:54:16 +02:00
Michael Weiss
f9d247a8d8
tdesktop: 1.4.0 -> 1.4.2
...
tdesktopPackages.preview: 1.4.0 -> 1.4.2
2018-10-10 20:40:06 +02:00
Michael Weiss
2c881054f8
scdoc: Update the URLs (homepage and download)
2018-10-09 21:54:25 +02:00
Michael Weiss
203903343f
scdoc: 1.4.2 -> 1.5.1
2018-10-08 19:14:35 +02:00
Michael Weiss
a6955ad37a
scdoc: Switch to fetchgit because the archive is unavailable
...
The Git repository is still accessible but the webpage [0] and the
download link [1] currently return "404 Not Found".
[0]: https://git.sr.ht/~sircmpwn/scdoc/
[1]: https://git.sr.ht/~sircmpwn/scdoc/snapshot/scdoc-${version}.tar.xz
2018-10-08 19:14:35 +02:00
Michael Weiss
2c3fff00fc
androidStudioPackages.{dev,canary}: 3.3.0.11 -> 3.3.0.12
2018-10-04 21:05:20 +02:00
Michael Weiss
4652b54f38
tdesktop: Update the Arch patches
2018-10-01 20:22:57 +02:00
Michael Weiss
18b468ed81
gollum: 4.1.3 -> 4.1.4 (security, CVE-2018-3740)
2018-10-01 20:16:26 +02:00
Michael Weiss
766e3228c2
tdesktop: 1.3.14 -> 1.4.0
...
tdesktopPackages.preview: 1.3.14 -> 1.4.0
2018-09-30 14:59:15 +02:00
Michael Weiss
3a939278f7
gns3Packages.{server,gui}{Stable,Preview}: 2.1.10 -> 2.1.11
2018-09-29 20:52:06 +02:00
Michael Weiss
2df4b3e6eb
pythonPackages.glances: Enable the tests (skip the failing ones)
2018-09-29 20:47:05 +02:00
Michael Weiss
a108b8617b
pythonPackages.glances: 3.0.1 -> 3.0.2
2018-09-29 11:38:12 +02:00
Michael Weiss
699b2bde44
androidStudioPackages.{dev,canary}: 3.3.0.10 -> 3.3.0.11
2018-09-27 17:54:50 +02:00
Michael Weiss
16f55b2bf8
android-studio: 3.1.4.0 -> 3.2.0.26
...
androidStudioPackages.beta: 3.2.0.25 -> 3.2.0.26
2018-09-27 17:54:44 +02:00
Michael Weiss
1357f6492c
androidStudioPackages.{dev,canary}: 3.3.0.9 -> 3.3.0.10
2018-09-22 15:27:42 +02:00
Michael Weiss
a526719184
signal-desktop: 1.16.1 -> 1.16.2
2018-09-21 21:46:41 +02:00
Michael Weiss
e8a35913e1
jekyll: 3.8.3 -> 3.8.4 (security)
2018-09-19 19:16:16 +02:00
Michael Weiss
265c5fc485
gollum: 4.1.2 -> 4.1.3
2018-09-19 19:07:20 +02:00
Michael Weiss
3410dcd90e
signal-desktop: 1.16.0 -> 1.16.1
2018-09-19 18:32:42 +02:00
Michael Weiss
a3ca7dcf35
gns3Packages.{server,gui}{Stable,Preview}: 2.1.9 -> 2.1.10
2018-09-16 18:12:06 +02:00
Michael Weiss
0fe81b0d54
androidStudioPackages.{dev,canary}: 3.3.0.7 -> 3.3.0.9
2018-09-12 20:38:27 +02:00
Michael Weiss
37961c6507
scdoc: 1.4.1 -> 1.4.2
2018-09-12 20:36:54 +02:00
Michael Weiss
fe1d9edfa7
androidStudioPackages.beta: 3.2.0.24 -> 3.2.0.25
2018-09-10 19:59:55 +02:00
Michael Weiss
b58a230c60
Merge pull request #46370 from primeos/nixos-sks
...
sks,nixos/sks: Various minor improvements
Module:
- Add a webroot option (serve a website by default, makes the setup easier)
- Explicitly set a group (instead of using 65534/nogroup)
- Move pkgs.sks from environment.systemPackages to the "sks" user and add pkgs.db
Package:
- Adapt the output of "sks version" to NixOS
- Copy the example webpages to $webSamples
2018-09-08 17:24:58 +02:00
Michael Weiss
53ef5441bb
nixos/sks: Make the webroot option optional
...
That way the built-in web server is usable by default but users can use
$HOME/web directly (instead of having to use a symlink), if they want to
customize the webpage.
2018-09-08 17:01:35 +02:00
Michael Weiss
eb0050ca45
nixos/sks: Use a group and don't add sks to systemPackages
...
Without a group the gid will default to 65534 (2^16 - 2) which maps to
"nogroup". IMO it makes more sense to explicitly set a valid group.
Adding pkgs.sks to environment.systemPackages is not required (IIRC we
want to avoid bloating environment.systemPackages). Instead it seems
like a better idea to make the relevant binaries available to the user
sks and enable useDefaultShell so that "su -l sks" can be used for
manual interaction (that way the files will always have the correct
owner).
2018-09-08 16:24:05 +02:00
Michael Weiss
a6934b2389
sks: Adapt the package to NixOS (pkgs.db provides only "db_stat")
2018-09-08 16:24:05 +02:00
Michael Weiss
a0d3d098ff
nixos/sks: Add a webroot option
...
The module will now, by default, serve a simple webpage via the built-in
web server (instead of displaying an error message).
2018-09-08 16:24:05 +02:00
Michael Weiss
d02c6a56cc
sks: Copy the web examples to $webSamples for the module
2018-09-08 16:24:05 +02:00
Michael Weiss
28a46c2c6f
Merge pull request #46361 from primeos/nixos-sks
...
nixos/sks: Minor improvements
2018-09-08 14:16:55 +02:00
Michael Weiss
6764d41ecc
nixos/sks: Update the descriptions and add meta.maintainers
...
TODO: Merge this module with https://github.com/NixOS/nixpkgs/pull/24516
2018-09-08 13:44:11 +02:00
Michael Weiss
a0d7b88911
nixos/sks: Add a dataDir option
2018-09-08 13:44:08 +02:00