Commit Graph
100 Commits
Author SHA1 Message Date
Michael Weiss 101901649b tdesktop: 1.5.15 -> 1.6.0
tdesktopPackages.preview: 1.5.18 -> 1.6.0
2019-03-18 20:46:42 +01:00
Michael Weiss da1a2b1eea tdesktopPackages.preview: 1.5.17 -> 1.5.18 2019-03-16 13:48:55 +01:00
Michael Weiss 02fb221307 androidStudioPackages.beta: 3.4.0.15 -> 3.4.0.16 2019-03-14 21:44:15 +01:00
Michael Weiss 871cd756c8 python.pkgs.distro: Re-enable the package for now
Most tests are fine (only 20 out of 173 fail, 10 because lsb_release is
not available or returns exit code 3 and the other 10 might also fail
due to the sandboxed build environment).
Manual tests show that distro works as intended in a normal environment.

See https://github.com/NixOS/nixpkgs/commit/9382d2ea762302c7a7a5c970679e4fca14256eca
2019-03-14 13:14:52 +01:00
Michael Weiss 0e0a00bb6f gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2 2019-03-14 12:54:11 +01:00
Michael Weiss c4c37f3414 tdesktopPackages.preview: 1.5.15 -> 1.5.17 2019-03-14 12:00:08 +01:00
Michael Weiss 9179a3a406 Merge pull request #57414 from primeos/sway-1.0
sway: Switch to 1.0
2019-03-13 22:40:37 +01:00
Michael Weiss 578fe3f5a0 nixos/sway: Improve the module and adapt it to NixOS
This commit contains the following changes:
- nixos/sway: Remove the beta references
- sway: Drop buildDocs
- nixos/sway: Improve the documentation
- sway,nixos/sway: Adapt Sway to NixOS
  - Copy the default configuration file to /etc/sway/config (Sway will
    still load the identical file from the Nix store but this makes it
    easier to copy the default configuration file).
  - This will also remove all references to the Nix store from the
    default configuration file as they will eventually be garbage
    collected which is a problem if the user copies it.
  - I've also decided to drop the default wallpaper (alternatively we
    could copy it to a fixed location).
- nixos/sway: Drop the package option
2019-03-13 11:37:11 +01:00
Michael Weiss 45004c6f63 sway: Switch to 1.0
This is the result of executing:
git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix
git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix

And removing sway-beta from the following files:
pkgs/top-level/all-packages.nix
nixos/modules/module-list.nix
2019-03-12 22:29:39 +01:00
Michael Weiss 6fa3dd2d5a androidStudioPackages.{dev,canary}: 3.5.0.5 -> 3.5.0.6 2019-03-11 21:28:42 +01:00
Michael Weiss 1240834176 sway-beta: Use the upstream patch to fix the build failure 2019-03-11 18:51:26 +01:00
Michael Weiss eb2a26f5c6 sway-beta: 1.0-rc5 -> 1.0 2019-03-11 17:02:25 +01:00
Michael Weiss 7f43089999 wlroots: 0.4.1 -> 0.5.0 2019-03-11 17:02:22 +01:00
Michael Weiss c1c13e4115 fuse3: 3.4.1 -> 3.4.2 2019-03-10 00:03:25 +01:00
Michael Weiss e84cf5edad androidStudioPackages.beta: 3.4.0.14 -> 3.4.0.15 2019-03-08 09:11:10 +01:00
Michael Weiss 47f8a520f8 lf: 10 -> 11 2019-03-04 20:51:00 +01:00
Michael Weiss 217070368a scdoc: 1.9.3 -> 1.9.4 2019-03-04 20:48:31 +01:00
Michael Weiss 6eb62cfc68 android-studio: 3.3.1.0 -> 3.3.2.0 2019-03-04 20:45:21 +01:00
Michael Weiss 7bf4323082 sway-beta: 1.0-rc4 -> 1.0-rc5 2019-03-04 20:31:06 +01:00
Michael Weiss f1e72eff33 signing-party: 2.8 -> 2.9 2019-03-02 10:20:12 +01:00
Michael Weiss 560c886174 scdoc: 1.9.1 -> 1.9.3 2019-03-02 10:20:12 +01:00
Michael Weiss c484f07d04 wlroots: 0.4 -> 0.4.1 2019-02-28 19:01:47 +01:00
Michael Weiss 5a8bfc98a2 gns3Packages.{server,gui}Stable: 2.1.13 -> 2.1.14 2019-02-28 13:57:13 +01:00
Michael Weiss 410650c128 scdoc: 1.9.0 -> 1.9.1 2019-02-28 13:48:30 +01:00
Michael Weiss 3725da4aa9 gns3Packages.{server,gui}Stable: 2.1.12 -> 2.1.13 2019-02-26 22:46:45 +01:00
Michael Weiss aaf1645e17 androidStudioPackages.{dev,canary}: 3.5.0.4 -> 3.5.0.5 2019-02-26 22:46:44 +01:00
Michael Weiss 0c89c444a2 sway-beta: 1.0-rc3 -> 1.0-rc4 2019-02-26 19:03:15 +01:00
Michael Weiss afe0725834 wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
Michael Weiss 2685d2722d scdoc: 1.8.1 -> 1.9.0 2019-02-24 22:11:15 +01:00
Michael Weiss ce019e775f gns3-server: Switch to Python 3.7
This will finally make the builds reproducible. Python 3.6 stored
timestamps in the .pyc files but Python 3.7 implements PEP 552 [0].

