Commit Graph

36621 Commits

Author SHA1 Message Date
Katona László
3a8b8bcb69 all-packages.nix: made new block CHEMISTRY 2018-04-25 22:15:51 +02:00
John Ericson
b9acfb4ecf treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile

(cherry picked from commit ba52ae5048)
2018-04-25 15:50:41 -04:00
Matthew Justin Bauer
fb836946de
Merge pull request #35187 from xurei/app/yarssr
yarssr: init at git-2017-12-01
2018-04-25 14:47:08 -05:00
Markus Kowalewski
e0d3371728
limesuite: init at 18.04.1 2018-04-25 12:31:47 -07:00
Markus Kowalewski
184cb1e8c6
soapysdr+plugins: init at 0.6.1 2018-04-25 12:31:43 -07:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
José Romildo Malaquias
524b29471b onestepback: init at 0.98 2018-04-25 16:03:09 -03:00
Vincent Laporte
5c4ee2a3ab ocaml: init at 4.07.0+beta2 2018-04-25 18:19:57 +02:00
Jan Tojnar
0dec4fa1db
rarian: merge gnome{2,3}.rarian 2018-04-25 15:53:26 +02:00
Yucheng Zhang
cbbcd2920d sarasa-gothic: init at 0.5.2 2018-04-25 21:48:21 +08:00
Yucheng Zhang
42ecb0dd94 inziu-iosevka: init at 1.13.2 2018-04-25 21:48:17 +08:00
Rodney Lorrimar
ca7d983999 buildkite-agent3: init at 3.0.1 (#39471)
New stable release. Version 2.6 is kept for backwards compatibility.

https://github.com/buildkite/agent/releases/tag/v3.0.0
https://github.com/buildkite/agent/releases/tag/v3.0.1
2018-04-25 13:47:26 +01:00
Frederik Rietdijk
304c3ebc6d
Merge pull request #39285 from florianjacob/synapse
matrix-synapse: 0.27.2 -> 0.27.4
2018-04-25 07:41:29 +02:00
Frederik Rietdijk
fbd169ae5f
Merge pull request #39158 from catern/dataclass
pythonPackages.dataclasses: init at 0.5
2018-04-25 07:39:29 +02:00
adisbladis
337e9723ce
kde-applications: Create alias to okteta 2018-04-25 09:35:50 +08:00
Bastian Köcher
58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00
Bastian Köcher
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
Jan Tojnar
ddc48afcca
python3.pkgs.pyatspi: 2.18.0 → 2.26.0 2018-04-24 21:53:11 +02:00
Matthew Justin Bauer
ab92a474a9
Merge pull request #38822 from matthewbauer/netbsd
Introducing NetBSD userland
2018-04-24 14:46:01 -05:00
Frank Doepper
82a9df76cc tuxpaint: init at 0.9.22 2018-04-24 21:25:13 +02:00
Matthew Bauer
31ef995e37 bsd: init netbsd & openbsd userland
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these
will be integrated into Nixpkgs later.

Noncomprehensive list:

- netbsd.getent
- netbsd.getconf
- netbsd.fts
- openbsd.mg
- netbsd.compat (can replace libbsd)
2018-04-24 14:16:35 -05:00
Frank Doepper
81c1b9c9fc googleearth: remove
it's broken, and even after adjusting the derivation to the currently
available downloads it does not run well for me and it is rather
annoying to adjust the derivation to the moving
google-earth-stable_current source download link
2018-04-24 21:05:03 +02:00
Spencer Baugh
2dbde855eb pythonPackages.dataclasses: init at 0.5 2018-04-24 18:04:54 +00:00
lewo
18c6c495ea
Merge pull request #39171 from nocent/add/bonzomatic
bonzomatic: init at 2018-03-29
2018-04-24 17:58:55 +02:00
Franz Pletz
0520634725
xmr-stak: doesn't build with gcc7 if cuda is enabled 2018-04-24 17:06:57 +02:00
Matthew Justin Bauer
d57e6466e0
Merge pull request #39377 from timokau/pari-pthread
pari: Make pthread optional, remove unstable
2018-04-24 10:03:01 -05:00
Matthew Justin Bauer
7ebb6212a2
Merge pull request #38805 from timokau/zn_poly-init
zn_poly: init at 0.9
2018-04-24 09:28:27 -05:00
lewo
e0956295a9
Merge pull request #39363 from carlosdagos/go-jira-1.0.17
go-jira: init at 1.0.17
2018-04-24 16:13:25 +02:00
Jörg Thalheim
04a15a6ebf
Merge pull request #39338 from alexfmpe/coursera-dl
coursera-dl: init at 0.10.0
2018-04-24 14:45:58 +01:00
Carlos D'Agostino
49f02db58c go-jira: init at 1.0.17 2018-04-24 23:40:37 +10:00
Jörg Thalheim
b959c6ed60
Merge pull request #38806 from magnetophon/dragonfly-reverb
dragonfly-reverb: init at 0.9.1
2018-04-24 14:04:35 +01:00
Marcin Falkiewicz
0fad5f7a84 wine: add Vulkan support 2018-04-24 14:47:12 +02:00
Alexandre Esteves
c9b3a2452f
coursera-dl: init at 0.10.0 2018-04-24 13:34:49 +01:00
Tim Steinbach
fc79bf4374
linux: Remove 4.15.x 2018-04-24 08:14:31 -04:00
Bart Brouns
5f6373d582 dragonfly-reverb: init at 0.9.1 2018-04-24 12:56:50 +02:00
Timo Kaufmann
75b0866d0c pari: Make pthread optional, remove unstable 2018-04-24 12:54:59 +02:00
Vaibhav Sagar
847196143d teseq: init at 1.1.1 2018-04-24 17:26:28 +08:00
Robert Schütz
f2ad8b295c
Merge pull request #38802 from timokau/rankdwidth-init
rankwidth: init at 0.7
2018-04-24 01:01:17 +02:00
Robert Schütz
1aaab715e4
Merge pull request #39195 from teto/vdirsyncer
[RDY] Vdirsyncer update
2018-04-24 00:52:41 +02:00
Robert Schütz
16408d3920
Merge pull request #38784 from timokau/flask-autoindex-init
pythonPackages.flask-autoindex: init at 0.6
2018-04-24 00:27:25 +02:00
Matthew Justin Bauer
cf758a5aa4
release: add inkscape, qt5.qtmultimedia (darwin)
We want to make sure these work in Darwin. Hopefully this will improve their stability.
2018-04-23 16:51:33 -05:00
Eric Wolf
94a420b921 fetchFromGitLab: Use API archive download endpoint.
According to

https://gitlab.com/gitlab-org/gitlab-ce/issues/45586#note_69828451

this URL is something with guaranteed stability.
2018-04-23 21:32:49 +02:00
Florian Klink
0e5f82b847 pdf-quench: init at 1.0.5 2018-04-23 21:28:47 +02:00
Peter Simons
21d688f9b8
Merge pull request #39309 from LumiGuide/haskell.overrides
RFC: haskell: allow overriding all package sets at once
2018-04-23 21:07:58 +02:00
Austin Seipp
617db2df96 foundationdb: init at 5.1.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-23 12:12:53 -05:00
Matthew Justin Bauer
bf6641ede5
Merge pull request #36460 from timokau/linbox-init
linbox: init at 1.5.2
2018-04-23 12:05:29 -05:00
Florian Klink
1b4027c6fc abootimg: init at 0.6 2018-04-23 14:09:41 +02:00
Timo Kaufmann
a8f9fc1c16 pythonPackages.flask-autoindex: init at 0.6 2018-04-23 13:26:43 +02:00
Matthias Beyer
f396f0937e pythonPackages.milksnake: init at 0.1.5 2018-04-23 16:35:44 +09:00
Vincent Laporte
5f82c322d6 eff: 20140928 -> 5.0 (#39264) 2018-04-23 08:16:03 +01:00
Benjamin Hipple
9e9cc471b6 dejavu-fonts: fix missing Perl IOString dependency (#39341)
Per the docs, IOString was recently added as a dependency:
https://github.com/dejavu-fonts/dejavu-fonts/blob/master/BUILDING.md

As-is, attempting to rebulid from source errors out with this missing perl module.
2018-04-22 23:24:44 +01:00
Matthew Justin Bauer
6a4cc3562c
Revert "initial TBS driver" 2018-04-22 15:57:51 -05:00
Timo Kaufmann
28c023e246 zn_poly: init at 0.9 2018-04-22 20:44:06 +02:00
Timo Kaufmann
0c9aaf0814 rankwidth: init at 0.7 2018-04-22 20:11:49 +02:00
Matthew Justin Bauer
fb7cdbc15d
Merge pull request #32049 from ck3d/tbs
initial TBS driver
2018-04-22 13:03:22 -05:00
Jörg Thalheim
c3e78d3988
Merge pull request #39123 from Infinisil/add/dust
dust: init at 0.2.3
2018-04-22 16:21:49 +01:00
Florian Jacob
2749531e0f frozendict: move to separate module 2018-04-22 15:25:33 +02:00
Florian Jacob
ce3961cc70 python-frozendict: 0.5 -> 1.2 2018-04-22 15:25:33 +02:00
Florian Jacob
63901546df canonicaljson: separating from pythonPackages 2018-04-22 15:25:33 +02:00
Bas van Dijk
bf6d796a27 haskell: allow overriding all package sets at once
Setting haskell.packageOverrides like so:

  haskell = super.haskell // {
    packageOverrides = self: super: {
      my-package = ...;
      my-other-package = ...;
    };
  };

causes all compiler-specific package sets to be overridden with those
overrides.
2018-04-22 10:34:44 +02:00
Christian Kögler
9cbf81e11b initial kernel modules for TBS devices 2018-04-22 08:50:25 +02:00
Matthew Justin Bauer
c8e58113b2
Merge pull request #38801 from worldofpeace/wire-desktop
wire-desktop: init at 3.0.2816
2018-04-21 20:47:56 -05:00
Timo Kaufmann
b74e884aab flintqs: init at 1.0 2018-04-21 20:43:56 -05:00
Timo Kaufmann
d0d7894f75 rubiks: init at 20070917 2018-04-21 20:42:58 -05:00
Timo Kaufmann
b93e1fbbfb jmol: init at 14.29.12 2018-04-21 20:41:21 -05:00
Timo Kaufmann
be0b8f2cf6 palp: init at 2.1 2018-04-21 20:40:59 -05:00
Timo Kaufmann
7dc6b2e3c3 pynac: init at 0.7.19 2018-04-21 20:40:22 -05:00
Timo Kaufmann
a037da9afe cypari2: init at 1.1.4 2018-04-21 20:39:56 -05:00
Timo Kaufmann
9897e959f3 pythonPackages.flask-silk: init at 0.2 2018-04-21 20:39:22 -05:00
Timo Kaufmann
1cf1b1e0f4 pythonPackages.flask-babel: init at 0.11.2 2018-04-21 20:39:03 -05:00
Timo Kaufmann
10124a4743 lcalc: init at 1.23 (#38796) 2018-04-21 20:38:40 -05:00
Matthew Justin Bauer
405daa25f1
Merge pull request #27257 from hectorj/init-zipkin-server-1.28.1
zipkin-server: init at 1.28.1
2018-04-21 15:22:43 -05:00
Matthew Justin Bauer
55a7e45529
Merge pull request #31724 from pngwjpgh/feat/nsd/dnssec
Automatic DNSSEC signatures & key schedule for nsd
2018-04-21 15:15:03 -05:00
Jörg Thalheim
d79df63ea2 cloudfoundry-cli: 6.32.0 -> 6.36.1 2018-04-21 20:58:25 +01:00
Matthew Justin Bauer
7a516cd0c3
Merge branch 'master' into feat/nsd/dnssec 2018-04-21 14:48:30 -05:00
Joachim F
17b73ff90c
Merge pull request #38658 from dasJ/dnsdist-pkg
dnsdist: init at 1.3.0
2018-04-21 19:47:27 +00:00
Peter Romfeld
f5b3f9962e cocoapods: init at 1.3.1 (#32583)
* cocoapods: init at 1.3.1

* requires xcode
2018-04-21 14:37:56 -05:00
Jörg Thalheim
b1d4962d67 perlPackages.MNI-Perllib: use callPackage instead of import 2018-04-21 20:24:43 +01:00
Jörg Thalheim
f7785dd61c
Merge branch 'master' into minc_ecosystem 2018-04-21 20:18:27 +01:00
Jörg Thalheim
38d6decac3
Merge pull request #38804 from timokau/sympow-init
sympow: init at 1.018.1
2018-04-21 19:46:59 +01:00
Jörg Thalheim
f6dfa072b4
Merge pull request #39203 from typetetris/master
fetchFromGitLab: Fixes #39200
2018-04-21 18:57:55 +01:00
bfortz
ba8ef6184c minergate: init at 8.1 (#39302) 2018-04-21 18:33:13 +01:00
Jörg Thalheim
a769ffc85c
Merge pull request #39056 from mt-caret/jumanpp
jumanpp: init at 1.02
2018-04-21 10:27:57 +01:00
Jörg Thalheim
193194db67
Merge pull request #39262 from Lassulus/digit_aliases
aliases: remove broken digit aliases
2018-04-21 10:18:28 +01:00
Frederik Rietdijk
e68f820cc4 dashing: don't use callPackages (note the s)
cc @peterhoeg @matthiasbeyer
2018-04-21 09:36:12 +02:00
Matthew Justin Bauer
f55d6bbefe
Merge pull request #39275 from ciil/gnushogi
gnushogi: init at 1.4.2
2018-04-21 01:46:40 -05:00
Matthew Justin Bauer
6d3df0ee23
Merge pull request #35276 from rdanitz/feat/perl/ical-parser
perl-iCal-Parser: init at 1.21
2018-04-20 18:34:11 -05:00
Florian Jacob
3d974552f3 canonicaljson: 1.0.0 -> 1.1.3 2018-04-20 22:38:44 +02:00
Wout Mertens
77a1993b46
Merge pull request #38918 from gnidorah/gitweb
nixos/gitweb: add gitwebTheme option
2018-04-20 21:32:34 +02:00
Simon Lackerbauer
4a78942c75
gnushogi: init at 1.4.2 2018-04-20 21:01:04 +02:00
James Kay
cf351f6389
atlassian-cli: init at 7.8.0 2018-04-20 19:01:35 +01:00
lassulus
7a04c6fc58 aliases: remove broken digit aliases 2018-04-20 17:03:39 +02:00
Tristan Helmich
2d44db519e grepcidr: init at 2.0 (#38685) 2018-04-20 15:40:28 +02:00
Yegor Timoshenko
a731dfce68
Merge pull request #33596 from yegortimoshenko/20180108.033429/wine
wine: wineStaging -> wine-staging, add wine-development, use full scheme for wine-stable
2018-04-20 13:04:29 +03:00
Timo Kaufmann
f8fbe0f157 sympow: init at 1.018.1 2018-04-20 10:28:44 +02:00
Eric Wolf
93e9b73b3a fetchFromGitLab: Fixes #39200 2018-04-20 10:11:34 +02:00
Will Dietz
f08f7d6099
Merge pull request #39174 from xeji/gede-qt5
gede: switch to qt5
2018-04-19 16:27:24 -05:00
xeji
582774828a gede: switch to qt5 2018-04-19 23:00:08 +02:00
John Ericson
cf0dd1dbd2
Merge pull request #39172 from obsidiansystems/ios-cross
ios-sdk-pkgs: Init from iOS SDK from XCode
2018-04-19 17:00:05 -04:00
Ken Micklas
ef3db7d14c ios-sdk-pkgs: Init from iOS SDK from XCode 2018-04-19 16:09:30 -04:00
vodkabot
e8c936556d twilight: init at 2018-04-19 2018-04-19 21:54:09 +03:00
worldofpeace
754b30ef00 wire-desktop: init at 3.0.2816 2018-04-19 13:50:35 -04:00
Matthew Justin Bauer
6548559061
Merge pull request #38656 from krav/master
sleepyhead: init at 1.0.0-beta
2018-04-19 12:20:52 -05:00
Will Dietz
93814ed41c
Merge pull request #39150 from dtzWill/feature/rw
rw: init at 1.0
2018-04-19 12:20:16 -05:00
Matthew Justin Bauer
a5b8b2e0cf
Merge pull request #38970 from thorstenweber83/add-pkg-fstl
fstl: init at 0.9.3
2018-04-19 12:01:54 -05:00
nocent
4959111f30 bonzomatic: init at 2018-03-29 2018-04-19 19:01:26 +02:00
Yegor Timoshenko
443af66526
Merge pull request #38109 from sengaya/add-ansible25
ansible_2_5: init at 2.5.0
2018-04-19 16:57:16 +00:00
Ken Micklas
b1a8894a1c wrapBintoolsWith: Allow overriding extraBuildCommands 2018-04-19 11:39:07 -04:00
Will Dietz
2aff3da773 rw: init at 1.0 2018-04-19 07:42:36 -05:00
Timo Kaufmann
d8e5160b23 planarity: init at 3.0.0.5 (#38800) 2018-04-19 08:43:44 +02:00
Timo Kaufmann
ddb7c0e930 lrcalc: init at 1.2 (#38755) 2018-04-19 08:42:06 +02:00
Peter Hoeg
6cc5bd1cd1
Merge pull request #38813 from matthiasbeyer/add-dashing
dashing: init at 2018-02-15
2018-04-19 04:57:01 +00:00
Silvan Mosberger
6026e43bce
dust: init at 0.2.3 2018-04-18 22:18:58 +02:00
Matthias Beyer
0f32914164 dashing: init at 2018-02-15 2018-04-18 18:05:50 +02:00
Vincent Laporte
76a43d765c coq: 8.8+beta1 -> 8.8.0 2018-04-18 14:37:04 +02:00
Vincent Laporte
20c035b906 ocamlPackages.js_of_ocaml-tyxml: init at 3.1.0 2018-04-18 09:38:23 +02:00
Jan Tojnar
6bf47e0d77
mypaint-brushes: init at 1.3.0 2018-04-18 02:17:47 +02:00
Bas van Dijk
9c8fa9729c elk6: 6.2.3 -> 6.2.4 2018-04-18 00:38:48 +02:00
Bas van Dijk
1593ff3f51 elk5: 5.6.8 -> 5.6.9 2018-04-18 00:38:48 +02:00
Bas van Dijk
54e6c0e7ae elk6: 6.2.2 -> 6.2.3 2018-04-18 00:32:57 +02:00
Bas van Dijk
b3e94a2385 elk6: 6.1.2 -> 6.2.2 2018-04-18 00:32:57 +02:00
Bas van Dijk
390abceb2b elk5: 5.6.6 -> 5.6.8 2018-04-18 00:32:57 +02:00
Matthew Bauer
1592e03aba treewide: rename bad filenames
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00
Matthew Bauer
ddaea6ac77 pkgs/shells: move extensions to subdirs
These are not reaal shells and should go into their parent shell
directory.
2018-04-17 14:47:32 -05:00
Matthew Bauer
52893d5276 treewide: move "extensions" drvs to dir
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
Matthew Bauer
6c182dd14d Revert "hfsprogs: init at 332.25"
This reverts commit d0dcad3b91.

diskdev_cmds is now packaged as darwin.diskdev_cmds. Linux support is
unknown right now (but PRs are accepted).
2018-04-17 12:40:16 -05:00
gnidorah
9029ed933c nixos/gitweb: add gitwebTheme option 2018-04-17 20:07:01 +03:00
Jörg Thalheim
4b7abf3633
Merge pull request #39075 from Ma27/fix-gflags-package-duplication
gflags: alias to google-gflags
2018-04-17 16:42:08 +01:00
mt_caret
e612848893 glbinding: init at 2.1.4 (#36752)
* glbinding: init at 2.1.4

* fix meta attribute
2018-04-17 10:35:23 -05:00
volth
9b87fbb130 processing3: init at 3.3.7 (#36851)
* processing3: init at 3.3.7

* processing: add _JAVA_OPTIONS -Dawt.useSystemAAFontSettings=lcd

it uses own ttf fonts which expect antialiasing
2018-04-17 10:24:47 -05:00
Matthew Justin Bauer
1edf668a1c
Merge pull request #36790 from pjan/tmux-plugins
adds tmuxPlugins
2018-04-17 10:24:10 -05:00
Maximilian Bosch
6c01c7fcff
gflags: alias to google-gflags
Both packages referred to the same repo (`gflags/gflags` at GitHub),
both packages used almost the same version (2.2.1 and 2.2.0). Therefore
I think that it's just fair to drop one of the packages to avoid
duplication and reduce the maintenance overload.

I decided to drop `gflags` originally packaged by @shlevy as it didn't
contain testing support as `google-gflags` does. The package set refers
from `gflags` to `google-gflags`, so both package names remain (to avoid
any confusions), however the `gflags` expression is removed.
2018-04-17 17:23:25 +02:00
mt_caret
05bebd7215 sweep-visualizer: init at 0.15.0 (#38607)
* sweep-visualizer: init at 0.15.0

* restrict platform

* fix maintainers

* fix license attribute
2018-04-17 10:06:41 -05:00
Matthew Justin Bauer
aa22581479
Merge pull request #38327 from Ma27/package-react-native-debugger
react-native-debugger: init at 0.7.18
2018-04-17 10:02:14 -05:00
Matthew Justin Bauer
09b5678dae
Merge pull request #38440 from veprbl/arrow_cpp_reopen
Add arrow-cpp, parquet-cpp, pythonPackages.pyarrow
2018-04-17 10:01:46 -05:00
Matthew Justin Bauer
23eac59f88
Merge pull request #38032 from romildo/deepin
deepin: use libsForQt5 in meta package
2018-04-17 09:55:21 -05:00
Jörg Thalheim
5dc7a70f65
Merge pull request #38589 from badi/tlatools
Add TLAPS and TLA+ Toolbox
2018-04-17 14:51:35 +01:00
Jörg Thalheim
9758c498f9
Merge pull request #38907 from timokau/eli-init
eli: init at 4.8.1
2018-04-17 14:49:21 +01:00
Jörg Thalheim
be5ad658df
Merge pull request #38971 from knedlsepp/fix-darwin-gpu-stuff
Fix clblas and libgpuarray on darwin
2018-04-17 13:58:54 +01:00
Vladimír Čunát
db071c4d1d
Merge #38702: Mark packages as broken (ZHF) 2018-04-17 13:36:20 +02:00
Robert Schütz
c6a8b90d15
Merge pull request #34296 from fgaz/isso
Isso: init at 0.10.6 (plus dependencies)
2018-04-17 11:57:32 +02:00
Masayuki Takeda
4f784cd2da jumanpp: init at 1.02 2018-04-17 18:37:44 +09:00
Badi Abdul-Wahid
c4ef846c92
tlaplusToolbox: init at 1.5.6 2018-04-16 22:18:47 -04:00
Badi Abdul-Wahid
d14a476054
tlaps: init at 1.4.3 2018-04-16 21:18:42 -04:00
Thorsten Weber
a4f8090fbe fstl: init at 0.9.3 2018-04-16 19:59:05 +02:00
Yorick van Pelt
2c5efc8735
rocksdb: use jemalloc 4.5.0 2018-04-16 12:31:27 +02:00
Yorick van Pelt
d536542ee4
jemalloc: add 4.5.0 version 2018-04-16 12:31:26 +02:00
Peter Hoeg
1441787c84 kirigami: dump deprecated/unmaintained kirigami1 2018-04-16 16:15:29 +08:00
Peter Hoeg
c859867e42 pythonPackages.warrant: init at 0.6.1 2018-04-16 07:58:28 +02:00
Peter Hoeg
764d03decc pythonPackages.envs: init at 1.2.4 2018-04-16 07:58:21 +02:00
Matthew Bauer
9673ac562c unixtools: add col to utillinux 2018-04-15 22:54:19 -05:00
Bastian Köcher
438631e401 kernelPatches: Adds bcm2835_mmal_v4l2_camera_driver
The kernel patch is required for raspberry pi, to enable the camera
module.

[dezgeg: Add some comments indicating it's only needed for 4.16]
2018-04-16 04:26:02 +03:00
Jörg Thalheim
f5866564c8
Merge pull request #38897 from suvash/add-iamy
iamy: init at 2.1.1
2018-04-15 22:14:21 +01:00
Francesco Gazzetta
6d09fbfcf4 python: isso: init at 0.10.6 2018-04-15 21:12:54 +00:00
Jörg Thalheim
59cf37fd6f
Merge pull request #38864 from tadfisher/yquake2
yquake2: init at 7.20
2018-04-15 20:20:52 +01:00
Jan Tojnar
fdc21ac57a
terminator: clean up 2018-04-15 14:17:47 +02:00
Josef Kemetmüller
357d8f600c clblas: Enable darwin build 2018-04-15 12:12:25 +02:00
S. Nordin Abouzahra
92f0d31b94
purple-discord: init at 2018-04-10 2018-04-15 11:20:23 +02:00
Francesco Gazzetta
b532cc3766 python: misaka: init at 2.1.0 2018-04-15 08:41:04 +00:00
Alex Chapman
35f75cff4f pythonPackages.python-docx: init at 0.8.6 (#38722) 2018-04-15 08:03:24 +02:00
Shea Levy
603a369b89
Revert "buildSetupcfg: Include unzip for zip sources."
Misunderstood the error I was seeing.

This reverts commit 0d3eb70133.
2018-04-14 20:12:22 -04:00
Shea Levy
0d3eb70133
buildSetupcfg: Include unzip for zip sources. 2018-04-14 20:09:51 -04:00
volth
ecf8095e91 scallion: init at 2.1 (#38817) 2018-04-14 16:55:39 +00:00
Jörg Thalheim
d4597784f4
Merge pull request #38814 from timokau/rpy2-unbreak
rpy2: unbreak build
2018-04-14 17:49:42 +01:00
Marius Bergmann
4d7da18f5c perlPackages.Socket6: fix sv_undef compilation error
Socket6.xs redefines `PV_sv_undef`, which breaks compilation from
306d5cdf03 ("perlPackages: Add cross-compilation support."). I added a patch
to remove this redefinition. Compilation is now working again.
2018-04-14 18:00:35 +02:00
Frederik Rietdijk
5a3495f5fb
Merge pull request #38780 from timokau/cvxopt-1.1.9
cvxopt: 1.1.7 -> 1.1.9, add optional extensions
2018-04-14 17:49:27 +02:00
Robert Schütz
089eefe724
Merge pull request #38795 from timokau/cliquer-init
cliquer: init at 1.21
2018-04-14 17:41:11 +02:00
Robert Schütz
2a09342395
Merge pull request #38790 from timokau/fpylll-init
pythonPackages.fpylll: init at 0.3.0dev
2018-04-14 12:19:12 +02:00
Timo Kaufmann
2c23faa3d8 cliquer: init at 1.21 2018-04-14 10:33:54 +02:00
Robert Schütz
2152819946
Merge pull request #38797 from timokau/m4rie-init
m4rie: init at 20150908
2018-04-14 09:47:23 +02:00
Jörg Thalheim
4ce2af3e2a
Merge pull request #38912 from wizeman/u/fix-mpack-lua-hash
luaPackages.mpack: fix hash
2018-04-14 08:24:56 +01:00
Michael Raskin
267b90a40a
Merge pull request #26665 from armijnhemel/bluez5_28_removal
bluez5_28: remove expression for bluez5_28, as it is no longer needed
2018-04-13 22:35:09 +00:00
Michael Raskin
e7b213d55e libreoffice-still, libreoffice-fresh: use fresh bluez, not the oldest ICU, comment about GCC version, use the fontconfig fix for libreoffice-still 2018-04-14 00:20:28 +02:00
André-Patrick Bubel
8d61dd8ce3
dosage: 2016.03.17 -> 2018.04.08
Dosage works again, but requires Python 3 now. As it is an application,
it was also moved to its own file.
2018-04-13 22:58:38 +02:00
Timo Kaufmann
2dcb1026a3 rpy2: unbreak build 2018-04-13 22:42:18 +02:00
Ricardo M. Correia
475c4e08ea luaPackages.mpack: fix hash
The actual revision was changed back in November 2007 with commit
b7ed086650 but the hash wasn't updated.
2018-04-13 20:54:31 +02:00
John Ericson
800cb8ae71
Merge pull request #38881 from obsidiansystems/sierra-hack
cc-wrapper: More intelligent sierra hack
2018-04-13 14:39:56 -04:00
Gabriel Ebner
67dbfd3fc1 pythonPackages.rlp: init at 0.6.0 2018-04-13 19:35:29 +02:00
Gabriel Ebner
1659a29fef python2Packages.python-wifi: 0.6.0 -> 0.6.1 2018-04-13 19:25:11 +02:00
Timo Kaufmann
633f694443 pythonPackages.fpylll: init at 0.3.0dev 2018-04-13 18:23:26 +02:00
Timo Kaufmann
4e0a5e2533 eli: init at 4.8.1 2018-04-13 18:13:41 +02:00
Matthew Justin Bauer
293e18d9c4
unixtools: fixup hexdump issue
utillinux puts everything in ".bin" output. We need to use lib.getBin to get it correctly.
2018-04-13 11:10:36 -05:00
Matthew Bauer
f1fb3651d8 quota: get from unixtools 2018-04-13 10:47:55 -05:00
Matthew Bauer
47fdc26c26 unixtools: quota is not in utillinux 2018-04-13 10:41:16 -05:00
Matthew Bauer
62315cf52a quota: rename to linuxquota 2018-04-13 10:40:25 -05:00
Shea Levy
fddb1457b0
qemu-riscv: Mark lowPrio 2018-04-13 10:53:22 -04:00
Suvash Thapaliya
7e324b857b
iamy: init at 2.1.1
Add iamy package - maintains aws iam in yaml format
2018-04-13 12:51:31 +02:00
Sarah Brofeldt
94d68a9e59
Merge pull request #38874 from utdemir/update-spotify-1.0.77
spotify: 1.0.72.117 -> 1.0.77.338
2018-04-13 10:37:26 +02:00
Peter Simons
d503d493ab vcsh: update to latest version and add missing Perl test suite dependencies to fix the build 2018-04-13 09:59:17 +02:00
lewo
4043fff3bc
Merge pull request #38423 from mbode/heptio-ark_0_7_1
heptio-ark: init at 0.7.1
2018-04-13 08:50:40 +02:00
Matthew Justin Bauer
1b11ffbae8
Merge pull request #38880 from matthewbauer/darwin-devdisk
Add Darwin devdisk commands and put them in unixtools
2018-04-13 00:12:49 -05:00
Matthew Bauer
8287ba10fc unix-tools: cleanup things
- Adds ifconfig to nettools
- Adds top to procps
- Adds fsck, fdisk, mount, umount, quota to utillinux
2018-04-12 18:36:21 -05:00
John Ericson
1001311280 cctools: Add alternative source for sierra hack
Source master rebase of my [PR #34].

Eventually, we might consider doing something for GNU binutils too, in
order that we switch (the normal) ld-wrapper to always use this to
leverage ld to resolve libraries, rather than faking it in bash.

[PR #34]: https://github.com/tpoechtrager/cctools-port/pull/34
2018-04-12 19:16:51 -04:00
Jörg Thalheim
0d705fd698
Merge pull request #38875 from romildo/upd.numix-solarized-gtk-theme
numix-solarized: 20160919 -> 20170810
2018-04-12 23:33:42 +01:00
Matthew Bauer
1914ef6040 unixtools: add mount, umount for darwin 2018-04-12 17:17:26 -05:00
José Romildo Malaquias
1a525eeab1 numix-solarized: 20160919 -> 20170810 2018-04-12 18:56:41 -03:00
Utku Demir
e9e823c178
spotify: 1.0.72.117 -> 1.0.77.338 2018-04-13 09:26:03 +12:00
Yorick
276580f769 acme.sh: init at 2.7.8 (#38856) 2018-04-12 22:14:49 +01:00
xeji
cdc293b19b pythonPackages.pyblock: disable on python 3 2018-04-12 23:04:06 +02:00
xeji
efbd773828 pythonPackages.lightblue: disable on python 3
... build fails
2018-04-12 23:04:06 +02:00
xeji
ac7d466107 pythonPackages.pycapnp: mark as broken 2018-04-12 23:04:05 +02:00
xeji
c307e5b0f3 pythonPackages.dynd: disable on python2
tests fail on python2
2018-04-12 23:04:05 +02:00
xeji
db872b1bc1 python27Packages.caldavclientlibrary-asynk: mark as broken 2018-04-12 23:04:04 +02:00
Jörg Thalheim
606c9fcdf8
Merge pull request #38849 from magnetophon/gotop
gotop: init at 1.2.9
2018-04-12 22:00:00 +01:00
Matthew Bauer
6398791733 unixtools: get rid of modprobe
modprobe only exists in Linux kernel. Just use kmod if it's needed.
2018-04-12 14:32:11 -05:00
Matthew Justin Bauer
29bc523733
Merge pull request #38865 from matthewbauer/darwin-security-fixes
[darwin] Security fixes
2018-04-12 14:27:00 -05:00
Matthew Bauer
ce202d202e Revert "arm-frc-linux-gnueabi-linux-api-headers: init at 3.19-r0.36"
This reverts commit 9597247cc0.
2018-04-12 14:22:15 -05:00
Matthew Bauer
ea67004ba2 Revert "arm-frc-linux-gnueabi-eglibc: init at 2.21-r0.83"
This reverts commit 7c32b93c9a.
2018-04-12 14:21:58 -05:00
Matthew Bauer
831cb4169e Revert "arm-frc-linux-gnueabi-binutils: init at 2.28"
This reverts commit 1d7a478c92.
2018-04-12 14:21:47 -05:00
Matthew Bauer
9ed96e7681 Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4"
This reverts commit ff1e372849.

We only want to build GCC once. Cross compilation infrastructure means
this should not be needed.
Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4"

This reverts commit ff1e372849.
2018-04-12 14:16:57 -05:00
Maximilian Bode
2e1c5c00c7 heptio-ark: init at 0.7.1 2018-04-12 20:59:10 +02:00
Tad Fisher
29b1894598 yquake2: init at 7.20 2018-04-12 11:49:11 -07:00
Matthew Justin Bauer
55e65616fd
Merge pull request #38860 from pbogdan/unixtools-modprobe
unixtools.modprobe: fix
2018-04-12 11:15:14 -05:00
Piotr Bogdan
0b9ca7875a unixtools.modprobe: fix 2018-04-12 17:03:02 +01:00
Bart Brouns
9ac303c225 gotop: init at 1.2.9 2018-04-12 16:17:11 +02:00
Timo Kaufmann
2112768fe6 pythonPackages.cysignals: init at 1.6.9 (#38781) 2018-04-12 14:11:04 +02:00
Timo Kaufmann
7d625f6c08 m4rie: init at 20150908 2018-04-12 13:40:27 +02:00
Michael Raskin
783204bdbc
Merge pull request #38768 from timokau/singular-4.1.1
singular: 3.1.7 -> 4.1.1
2018-04-12 11:40:06 +00:00
Robert Schütz
077bf8de4c
Merge pull request #38762 from timokau/m4ri-init
m4ri: init at 20140914
2018-04-12 13:26:52 +02:00
Timo Kaufmann
280b421cbb m4ri: init at 20140914 2018-04-12 13:24:20 +02:00
Timo Kaufmann
156e910b6d pythonPackages.cvxopt: 1.1.7 -> 1.1.9
Also adds support for the optional extensions glpk, gsl, fftw and
enables tests.
2018-04-12 12:50:22 +02:00
Peter Simons
722d8226f4
Merge pull request #38812 from timokau/maxima-ecl
maxima: add various fixes, re-add ecl support
2018-04-12 11:43:15 +02:00
Jan Tojnar
a9bc7b7c73
guake: 0.8.3 → 3.1.0 2018-04-12 10:58:23 +02:00
Nikolay Amiantov
24827a58fb python.pkgs.sleekxmpp: fix failure to verify a certificate 2018-04-12 11:35:18 +03:00
Nikolay Amiantov
5107b3f7b3 sleekxmpp: fix SSL certificates checks 2018-04-12 04:16:16 +03:00
Jan Tojnar
d2ce3a9bda
quodlibet: 3.9.1 → 4.0.2 2018-04-12 01:35:52 +02:00
Jan Tojnar
6a1198de7e
pythonPackages.mutagen: move to a separate file 2018-04-12 01:35:51 +02:00
Jan Tojnar
9a57536633
girara: 0.2.8 → 0.2.9 2018-04-12 01:18:41 +02:00
Timo Kaufmann
eb119b045a maxima: add various fixes, re-add ecl support 2018-04-12 00:46:40 +02:00
Matthew Justin Bauer
b1fa009aa2
unix-tools: fixup hexdump
hexdump needs utillinux
2018-04-11 14:50:27 -05:00
Shea Levy
b84a8c06c6
nix-plugins: 3.0.1 -> 4.0.1 2018-04-11 15:22:05 -04:00
Shea Levy
216b32f339
Merge branch 'setupcfg2nix' 2018-04-11 13:36:04 -04:00
Matthew Justin Bauer
19a6f0e02b
Merge pull request #38715 from matthewbauer/shell_cmds-full
Build more commands from Apple's system_cmds
2018-04-11 11:13:50 -05:00
Shea Levy
0901b3e195
Add setupcfg2nix and supporting infrastructure 2018-04-11 12:08:26 -04:00
Yegor Timoshenko
c625dbe84b
Merge pull request #38670 from davidak/dit
dit: init at 0.4
2018-04-11 15:11:36 +00:00
davidak
a45dad9811 tealdeer: init at 1.0.0 2018-04-11 17:11:01 +02:00
Timo Kaufmann
fa3d0cef67 singular: 3.1.7 -> 4.1.1 2018-04-11 17:00:20 +02:00
Michael Raskin
78d5690ddc
Merge pull request #38754 from timokau/gap-4r8p10
gap: 4r8p3 -> 4r8p10
2018-04-11 13:37:02 +00:00
Timo Kaufmann
6dc287802a gap: 4r8p3 -> 4r8p10 2018-04-11 15:22:03 +02:00
davidak
67206c90a8 dit: init at 0.4 2018-04-11 15:15:07 +02:00
Frederik Rietdijk
ee6894ca12 Merge staging into master 2018-04-11 14:55:52 +02:00
Frederik Rietdijk
e5c1c3b47e
Merge pull request #38566 from zimbatm/jupyterlab-0.31.12
Jupyterlab 0.31.12
2018-04-11 07:49:44 +02:00
Matthew Bauer
ec4910d9af openbsm: init at 1.1 2018-04-10 21:14:56 -05:00
Matthew Bauer
c3f3bc3869 openpam: init at 20170430 2018-04-10 21:14:06 -05:00
Tim Steinbach
d76725f3a5
docker-edge: 18.03 -> 18.04 2018-04-10 18:28:35 -04:00
Jörg Thalheim
7decb0805e
Merge pull request #38669 from aij/xmrig-proxy-master
xmrig-proxy: init at 2.5.2
2018-04-10 23:23:44 +01:00
BjornMelgaard
def5645ba1 all-packages: fix identation 2018-04-10 21:19:13 +03:00
BjornMelgaard
e00f9b316b safeeyes: init at 2.0.2 2018-04-10 21:19:13 +03:00
Frederik Rietdijk
6023849ba1 Merge master into staging 2018-04-10 19:23:42 +02:00
Gabriel Ebner
a14ae55c04 elan: init at 0.1.0 2018-04-10 18:38:45 +02:00