1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

45042 commits

Author SHA1 Message Date
Robin Gloster a75971078b
cutegram: remove
dead project, no openssl 1.1 and qt >= 5.9 compat
2019-08-20 23:08:00 +02:00
Robin Gloster df42fdd133
bitcoin-xt: remove
Dead project and doesn't build with openssl 1.1
2019-08-20 20:49:59 +02:00
Robin Gloster ff3211e5d5
aacskeys: remove
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Vladimír Čunát a89f245f3b
Merge branch 'master' into openssl-1.1
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Marek Mahut 6c663f4ba9
Merge pull request #65769 from marsam/init-dsvpn
dsvpn: init at 0.1.0
2019-08-02 09:10:53 +02:00
Mario Rodas a3762f9f46
Merge pull request #63881 from marsam/init-protobuf3_8
protobuf3_8: init at 3.8.0
2019-08-02 01:42:47 -05:00
Vincent Laporte 0d70d4a8b8 ocamlPackages.merlin_extend-0.3 -> merlin-extend-0.4 2019-08-02 06:32:51 +00:00
Mario Rodas 58e584ccd3
dsvpn: init at 0.1.0 2019-08-02 00:00:00 -05:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Wael Nasreddine 7d16cd787d
pythonPackages.pynamodb: init at 3.4.1 (#65759) 2019-08-01 17:55:34 -07:00
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
adisbladis fae732edb1
nodePackages: Regenerate node packages for nodejs 10 & 12 2019-08-02 02:34:33 +02:00
Robin Gloster 41dac4bf9f
Merge pull request #65582 from WilliButz/add-mailexporter
prometheus-mail-exporter: init at 2019-07-14, add module and test
2019-08-01 23:14:21 +00:00
Nikolay Amiantov 17d29239b8 mumble: refactor and fix Qt 5 version
* Use -rc version instead of a git checkout. Rename derivation
  accordingly;
* Change PLUGIN_PATH similar to Arch;
* Fix install phase so that random files aren't installed and plugins
  use separate directory;
* Use linkSoVersions to remove duplicate libraries.
2019-08-01 23:06:13 +00:00
Jon b1f0e2ace1 python3Packages.datatable: fix the Darwin build (#65613) 2019-08-01 10:54:41 -07:00
Troels Henriksen 7d5f527fc0 oclgrind: init at 18.3. (#63159)
oclgrind: init at 18.3
2019-08-01 18:06:41 +02:00
Silvan Mosberger 386f516fba
Merge pull request #62742 from Infinisil/haskellPackages-overrides
haskellPackages: Don't ignore old overrides
2019-08-01 17:04:41 +02:00
Jan Tojnar 7f1288b6ab
gnome3.pidgin-im-gnome-shell-extension: 1.0.1 -> 31 (#64110)
gnome3.pidgin-im-gnome-shell-extension: 1.0.1 -> 31
2019-08-01 13:56:29 +02:00
Jan Tojnar 9d8984e5c9
gnomeExtensions.pidgin-im-integration: move from gnome3.pidgin-im-gnome-shell-extension 2019-08-01 13:20:18 +02:00
Robert Hensing 2bd9aac158
Merge pull request #65677 from JohnAZoidberg/fix-frog
frog: Fix build (icu64 -> icu60)
2019-08-01 11:27:01 +02:00
Michael Weiss 3f5b182891
dmenu2: Remove the package (fix #63218) 2019-08-01 11:19:33 +02:00
worldofpeace 3b37b0afc7
Merge pull request #65622 from HugoReeves/master
croc: init at 6.1.1
2019-08-01 02:22:08 -04:00
Hugo Reeves 4fa644bcec
croc: init at 6.1.1 2019-08-01 17:07:58 +12:00
Aaron Andersen a1f738ba87
Merge pull request #62748 from aanderse/mediawiki
nixos/mediawiki: init service to replace httpd subservice
2019-07-31 22:12:23 -04:00
Aaron Andersen 95c2752835
Merge pull request #65513 from mmahut/jormungandr
jormungandr: init at 0.3.1
2019-07-31 22:00:58 -04:00
Jan Hrnko 68b647a3b6 pythonPackages.shamir-mnemonic: init at 0.1.0 2019-07-31 21:00:44 +02:00
Daniel Schaefer 851ebff688 frog: Fix build (icu64 -> icu60)
icu60 is the latest version that works.

Build the derivation languageMachines.test to test.
2019-07-31 19:08:33 +02:00
Nikolay Amiantov cd0e461f93 tensorflow: expose binary builds 2019-07-31 13:33:26 +03:00
Nikolay Amiantov 019c13616b tensorflow: cleanup and merge with libtensorflow
This merges work done by yorickvP and timokau in #63208 and #63616 respectively.
Now the derivation builds both libtensorflow and the Python package and puts them into
different outputs.

Quite a bit of improvements were done on the top, including:

* Use official tag revision as source, not a branch;
* Use all system libraries possible (before only one was actually used);
* Move various environment variables to the derivation itself from hooks;
* Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries;
* And more that I forgot!
2019-07-31 13:28:44 +03:00
Nikolay Amiantov 0a1bf4734f libtensorflow: add binary build and add automatic generation 2019-07-31 13:28:44 +03:00
Yorick van Pelt 2e46ae0daa libtensorflow: 1.9 -> 1.14.0
This also changes it to a from-source build.
2019-07-31 13:28:15 +03:00
Timo Kaufmann 3df4e2df95 tensorflow: re-enable build from source [WIP] 2019-07-31 13:28:15 +03:00
Jörg Thalheim 33c6b28a78
makemkv: modernize derivation (#65608)
makemkv: modernize derivation
2019-07-31 09:25:47 +01:00
Peter Hoeg f46b8a9ef2
Merge pull request #65618 from peterhoeg/p/spwgen
pwgen-secure: init at 0.9.1
2019-07-31 15:18:14 +08:00
Peter Hoeg db5aa011b8 pwgen-secure: init at 0.9.1 2019-07-31 15:16:18 +08:00
Daniël de Kok 2240ddcf8c makemkv: modernize derivation
- Use libsForQt5.callPackage
- Replace separate builder.sh script
- Replace patchelf call by autoPatchElfHook
- Use ffmpeg in place of libav
2019-07-31 08:11:40 +02:00
Matthew Bauer c0fe97b12e
Merge pull request #65213 from tobim/pkgsStatic/enhance
pkgsStatic: improve usability
2019-07-30 16:30:27 -04:00
magenbluten 576c04a9a5 suricata: init at 4.1.4 2019-07-30 20:16:04 +02:00
WilliButz b22a75bf00
prometheus-mail-exporter: init at 2019-07-14 2019-07-30 19:24:26 +02:00
Vincent Laporte ca3f1c20d7 ocamlPackages.toml: init at 5.0.0 2019-07-30 16:18:39 +00:00
Michael Weiss 1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
Robin Gloster 0c5c7f60e6
chunksync: remove openssl 1.0.2 pinning 2019-07-30 15:00:52 +02:00
Robin Gloster 21d225a026
clamav: remove openssl 1.0.2 pinning 2019-07-30 15:00:03 +02:00
Robin Gloster c3eef868a2
encfs: remove openssl 1.0.2 pinning 2019-07-30 14:55:26 +02:00
Robin Gloster 5bbb6337fe
john: remove openssl 1.0.2 pinning 2019-07-30 14:25:27 +02:00
Robin Gloster 2903d295c4
all-packages: fix earlier merge 2019-07-30 14:15:17 +02:00
Robin Gloster 1937c91470
arangodb: remove openssl 1.0.2 pinning 2019-07-30 13:51:39 +02:00
Robin Gloster fdf7d9eeef
qca-qt5: remove openssl 1.0.2 pinning 2019-07-30 13:50:43 +02:00
Robin Gloster d7a73f7d60
opendkim: remove openssl 1.0.2 pinning 2019-07-30 13:50:00 +02:00
Jonathan Ringer 35b622f0da python2Packages.imbalanced-learn: freeze at 0.4.3 2019-07-30 13:00:01 +02:00