[0]: https://www.python.org/dev/peps/pep-0552/
2019-02-23 17:38:39 +01:00
Michael Weiss 851c390182 androidStudioPackages.{dev,canary}: 3.5.0.3 -> 3.5.0.4 2019-02-22 23:08:00 +01:00
Michael Weiss f5649304cb androidStudioPackages.beta: 3.4.0.13 -> 3.4.0.14 2019-02-22 23:08:00 +01:00
Michael Weiss e66b8d5fb1 signal-desktop: 1.21.2 -> 1.22.0 2019-02-21 22:14:29 +01:00
Michael Weiss 5a4c8092c0 dynamips: 0.2.19 -> 0.2.20 2019-02-20 20:36:39 +01:00
Michael Weiss b790a74816 sway-beta: 1.0-rc2 -> 1.0-rc3 2019-02-18 22:26:16 +01:00
Michael Weiss fe16c54d1a androidStudioPackages.{dev,canary}: 3.5.0.2 -> 3.5.0.3 2019-02-15 11:36:14 +01:00
Michael Weiss cba377937c androidStudioPackages.beta: 3.4.0.12 -> 3.4.0.13 2019-02-15 11:36:14 +01:00
Michael Weiss ecfa775439 python37Packages.cryptography: 2.4.2 -> 2.5
Changelog:
https://cryptography.io/en/latest/changelog/#v2-5

Important changes:
- BACKWARDS INCOMPATIBLE: U-label strings were deprecated in version
  2.1, but this version removes the default idna dependency as well.
