Commit Graph

54396 Commits

Author SHA1 Message Date
pulsation
a3bf66f487 quisk: init at 4.1.72 2020-11-11 19:43:07 +01:00
Michael Raskin
83992fd7c6
bisoncpp: init (#103316)
* bobcat: 4.08.03 -> 5.05.00; switch homepage

* bisoncpp: init at 6.04.00

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-11 18:20:39 +00:00
David Terry
d277dc65a1
turbo-geth: init at 2020.11.01 2020-11-11 19:00:57 +01:00
Andrew Childs
3456ef6f30 darwin/apple-sdk: use darwin stubs 2020-11-12 00:23:09 +09:00
Andrew Childs
fd33052999 darwin/print-reexports: nixpkgs-specific utility to inspect .tbd files
Used during bootstrap to check that re-exported libraries are not
dangling.
2020-11-12 00:23:09 +09:00
Andrew Childs
8946ff8d71 darwin/darwin-stubs: init 2020-11-12 00:23:09 +09:00
Frederik Rietdijk
4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
Marek Mahut
e39bc29e1e
asciigraph: init at 0.5.1 (#103184) 2020-11-11 23:48:05 +10:00
Kevin Cox
5dee9b5699
Merge pull request #96679 from midchildan/add-mackerel
mackerel-agent: init at 0.69.3
2020-11-11 06:59:22 -05:00
Gabriel Gonzalez
87d5e6fc1a Change idiom for overriding Dhall package version
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version.  Then
downstream packages would specify which package to override
by selecting a different record field.

The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs.  Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.

The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`.  This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..

This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
John Ericson
493f8b2ea2
Merge pull request #93368 from samueldr/feature/or1k-toolchain
Initial support for OpenRISC 1000
2020-11-10 21:36:43 -05:00
Thiago Franco de Moraes
dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
Jonathan Ringer
b2e857a5fe spicetify-cli: init at 1.1.0 2020-11-10 14:48:34 -08:00
Edmund Wu
0f83b301aa hsphfpd: init at 2020-10-25 2020-11-10 20:53:13 +01:00
Robert Hensing
3f7278f9e9
Merge pull request #101341 from SuperSandro2000/gitlab-triage
gitlab-triage: init at 1.13.0
2020-11-10 19:14:29 +01:00
William Casarin
b5f8f521e6 cp437: init at v0.6
Emulates an old-style "code page 437" / "IBM-PC" character set terminal
on a modern UTF-8 terminal emulator.

Signed-off-by: William Casarin <jb55@jb55.com>
2020-11-10 12:25:19 +01:00
Domen Kožar
fdb4b55a09
Merge pull request #102265 from bburdette/timekeeper
Timekeeper gtk app
2020-11-10 10:55:16 +01:00
Frederik Rietdijk
0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Frederik Rietdijk
379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
Fabián Heredia Montiel
674d77e68a coconut: init at 1.4.3 2020-11-09 23:16:23 -08:00
Fabián Heredia Montiel
4408345c9c pythonPackages.cpyparsing: init at 2.4.5.0.1.1 2020-11-09 23:16:23 -08:00
Samuel Dionne-Riel
46db711cda or1k-newlib: Add newlib for OpenRISC 1000 2020-11-09 22:32:11 -05:00
Zak B. Elep
4735ed0d4f perlPackages.FutureAsyncAwait: 0.45 -> 0.46 2020-11-10 11:04:48 +08:00
Mario Rodas
a049480f2d
Merge pull request #103126 from marsam/init-go-chromecast
go-chromecast: init at 0.2.5
2020-11-09 20:04:15 -05:00
Peter Hoeg
fdca20391c plasma-thunderbolt: init at 5.18.5 2020-11-10 08:10:00 +08:00
Tim Steinbach
264f235e62
Merge pull request #103103 from NeQuissimus/hardened_59
linux-hardened: 5.8.x -> 5.9.x
2020-11-09 18:33:17 -05:00
Anderson Torres
c08c8a5344
Merge pull request #103179 from djanatyn/pkg/fend
fend: init at 0.1.9
2020-11-09 18:34:18 -03:00
Anderson Torres
5e9d9f07d1
Merge pull request #103050 from AndersonTorres/create-dockapps
Reorganize windowmaker dockapps
2020-11-09 17:48:42 -03:00
AndersonTorres
ce009bb0e2 Dockapps: new structure 2020-11-09 17:35:31 -03:00
AndersonTorres
2cc1860faf Dockapps: cleanup 2020-11-09 17:32:21 -03:00
Michael Weiss
05192975fb
Merge pull request #103221 from primeos/llvm
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11
2020-11-09 20:41:21 +01:00
Nick Hu
a63c72212c
tree-sitter: macOS compatibility 2020-11-09 18:41:51 +00:00
Nick Hu
aea7f1b540
tree-sitter: make shared/static libraries configurable 2020-11-09 18:41:20 +00:00
Sarah Brofeldt
92e357dc59
Merge pull request #103125 from xfix/remove-freicoin
altcoins.freicoin: remove
2020-11-09 19:37:36 +01:00
Edmund Wu
33784354b9 pulseaudio-hsphfpd: init at 2020-11-02 2020-11-09 19:24:42 +01:00
Markus S. Wamser
9ed8e03a09 mupdf: mark 1.17 as insecure but as still required as dependency 2020-11-09 09:57:38 -08:00
Michael Weiss
51e55942cc
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11 2020-11-09 18:25:09 +01:00
Lassulus
77c0568da5
Merge pull request #100028 from helsinki-systems/py_openrouteservice
pythonPackage.openrouteservice: init at 2.3.0
2020-11-09 15:21:42 +01:00
Doron Behar
9db44f61a7 rubyMinimal: remove
Due to being unused, and seemingly unusable, added appropriate release
notes.
2020-11-09 16:17:41 +02:00
Doron Behar
f59f04352a ruby: Rename removeReferencesToCC flag to !jitSupport
If JIT support is built in to ruby, there's no choice other then to
leave this cc reference as is. removeReferencesToCC didn't do it's job
completely since some time ago. That's why it was practically redundant
- `lib/ruby/${version}/<platform>/rbconfig.rb` still referenced cc.
Removing this reference from
`lib/ruby/${version}/<platform>/rbconfig.rb` as well might lead to
breakage in some Gems that require this feature.

But, if JIT support is not desired, it should be safe enough to
completely remove all cc references, both in
lib/ruby/${version}/<platform>/rbconfig.rb and in $out/lib/libruby.so .
Hence now `rubyMinimal` has JIT support disabled and it has no
references at all to stdenv.cc.
2020-11-09 16:17:39 +02:00
Lassulus
6423ac7bf0
Merge pull request #100027 from helsinki-systems/py_googlemaps
pythonPackages.googlemaps: init at 4.4.2
2020-11-09 15:08:39 +01:00
Mario Rodas
5fff64bc01
Merge pull request #103131 from marsam/fix-dogdns-darwin
dogdns: fix build on darwin
2020-11-09 09:03:58 -05:00
Frederik Rietdijk
8aaf2e60e5 Merge staging-next into staging 2020-11-09 14:49:10 +01:00
Frederik Rietdijk
20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Ben Siraphob
445dde6304 Initial implementation of mmix cross-compile 2020-11-09 19:49:55 +07:00
WORLDofPEACE
00ecee00bb
Merge pull request #102664 from andreasfelix/andreasfelix/vala-language-server
vala-language-server: init at 0.48.1
2020-11-09 04:18:08 -05:00
Felix Andreas
49280e8bb8 vala-language-server: init at 0.48.1 2020-11-09 03:44:08 +01:00
Orivej Desh
0c75dfb732
convertall: init at 0.8.0 (#103108) 2020-11-09 01:45:09 +00:00
Jonathan Strickland
a5c97364b3 fend: init at 0.1.9 2020-11-08 20:03:25 -05:00
Michael Weiss
197ddbced2
mesa: Replace all usages of old aliases 2020-11-08 22:56:55 +01:00
Symphorien Gibol
b393908673
ocamlPackages.ocaml-lsp: init at 1.1.0 2020-11-08 21:25:04 +01:00
ajs124
bf4f302804
Merge pull request #101761 from helsinki-systems/init/asterisk18
asterisk_18: Init at 18.0.0
2020-11-08 17:31:37 +01:00
Ninjatrappeur
5f5d38e88f
Merge pull request #101218 from andir/unbound-systemd 2020-11-08 16:55:29 +01:00
Jörg Thalheim
105dd1dfae
python3.pkgs.bme680: init at 1.0.5 2020-11-08 15:04:41 +01:00
Jörg Thalheim
d1dc6f61f9
python3.pkgs.smbus-cffi: init at 0.5.1 2020-11-08 15:04:41 +01:00
Konrad Borowski
b3e07c7532 altcoins.freicoin: remove 2020-11-08 12:41:19 +01:00
Bruno Bigras
e6fd6ab41e dogdns: init at 0.1.0 2020-11-08 01:27:04 -05:00
AndersonTorres
2898985747 4th: init at 3.62.5 2020-11-08 01:48:09 -03:00
Mario Rodas
cea51f0cb9 go-chromecast: init at 0.2.5 2020-11-08 04:20:00 +00:00
Mario Rodas
ae17a85324 dogdns: fix build on darwin 2020-11-08 04:20:00 +00:00
Danielle Lancashire
b64df08a5f nomad: Default package 0.11 -> 0.12
Nomad 0.12 has now reached a fairly stable point release, this means we
should now be able to bump the default pretty safely, with recent
releases bug fixes primarily targetting 0.12 exclusive features, or long
standing latent bugs.
2020-11-08 12:28:42 +10:00
Tim Steinbach
726d307d2c
linux-hardened: 5.8.x -> 5.9.x 2020-11-07 18:17:26 -05:00
Florian Klink
c0f4be6652
Merge pull request #102995 from lovesegfault/plater-init
plater: init at 2020-07-30
2020-11-07 23:45:08 +01:00
Michael Raskin
ba70a79f3c
Merge pull request #102936 from fare-patches/fare
Gerbil Update
2020-11-07 21:06:03 +00:00
Vladimír Čunát
45009cacef
Merge #102196: doxygen: 1.8.19 -> 1.8.20 (in staging) 2020-11-07 21:15:21 +01:00
freezeboy
a73cedd74f python3Packages.gradient_statsd: init at 1.0.1 2020-11-07 11:28:19 -08:00
freezeboy
bbc0af82bd python3Packages.gradient_sdk: init at 0.0.4 2020-11-07 11:28:19 -08:00
freezeboy
bf066b27b4 python3Packages.click-help-colors: init at 0.8 2020-11-07 11:28:19 -08:00
freezeboy
f671d7e191 python3Packages.hyperopt: init at 0.1.2 2020-11-07 11:28:19 -08:00
Mario Rodas
799f0cf9a3
Merge pull request #102226 from Atemu/mlterm-darwin
mlterm: darwin support
2020-11-07 12:50:56 -05:00
Atemu
62b33a614d mlterm: add Darwin support 2020-11-07 18:11:40 +01:00
David Birks
e7ce7e370a
ssmsh: init at 1.4.3 2020-11-07 11:39:00 -05:00
Anderson Torres
e45d10d0e6
Merge pull request #101109 from jeremyschlatter/nestedtext
pythonPackages.nestedtext: init at 1.2
2020-11-07 13:12:48 -03:00
StigP
04b374eb9c
Merge pull request #94074 from jshholland/as-tree
as-tree: init at 0.12.0
2020-11-07 13:07:36 +00:00
Daniël de Kok
e07a6ca48a
Merge pull request #102939 from raboof/seaweed-init-at-2.07
seaweedfs: init at 2.07
2020-11-07 13:26:02 +01:00
Michael Raskin
d464bdce84
Merge pull request #101042 from r-burns/soil
soil: fix dead url, enable on darwin
2020-11-07 12:13:22 +00:00
Michael Raskin
1badf89e03
Merge pull request #102488 from ioplker/textadept-11
Textadept 11
2020-11-07 12:09:29 +00:00
Vladimír Čunát
0d657b9c61
Merge #103069: thunderbird*: 78.4.0 -> 78.4.1
In `thunderbird` case the rust downgrade was needed to fix the build
regardless of the update, i.e. fixes #103071.
2020-11-07 13:01:36 +01:00
Arnout Engelen
aec3bd0bcb seaweedfs: init at 2.07 2020-11-07 12:36:55 +01:00
Josh Holland
bcb92f53d5 as-tree: init at 0.12.0 2020-11-07 11:20:20 +00:00
taku0
00213ef17f thunderbird: 78.4.0 -> 78.4.1 2020-11-07 19:51:44 +09:00
Ryan Burns
981c8bb5e2 soil: fix dead url, enable on darwin 2020-11-06 22:35:29 -08:00
Elis Hirwing
4d65677903
Merge pull request #102818 from etu/php-split-to-leafs
php: Refactor to have the different versions as separate files
2020-11-07 07:04:21 +01:00
midchildan
2c99a203c7
mackerel-agent: init at 0.69.3 2020-11-07 13:37:32 +09:00
Bernardo Meurer
5cd0d6d710
plater: init at 2020-07-30 2020-11-06 19:59:00 -08:00
Jeremy Schlatter
1120f899da
pythonPackages.nestedtext: init at 1.2 2020-11-06 19:51:11 -08:00
Jeremy Schlatter
050aad187b
pythonPackages.inform: init at 1.23 2020-11-06 19:51:05 -08:00
Ryan Mulligan
5e6fec2d66
Merge pull request #103036 from ryantm/kent
kent: add to all-packages.nix
2020-11-06 14:15:24 -08:00
Emery Hemingway
f979b589c7 elf-dissector: init at unstable-2020-11-14 2020-11-06 21:27:43 +01:00
Doron Behar
4c84556d6b
Merge pull request #102764 from jluttine/init-pass-secret-service 2020-11-06 22:22:46 +02:00
Ryan Mulligan
befa4e1687 kent: add to all-packages.nix 2020-11-06 12:07:51 -08:00
Sarah Brofeldt
e3bbadafe8
Merge pull request #99359 from meatcar/sqlite-utils
pythonPackages.sqlite-utils: init at 2.22
2020-11-06 19:00:55 +01:00
Andika Demas Riyandi
038497d3b3
nar-serve: init at 0.3.0 (#95420)
* nar-serve: init at 0.3.0

* nixos/nar-serve: add new module

Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-11-06 18:59:51 +01:00
Austin Butler
2778cf633a python3Packages.google-cloud-iam: init at 2.0.0 2020-11-06 09:42:17 -08:00
Michal Minář
bf8f06748a megasync: bumped qt to 5.15
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-11-06 09:26:08 -08:00
Jonathan Ringer
37c564ae50 python3Packages.dotnetcore2: remove
Outdated, and new package isn't trivial to package anymore.
Not really useful outside of Azure Machine Learning anyway.
2020-11-06 09:19:35 -08:00
Francois-Rene Rideau
9bf2cf0a73 go-libp2p-daemon: init at 0.3.0 2020-11-06 12:04:00 -05:00
Maximilian Bosch
68726901e1
Merge pull request #94673 from justinas/prom-sql-exporter
prometheus-sql-exporter: init at 0.3.0
2020-11-06 17:00:47 +01:00
Elis Hirwing
b62b76b78b
php: Refactor to have the different versions as separate files
This should enable easier auto updates of the packages.
2020-11-06 13:48:27 +01:00
Frederik Rietdijk
99fb79ae84 Merge master into staging-next 2020-11-06 12:51:56 +01:00