Commit Graph
15 Commits
Author SHA1 Message Date
Terje Larsen 0e56639342 emacs: do not use project package from elpa for emacs >= 28
The `project` package bundled with Emacs 28 is newer than the one
provided by GNU ELPA. This may or may not change in the future.

For now it is definitely the case and since the package is under heavy
development a lot of features are missing in the one on GNU ELPA which in
turn is newer than the one that comes bundled with Emacs 27.
2021-03-09 19:15:18 +01:00
Terje Larsen cd9b4e02d0 nodePackages.tsun: add typescript to NODE_PATH
This package has typescript as dependency, but it is specified as peer
dependency which is not reflected via the nodePackages generation script
which is using node2nix which is requiring `--include-peer-dependencies`
to include such dependencies.

In order to be able to run this package stand alone, it needs to add the
typescript module to the NODE_PATH.

Fix #88046
2020-08-20 20:51:03 +02:00
Terje Larsen f0df902769 hackage2nix: unmark nix-diff as broken 2020-04-03 22:00:25 +02:00
Terje Larsen 7a99d1e392 awscli: pin colorama to 0.4.1
This is pinned to 0.4.1 in the upstream awscli package.
2019-12-20 14:23:12 +01:00
Terje Larsen 9a4ae42195 Revert "python: pg8000: 1.12.5 -> 1.13.2"
This reverts commit 35bdea0d6c.
2019-11-03 16:44:51 +01:00
Terje Larsen 38dc9cbfc5 melpa-packages: 2019-10-25
The previous update included several errors which broke packages. This
one re-fetched and fixed them.
2019-10-25 19:09:45 +02:00
Terje Larsen a7b7c8c786 fstl: use qt's mkDerivation 2019-08-04 19:40:32 +02:00
Terje Larsen 55565b0f69 yubioath-desktop: use qt wrapped mkDerivation 2019-08-04 22:05:58 +09:00
Terje Larsen 47c63da51d yubikey-personalization-gui: use qt wrapped mkDerivation 2019-08-03 13:18:40 +02:00
Terje Larsen 9e3fb456e3 linuxPackages.sysdig: 0.24.2 -> 0.25 2019-04-05 12:49:31 +02:00
Terje Larsen 657ed24d67 nodePackages.indium: init at 3.4.1 2019-03-21 19:37:34 +01:00
Terje Larsen 44fcb4aa13 pythonPackages.google-auth-oauthlib: init at 0.2.0
Fix #57022
2019-03-15 22:26:53 +01:00
Terje Larsen 683f02ecd2 maintainers: add terlar 2019-03-15 22:26:04 +01:00
Terje Larsen 80b6892362 pythonPackages.pykeepass: fix build
Add missing dependency future
2019-03-02 10:49:35 +01:00
Terje Larsen 468175da84 nodePackages.tsun: init at 0.4.0 2019-02-23 12:09:51 +01:00