- BACKWARDS INCOMPATIBLE: The minimum supported PyPy version is now 5.4.
2019-02-14 08:15:15 +01:00
Michael Weiss 53a349d1fd python37Packages.cryptography_vectors: 2.4.2 -> 2.5 2019-02-14 08:15:15 +01:00
Michael Weiss c498b7004d signal-desktop: 1.21.1 -> 1.21.2 2019-02-13 11:40:51 +01:00
Michael Weiss cfe6277e62 tdesktop: 1.5.12 -> 1.5.15
tdesktopPackages.preview: 1.5.12 -> 1.5.15
2019-02-12 19:54:28 +01:00
Michael Weiss 1a88aa9e0c sway-beta: 1.0-rc1 -> 1.0-rc2 2019-02-11 19:30:52 +01:00
Michael Weiss 9905c44eca tdesktop: 1.5.11 -> 1.5.12
tdesktopPackages.preview: 1.5.11 -> 1.5.12
2019-02-10 20:38:20 +01:00
Michael Weiss 1efa8be6bf lf: 9 -> 10 2019-02-10 20:36:55 +01:00
Michael Weiss a7d8d9bf76 pythonPackages.pysnmp: 4.4.8 -> 4.4.9
I'll maintain this package as it is currently unmaintained.
2019-02-10 20:36:55 +01:00
Michael Weiss fcbcd327e5 signal-desktop: 1.21.0 -> 1.21.1 2019-02-09 00:48:15 +01:00
Michael Weiss b0db4571a4 inxi: 3.0.31-1 -> 3.0.32-1 2019-02-08 19:33:31 +01:00
Michael Weiss b29ad6c2fc android-studio: 3.3.0.20 -> 3.3.1.0 2019-02-08 19:33:31 +01:00
Michael Weiss 320a57198f inxi: 3.0.30-1 -> 3.0.31-1 2019-02-07 20:47:23 +01:00
Michael Weiss e4156fb421 signal-desktop: 1.20.0 -> 1.21.0 2019-02-06 20:56:19 +01:00
Michael Weiss d2aa09f26d swayidle: 1.1 -> 1.2 2019-02-05 23:34:22 +01:00
Michael Weiss 46503d069a swaylock: 1.2 -> 1.3 2019-02-05 23:34:22 +01:00
Michael Weiss bda21694d1 wlroots: Fix the ELF binaries (rootston + examples)
Due to stdenv changes the binaries where broken during the fixup phase
(while stripping all binaries). The current solution isn't optimal but
there must not be any cyclic dependencies on $out.
2019-02-03 17:59:50 +01:00
Michael Weiss 07b70bd188 Merge pull request #55117 from primeos/sway
sway-beta: 1.0-beta.2 -> 1.0-rc1
2019-02-03 15:57:26 +01:00
Michael Weiss ebe36008d6 nixos/sway-beta: Install swaylock and swayidle by default 2019-02-03 15:35:07 +01:00
Michael Weiss f73a8b22fb sway-beta: 1.0-beta.2 -> 1.0-rc1 2019-02-03 15:35:07 +01:00
Michael Weiss 038b89819b wlroots: 0.2 -> 0.3 2019-02-03 15:35:07 +01:00
Michael Weiss 614b29a93b python37Packages.mysql-connector: 8.0.14 -> 8.0.15 2019-02-03 15:12:29 +01:00
Michael Weiss 5b8a861c44 signing-party: Update meta.homepage
The current repository (debian/signing-party) was actually the old one
(last activity 4 months ago) and signing-party-team/signing-party is the
new upstream repository.
2019-02-03 14:59:41 +01:00
Michael Weiss bc845dee8a tdesktop: 1.5.9 -> 1.5.11
tdesktopPackages.preview: 1.5.9 -> 1.5.11
2019-02-02 13:29:11 +01:00
Michael Weiss 212e78f7f1 python37Packages.keyutils: 0.5 -> 0.6
This also fixes the build for Python 3.7.
2019-02-01 18:37:48 +01:00
Michael Weiss 0c4786cf76 gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1 2019-02-01 12:39:56 +01:00
Michael Weiss 95a18ab60b tdesktop: 1.5.8 -> 1.5.9
tdesktopPackages.preview: 1.5.8 -> 1.5.9
2019-02-01 12:20:46 +01:00
Michael Weiss 17e32da1f2 androidStudioPackages.{dev,canary}: 3.5.0.1 -> 3.5.0.2 2019-02-01 11:50:05 +01:00
Michael Weiss 631b106ee6 androidStudioPackages.beta: 3.4.0.11 -> 3.4.0.12 2019-02-01 11:50:05 +01:00
Michael Weiss 6190c120a6 lf: 8 -> 9 2019-01-31 21:04:13 +01:00
Michael Weiss 8f354badbc scdoc: 1.8.0 -> 1.8.1 2019-01-30 19:36:50 +01:00
Michael Weiss abbb8219dc python37Packages.google_api_python_client: 1.7.7 -> 1.7.8 2019-01-29 00:11:06 +01:00
Michael Weiss 55aab980e8 Merge pull request #54764 from r-ryantm/auto-update/monetdb
monetdb: 11.31.11 -> 11.31.13
2019-01-28 23:30:27 +01:00
Michael Weiss e53065a7fa Merge pull request #54768 from r-ryantm/auto-update/monkeysphere
monkeysphere: 0.42 -> 0.43
2019-01-28 16:26:35 +01:00
Michael Weiss 829d105b58 monkeysphere: Fix the Ed25519 tests
The Ed25519 test was failing inside of the sandbox because /dev/tty is
not available:
### generating ed25519 key for testuser...
gpg: cannot open '/dev/tty': No such device or address
FAILED!
2019-01-28 16:18:39 +01:00
Michael Weiss 2a051165d5 signing-party: 2.7 -> 2.8 2019-01-28 15:07:25 +01:00
Michael Weiss 35518331d6 scdoc: 1.6.1 -> 1.8.0 2019-01-27 18:26:42 +01:00
Michael Weiss 19a5fa9323 androidStudioPackages.{dev,canary}: 3.5.0.0 -> 3.5.0.1 2019-01-25 10:58:51 +01:00
Michael Weiss 2a096ce8b2 androidStudioPackages.beta: 3.4.0.10 -> 3.4.0.11 2019-01-25 10:58:51 +01:00
Michael Weiss 399761ea0a gpgme: Update the URL for fix-key-expiry.patch
The old URL was gone, see:
https://github.com/NixOS/nixpkgs/pull/53693#pullrequestreview-195177688

Thanks @volth :)
2019-01-24 17:24:18 +01:00
Michael Weiss be89ca5564 maintainers/maintainer-list.nix: Add my OpenPGP keys 2019-01-24 12:27:17 +01:00
Michael Weiss 79e699096d pythonPackages.cryptography_vectors: Add meta-attributes 2019-01-24 11:59:24 +01:00
Michael Weiss f88f643659 python37Packages.cryptography: Add meta-attributes 2019-01-24 00:01:31 +01:00
Michael Weiss f561acc48e scons.src: Update the hash (tarball was modified)
Unfortunately the tarball was modified for the official release and
"nix-store -r --check $(nix-instantiate -A scons.src)" did not catch
this (not sure why ATM).

Thanks @pbogdan for noticing this :)
2019-01-23 21:21:46 +01:00
Michael Weiss c2b8270fb8 Merge pull request #54461 from primeos/scons
scons: 3.0.3 -> 3.0.4
2019-01-23 19:05:44 +01:00
Michael Weiss 32e7f391fc scons: 3.0.3 -> 3.0.4
Announcement:
https://scons.org/scons-304-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.4/src/CHANGES.txt

There where no regressions and no deprecations in this release (at least
it does not break any additional builds in nixpkgs).
2019-01-23 18:46:53 +01:00
Michael Weiss b4cd25c243 gns3Packages.{server,gui}{Stable,Preview}: 2.1.11 -> 2.1.12 2019-01-23 14:41:40 +01:00
Michael Weiss 4b6020faf5 tdesktop: 1.5.4 -> 1.5.8
tdesktopPackages.preview: 1.5.7 -> 1.5.8
2019-01-22 13:23:23 +01:00
Michael Weiss d202e8ca52 pythonPackages.mysql-connector: 8.0.13 -> 8.0.14 2019-01-22 12:50:23 +01:00
Michael Weiss 5a469f8218 scdoc: 1.6.0 -> 1.6.1 2019-01-20 17:45:50 +01:00
Michael Weiss 7bc18d2535 pythonPackages.glances: 3.0.2 -> 3.1.0 2019-01-19 17:20:37 +01:00
Michael Weiss af100d55d3 dynamips: 0.2.18 -> 0.2.19 2019-01-19 17:20:37 +01:00
Michael Weiss db8e3654e2 tdesktop: Drop the patch for a GCC bug
GCC 7.4.0 is now the default and not affected by this bug.
2019-01-19 14:43:24 +01:00
Michael Weiss cc5f7d9091 gitRepo: Cleanup the patchPhase
This variant should be easier to read (it was pretty messy before...).
The end result stays the same.
2019-01-19 12:30:08 +01:00
Michael Weiss 39cc1aeb29 Merge pull request #53963 from primeos/python-cryptography
python37Packages.cryptography{,_vectors}: 2.3.1 -> 2.4.2
2019-01-18 23:58:06 +01:00
Michael Weiss 3efab179a5 signal-desktop: 1.19.0 -> 1.20.0 2019-01-17 22:24:11 +01:00
Michael Weiss 9aa46aedfe android-studio-preview: Deprecate the attribute
This also covers "androidStudioPackages.preview".

I believe that the name is confusing (is it from the beta or dev/canary
channel?) and with this error message it should be obvious how to update
ones configuration.
2019-01-17 19:13:07 +01:00
Michael Weiss f7a3a5ad94 androidStudioPackages.beta: Rename the binary according to the channel
The old name "android-studio-preview" was a bit misleading while
"android-studio-beta" should clearly reflect that this is from the beta
channel. I hope that this does not break any workflows but since
"android-studio-preview" was most likely not called from any scripts the
risk should be low (also: most people probably use the stable version
anyway).
2019-01-17 19:13:06 +01:00
Michael Weiss a70c4178a8 androidStudioPackages.{dev,canary}: 3.4.0.10 -> 3.5.0.0 2019-01-16 13:09:36 +01:00
Michael Weiss 08596e508b androidStudioPackages.beta: 3.3.0.20 -> 3.4.0.10
androidStudioPackages.{dev,canary}: 3.4.0.9 -> 3.4.0.10
2019-01-16 13:09:36 +01:00
Michael Weiss afb6a7fe00 gitRepo: 1.13.1 -> 1.13.2 2019-01-15 22:20:17 +01:00
Michael Weiss 8d8ed93725 swaylock: init at 1.2 2019-01-15 13:34:18 +01:00
Michael Weiss 813164e0cd swayidle: init at 1.1 2019-01-15 13:15:37 +01:00
Michael Weiss 0dc4a9bb50 android-studio: 3.2.1.0 -> 3.3.0.20
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00