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
Jaakko Luttinen
efa1a8b5c4
pass-secret-service: init at unstable-2020-04-12
2020-11-06 13:10:50 +02:00
Jaakko Luttinen
65d60c1259
pythonPackages.pypass: init at 0.2.1
2020-11-06 13:10:50 +02:00
freezeboy
da04a8e397
k9copy: remove for being broken since 2014
2020-11-06 12:09:42 +01:00
Robert Hensing
e2a129348b
Merge pull request #100585 from magnetophon/tiv
...
tiv: init at 1.1.0
2020-11-06 10:11:09 +01:00
Robert Hensing
5879841745
Merge pull request #99394 from omgbebebe/photoflare
...
photoflare: init at 1.6.5
2020-11-06 10:09:13 +01:00
Vincent Laporte
bcd196ca69
ocamlPackages.mirage-logs: init at 1.2.0
2020-11-06 10:08:00 +01:00
Vincent Laporte
8b5088130e
ocamlPackages.mirage-console: init at 3.0.2
2020-11-06 10:04:58 +01:00
omg
6cb2d3f9dd
photoflare: init at 1.6.5
2020-11-06 11:12:16 +04:00
Jonathan Ringer
9b69c0881c
python3Packages.scramp: init at 1.2.0
2020-11-05 21:10:04 -08:00
Sandro Jäckel
f6428fd75e
python3Packages.crytic-compile: init at 0.1.9
2020-11-05 20:11:23 -08:00
Bart Brouns
5ff62a94f2
tiv: init at 1.1.0
2020-11-06 01:25:30 +01:00
Robert Hensing
f541365ca4
Merge pull request #100663 from andersk/rufo
...
rufo (Ruby formatter): init at 0.12.0
2020-11-06 00:44:42 +01:00
Daniël de Kok
820f3be9b4
Merge pull request #101941 from Flakebi/waffle
...
piglit: init at unstable-2020-10-28
2020-11-05 17:43:19 +01:00
Tim Steinbach
6834d33b00
scala: Refactor, add tests
...
Abstract over Scala derivation, add tests for individual versions
2020-11-05 08:32:28 -05:00
Doron Behar
c96629259a
Merge pull request #96112 from doronbehar/pkg/bubblemail
...
bubblemail: init at 1.2
2020-11-05 13:53:44 +02:00
Robert Hensing
24f36f8464
Merge pull request #100002 from yanganto/find-cursor-1.6
...
find-cursor: init at 1.6
2020-11-05 12:47:09 +01:00
Doron Behar
c5057bd3ea
bubblemail: init at 1.3
2020-11-05 13:40:49 +02:00
Robert Hensing
97e3346fbd
Merge pull request #99955 from Jiehong/feature/new_font
...
ttf-tw-moe: first version
2020-11-05 12:37:30 +01:00
Robert Hensing
161539a1ea
Merge pull request #99952 from siraben/spasm-init
...
spasm-ng: init at unstable-2020-08-03
2020-11-05 12:33:32 +01:00
Robert Hensing
d24360033d
Merge pull request #98383 from raboof/document-jre
...
openjdk: add derivation to generate bespoke minimal JRE's
2020-11-05 10:40:39 +01:00
Jan Tojnar
a821be7531
Merge branch 'master' into staging-next
2020-11-05 09:42:47 +01:00
Jörg Thalheim
f7dd7e86cb
Merge pull request #102822 from 0x4A6F/master-dasel
...
dasel: init at 1.1.0
2020-11-05 06:20:25 +01:00
Bas van Dijk
a93c3763c7
Merge pull request #102670 from basvandijk/mlc-3.9
...
mlc: init at 3.9
2020-11-05 00:39:02 +01:00
Guillaume Bouchard
2de3de4631
antlr: 4.7 -> 4.8
2020-11-04 15:26:29 -08:00
0x4A6F
d5edfc50ef
dasel: init at 1.1.0
2020-11-04 20:47:24 +00:00
Masanori Ogino
023f70ef8a
pythonPackages.smugpy: remove
...
Upstream has stalled since 2013. The latest release supports up to
Python 3.2.
Reference: https://github.com/chrishoffman/smugpy
Reference: https://pypi.org/project/smugpy/
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Masanori Ogino
b5de671861
pythonPackages.smugline: remove
...
Upstream states that it is no longer maintained.
Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Arnout Engelen
d4efa08b53
openjdk: add derivation to generate bespoke minimal JRE's
...
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2020-11-04 17:47:18 +01:00
Marek Mahut
6336ac33c9
Merge pull request #102652 from freezeboy/remove-btc1
...
btc1: remove
2020-11-04 16:11:50 +01:00
Vladimír Čunát
20baaf104a
Revert "Disable the metrics job"
...
This reverts commit c54308d27c
.
The machine has been back for some time.
2020-11-04 13:53:25 +01:00
freezeboy
dc0f5ed6d2
btc1: remove
2020-11-04 12:26:42 +01:00
Frederik Rietdijk
9eb00b9a71
Merge staging-next into staging
2020-11-04 10:48:21 +01:00
Robert Hensing
f73df04874
haskell.compiler.integer-simple: Exclude ghc8102Binary*
...
(cherry picked from commit fc1562695bdfe26c38f473e4639ab0a1c349a953)
2020-11-04 09:55:56 +01:00
Frederik Rietdijk
10c57af49c
Merge staging-next into staging
2020-11-04 09:28:07 +01:00
Frederik Rietdijk
9e6d7d3c74
Merge master into staging-next
2020-11-04 09:27:42 +01:00
Evax Software
ba588df304
python3Packages.pandas-datareader: init at 0.9.0
2020-11-03 21:14:17 -08:00
Mario Rodas
79af4e8c91
Merge pull request #102554 from marsam/init-fraunces
...
fraunces: init at 1.000
2020-11-03 21:55:57 -05:00
Antonio Yang
7e51cfadba
find-cursor: init at 1.6
...
Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
2020-11-04 09:12:56 +08:00
Kevin Cox
dc79731ae0
Merge pull request #99631 from glittershark/graalvm-ce
...
graalvm{8,11}-ce: init at 20.2.0
2020-11-03 18:39:11 -05:00
WilliButz
13bc774904
Merge pull request #102629 from WilliButz/init/tempo/v0.2.0
...
tempo: init at 0.2.0
2020-11-04 00:32:20 +01:00
Kevin Cox
c4a2a453be
Merge pull request #101446 from OPNA2608/package/ptcollab/21.03
...
ptcollab: init at 0.3.4.1
2020-11-03 18:24:00 -05:00
Kevin Cox
e031671e19
Merge pull request #100202 from OPNA2608/update/halide-10.0.0
...
halide: 2019.08.27 -> 10.0.0, enable on aarch64-linux
2020-11-03 18:19:40 -05:00
Finn Behrens
cb764dbc24
top-level: Use systemdMinimal
in a few more places
2020-11-03 17:35:14 -05:00
Doron Behar
d5560be0df
Merge pull request #98400 from doronbehar/pkg/bump
...
bump: init at 0.2.2
2020-11-04 00:30:09 +02:00
Doron Behar
89d9069c12
Merge pull request #100706 from doronbehar/pkg/rtsp-simple-server
...
rtsp-simple-server: init at 0.10.0
2020-11-04 00:29:57 +02:00
Bas van Dijk
64cbf9f0de
mlc: init at 3.9
...
https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html
2020-11-03 23:02:47 +01:00
OPNA2608
ec38b50c67
ptcollab: init at 0.3.4.1
2020-11-03 21:24:10 +01:00
Vladimír Čunát
a31fd3cb7f
Merge #102614 : haskell.compiler.ghc8102BinaryMinimal: init
2020-11-03 19:54:09 +01:00
ajs124
2b03d12ace
Merge pull request #102551 from freezeboy/remove-freepops
...
freepops: remove
2020-11-03 17:51:51 +01:00
Kevin Cox
8230e62f57
Merge pull request #100495 from DianaOlympos/riak-cs-delete
...
riak-cs: delete
2020-11-03 11:17:42 -05:00
Jonathan Ringer
7dcd41516f
Merge pull request #102507 from jonringer/update-azure
...
python3Packages.azure*: update
2020-11-03 07:52:21 -08:00
freezeboy
00e30c9e9e
backintime-qt: 1.1.24 -> 1.2.1
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-03 10:32:05 -05:00
Sebastian Neubauer
2907f280d3
piglit: init at unstable-2020-10-23
...
piglit is a test runner for mesa.
To check that it is working, run `piglit run sanity results/sanity`
2020-11-03 14:49:37 +01:00
Sebastian Neubauer
156fe5442e
waffle: init at 1.6.1
2020-11-03 14:47:59 +01:00
WilliButz
03cb3521f8
tempo: init at 0.2.0
2020-11-03 14:12:42 +01:00
Kevin Cox
c6ec0ec220
Merge pull request #102555 from freezeboy/remove-gnome-shell-extension-battery-status
...
gnomeExtensions.battery-status: remove (broken)
2020-11-03 07:49:52 -05:00
Kevin Cox
d7a0daf2a1
Merge pull request #102420 from freezeboy/remove-plink
...
plink: remove (broken since 2014)
2020-11-03 07:49:09 -05:00
Vincent Laporte
8bf29a6014
ocamlPackages.mirage-channel: init at 4.0.1
2020-11-03 13:41:21 +01:00
Daniël de Kok
2730e02a90
Merge pull request #102525 from freezeboy/remove-pdf2htmlEx
...
pdf2htmlEx: remove
2020-11-03 13:17:36 +01:00
Andreas Rammhold
f6d570b258
unbound-with-systemd: init
...
This introduces an unbound variant that is built with systemd support.
That means it is able to signal readiness to systemd once it did start
or finished reloading. This likely allows us to close a small gap during
bootup where the service is assumed up but doesn't respond to DNS
queries just yet.
2020-11-03 13:15:54 +01:00
Daniël de Kok
042cda99f1
Merge pull request #102422 from freezeboy/remove-dvb-apps
...
dvb_apps: remove (broken since 2018)
2020-11-03 13:15:24 +01:00
Daniël de Kok
d33642978c
Merge pull request #102412 from freezeboy/remove-flvtool2
...
flvtool2: remove (broken since 2018)
2020-11-03 13:14:43 +01:00
Frederik Rietdijk
470f05cb5d
Merge staging-next into staging
2020-11-03 12:06:41 +01:00
Frederik Rietdijk
237966224d
Merge master into staging-next
2020-11-03 12:06:06 +01:00
Robert Hensing
f8ad73b9d8
haskell.compiler.ghc8102BinaryMinimal: init
...
To stay within hydra limit of 2^31 output size on aarch64-linux
2020-11-03 12:01:41 +01:00
freezeboy
516f48a84c
dvb_apps: remove (broken since 2018)
2020-11-03 11:45:45 +01:00
freezeboy
2c233e06d8
flvtool2: remove (broken since 2018)
2020-11-03 11:43:07 +01:00
freezeboy
d4ad2a8723
pdf2htmlEx: remove
...
This package is broken since 2018 and the project itself is abandonned
upstream since 2017, so there is no hope to see it evolve
2020-11-03 11:41:29 +01:00
freezeboy
fe4c52b628
gnomeExtensions.battery-status: remove (broken)
...
upsstream project is no more maintained for recent
gnome-shell releases
2020-11-03 00:46:14 +01:00
freezeboy
2549a11c58
freepops: remove
...
this software has not received any update since 2014, the website
is stating that it is unmaintained:
http://freepops.sourceforge.net/
It is also marked broken since 6 years
2020-11-03 00:34:04 +01:00
ajs124
b76c51f137
Merge pull request #102419 from freezeboy/remove-unarj
...
unarj: remove (broken since 2016, insecure since 2015)
2020-11-03 00:01:14 +01:00
Ben Burdette
66229110d1
timekeeper: init at v1.0
2020-11-02 15:36:40 -07:00
Maciej Krüger
b6e4df5729
Merge pull request #102087 from luc65r/pkg/keystone
...
keystone: init at 0.9.2
2020-11-02 21:04:50 +01:00
luc65r
1e9d2d2f12
keystone: init at 0.9.2
2020-11-02 21:01:25 +01:00
Maciej Krüger
16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
...
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
Maciej Krüger
8c3d91f77f
Merge pull request #102017 from luc65r/pkg/conv
2020-11-02 20:45:13 +01:00
luc65r
448729ea16
convfont: init at 1.0
2020-11-02 20:40:32 +01:00
luc65r
fb3d797242
convimg: init at 8.3
2020-11-02 20:40:25 +01:00
Doron Behar
3f84b2d3f0
Merge pull request #102380 from doronbehar/pkg/musescore
2020-11-02 19:52:59 +02:00
Jonathan Ringer
f8d5953a0a
python3Packages.azure-synapse-artifacts: init at 0.3.0
2020-11-02 09:41:56 -08:00
Kir Ax
2f00a2b066
textadept-11: add textadept 11_beta
2020-11-02 21:19:55 +07:00
Kir Ax
ef7fff6a49
textadept: moved to subdir for 10th version
2020-11-02 21:13:09 +07:00
Kevin Cox
ba84f8b1ba
Merge pull request #101503 from bbigras/angle-grinder
...
angle-grinder: init at 0.15.0
2020-11-02 08:12:04 -05:00
Mario Rodas
8eea6fcf0d
Merge pull request #91675 from MetaDark/cxxtest
...
cxxtest: package includes and run tests
2020-11-02 05:02:35 -05:00
Antoine Eiche
859a44ebc0
systemd: set withRemote true by default
...
This also adds the libmicrohttpd as a `buildInput` when `withRemote`
is true.
2020-11-02 09:07:52 +01:00
freezeboy
1f7e201e9e
plink: remove (broken since 2014)
2020-11-02 03:24:16 +01:00
freezeboy
209fbcb121
unarj: remove (broken since 2016, insecure since 2015)
2020-11-02 03:10:24 +01:00
Philip Munksgaard
cbcb841874
Remove obs-linuxbrowser
...
No longer needed since #99284
2020-11-01 21:33:04 +01:00
Kevin Cox
ce3a2e6e49
Merge pull request #91792 from jcpetruzza/kakoune-plugins
...
kakoune: rework plugin support
2020-11-01 15:07:28 -05:00
Pavol Rusnak
0d8f43c402
python3Packages.ovito: 3.0.0 -> 3.3.1
2020-11-01 11:51:17 -08:00
roconnor
eaf06c30ac
Merge pull request #101945 from roconnor/OSCAR
...
OSCAR: init at 1.2.0
2020-11-01 14:25:49 -05:00
Doron Behar
07cb335125
musescore: 3.5.0 -> 3.5.2
...
Use fetchFromGitHub as it seems the only way to get the source now. Also
use libsForQt5 as it works.
2020-11-01 21:03:55 +02:00
Pavol Rusnak
36758a34a8
uutils-coreutils: Use Python3 sphinx for docs
2020-11-01 10:49:52 -08:00
freezeboy
4fe0ea478a
google-compute-engine: refactor to use python3
2020-11-01 09:14:01 -08:00
freezeboy
718d8bf976
google-cloud-sdk: refactor to use python3
2020-11-01 09:14:01 -08:00
Vincent Laporte
49bdf0dace
ocamlPackages.mirage-profile: init at 0.9.1
2020-11-01 17:16:29 +01:00
Daniel Gorin
550389392a
kakoune: rework plugin support
...
The previous implementation of plugin-support for the kakoune derivation
was based on generating, at build time, a `plugins.kak` file that would
source all .kak files in the list of plugins, and wrap the `kak` binary
in a script that would add some command-line arguments so that this
file gets loaded on start-up. The main problem with this approach
is that the plugins' code get executed *after* the user's configuration
file is loaded, so effectively one cannot automatically activate/configure
these plugins.
The idiomatic way of loading plugins is ensuring they end up installed
somwhere under `share/kak/autoload`. Because plugins are already being
packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`,
we can obtain a derivation that includes the plugins simply by doing a
`symlinkJoin` of `kakoune-unwrapped` and all the requested plugins.
For this to work, we need to fix two issues:
1. By default, kakoune makes `share/kak/autoload` a symbolic link to
`share/kak/rc`, which contains all builtin definitions. We need
to patch this to put the symlink under `share/kak/autoload/rc`, so that
the join works.
2. By default kakoune expects the `autoload` directory to be in
`../share/kak/autoload` relative to the location of the `kak` binary.
We need to set the `KAKOUNE_RUNTIME` to point the symlinked
share/kak for this to work.
2020-11-01 14:35:49 +00:00
Florian Klink
d64f4d03d5
Merge pull request #101886 from flokli/systemd-more-optional
...
systemd: introduce more options for a more minimal build
2020-11-01 14:29:45 +01:00
gnidorah
61040fa997
iortcw: init at 1.51c
2020-11-01 11:45:57 +01:00
Frederik Rietdijk
790714af65
kdeApplications.okteta: remove alias
...
After 3 years we can remove the alias.
2020-11-01 11:19:00 +01:00
Frederik Rietdijk
409ca6f1f9
Merge staging-next into staging
2020-11-01 11:06:35 +01:00
Frederik Rietdijk
fe9f55907e
Merge master into staging-next
2020-11-01 11:06:08 +01:00
Frederik Rietdijk
54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
...
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Symphorien Gibol
f269e315ec
python3.pkgs.fabulous: init at 0.3.0
2020-11-01 10:59:57 +01:00
Michele Guerini Rocco
93e0a06de4
Merge pull request #102102 from rnhmjoj/cshatag
...
cshatag: init at 2019-12-03
2020-11-01 10:12:59 +01:00
Frederik Rietdijk
83dde6c52c
Merge staging-next into staging
2020-11-01 10:11:12 +01:00
Frederik Rietdijk
7a8d5dc8a6
Merge master into staging-next
2020-11-01 10:10:47 +01:00
Sandro Jäckel
0b884cec25
ibus-engines.libthai: init at 0.1.4
2020-11-01 00:13:37 +01:00
Sandro Jäckel
e0e37f4261
libthai: init at 0.1.28
2020-11-01 00:13:37 +01:00
Sandro Jäckel
6b72fd5c3b
libdatrie: init at 0.2.12
2020-11-01 00:13:36 +01:00
Matthieu Coudron
36ac62c6d7
Merge pull request #102231 from teto/neovim_fix
...
neovim: revert change to extraMakeWrapperArgs
2020-10-31 19:36:49 +01:00
rnhmjoj
2aaf963019
cshatag: init at 2019-12-03
2020-10-31 18:43:15 +01:00
Nicolai Kellerer
c1cf4abe6d
pythonPackages.toolz: create Python 2 package
2020-10-31 09:55:25 -07:00
Mario Rodas
2faef82610
Merge pull request #101986 from mweinelt/loki2
...
grafana-loki: 1.6.1 -> 2.0.0
2020-10-31 11:28:05 -05:00
Matthieu Coudron
db157224ef
neovim: restore neovim.override
...
the compatibility layer for `wrapNeovim` introduced in https://github.com/NixOS/nixpkgs/pull/101265
broke the recommended way of configuration:
https://nixos.org/manual/nixpkgs/stable/#custom-configuration
https://nixos.wiki/wiki/Vim#Customizations
restore the old ways.
2020-10-31 15:52:34 +01:00
Ryan Mulligan
893c94b4b2
Merge pull request #90322 from pasqui23/zplg2
...
zplugin: init at 2.3
2020-10-31 07:34:03 -07:00
Vladimír Čunát
dfd3ede68d
Merge branch 'master' into staging-next
2020-10-31 14:30:44 +01:00
Symphorien Gibol
0cf43ed2a0
python3.pkgs.getkey: init at 0.6.5
2020-10-31 12:00:00 +00:00
Doron Behar
0989b93cf8
rtsp-simple-server: init at 0.10.0
2020-10-31 10:56:14 +02:00
ajs124
edce0de0d2
Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
...
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
ajs124
a5bce15b5d
skype_call_recorder: drop
...
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Martin Weinelt
5a22c6f167
Merge pull request #99521 from mweinelt/irc-stuff
...
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
Martin Weinelt
4221de2b4f
Merge pull request #99523 from mweinelt/ircdog
...
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
Jan Tojnar
3d3792020d
Merge pull request #102163 from mkenigs/rm-glacier-cmd
...
amazon-glacier-cmd-interface: remove package
2020-10-30 22:05:50 +01:00
WORLDofPEACE
8faab3de9a
Merge pull request #101384 from eyJhb/among-sus
...
among-sus: init at 2020-10-22
2020-10-30 16:45:53 -04:00
eyjhb
76cd544455
among-sus: init at 2020-10-29
2020-10-30 21:22:42 +01:00
WORLDofPEACE
99600df584
Merge pull request #101112 from deviant/remove-uemacs
...
uemacs: remove
2020-10-30 16:01:47 -04:00
ajs124
1f75b60c56
doxygen: 1.8.19 -> 1.8.20
...
also move doxygen_gui to qt5 and modernize the expression a bit
enableParallel was disabled, since it reproducably failed on my
dual-socket Xeon machine
2020-10-30 19:45:27 +01:00
Doron Behar
09fd4270d7
kile: some slight improvements/fixes
...
Use `buildInputs` instead of `propagatedBuildInputs` - should reduce
closure size a bit. Don't wrap executables twice. Move `kdoctools` to
native. Use libsForQt5 - default version (works).
Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2020-10-30 20:39:19 +02:00
Doron Behar
77e081bb2b
nixos/sddm: Use libsForQt514.sddm if needed (for lxqt)
...
Currently lxqt is a desktop environment that's compiled against qt514.
To avoid possible issues (#101369 ), we (hopefully) use the same qt
version as the desktop environment at hand. LXQT should move to qt515,
and for the long term the correct qt version should be inherited by the
sddm module.
2020-10-30 20:37:59 +02:00
Doron Behar
a728279d70
sddm: Move to libsForQt5*
...
Part of #101369 : Inherit it in aliases.nix, for backwards compatibility.
2020-10-30 20:37:59 +02:00
Doron Behar
9f9bdaba97
packagekit-qt: Move to libsForQt5 scope.
...
Since it's a dependency of kde's "discover", it's best to define it
there to avoid a possible mixed qt5 versions usage (#101369 ).
2020-10-30 20:37:58 +02:00
Doron Behar
3ce9e203c3
drumstick: Define in libsForQt5 scope.
...
Since it is used in minuet and kde's metronome and kmetronome, it's
safer this way to make sure the same qt version is used there.
2020-10-30 20:37:58 +02:00
Doron Behar
2508fa5252
lxqt.compton-conf: Use compatible qt5 versions
...
Slightly related to #101369 , a follow up to:
4fd58aa4e1
2020-10-30 20:37:58 +02:00
Doron Behar
cf9f00b56d
maia-icon-theme: Don't import kdeApplications
...
Use libsForQt5.callPackage (#101369 ).
2020-10-30 20:37:58 +02:00
Lassulus
cde8207a1e
Merge pull request #88544 from Pablo1107/ledger2beancount-2.1
...
ledger2beancount: init at 2.1
2020-10-30 19:36:09 +01:00
Doron Behar
b5c6505e63
treewide: Safer libsForQt5.callPackage
...
Intro:
Part of #101369 : Every attribute from kdeApplications and kdeFrameworks
can be built with a few different qt5 versions. It's hard to tell the
difference between an application and a library and some applications
rely on inputs from kdeApplications and libsForQt5 alike.
Before this change, some applications that were defined with
`libsForQt5.callPackage` used libraries from the kde* sets compiled with
a specific qt5 version,
Due to `inherit (kde*) <lib or app>;` used in the widest scope, we had
issues with packages that depended on packages defined by this
`inherit`. This led to mismatched qt versions used in the same inputs,
or the inputs of inputs etc.
Hence, we added to all libsForQt5* sets, packages that will be used from
the correct libsForQt5 set, in accordance to the
`libsForQt5*.callPackage` used. All `inherit (kdeApplications) <pkgs>`
and similar inheritance was moved out of all-packages.nix to aliases.nix
only for backwards compatibility.
Now some KDE applications show up in the attribute sets `libsForQt5*`
which didn't show up there previously. This is sort of misleading, as
these are not necessary libraries, but they show up in the wider scope
thanks to them in aliases.nix. Hence it's the best that can be done
considering the circumstances and the urgency of the issue.
2020-10-30 20:32:19 +02:00
Doron Behar
2df527228f
all-packages: Put all libsForQt5 near each other
2020-10-30 20:30:34 +02:00
ajs124
0126c86672
linuxstopmotion: 0.8.0 -> 0.8.5
...
and qt4 -> qt5
2020-10-30 19:26:36 +01:00
Doron Behar
62318eb816
kf5gpgmepp: Define in libsForQt5
...
Since it's a qt library, we can't guarantee every package using it as a
dependency will need it compiled with the same qt version, we put it in
all `libsForQt5*` scopes (#101369 ).
2020-10-30 20:26:30 +02:00
Doron Behar
cb29abf3a9
all-packages.nix: Inherit kdesu in a different scope
...
Part of #101369 : In order to avoid packages using the default `kdesu`
always built with qt515, we put it in scope only for packages defined
with a `libsForQt5`, to avoid incompatible qt versions used together in
inputs of a package.
2020-10-30 20:16:37 +02:00
Doron Behar
c172f144f4
kdeApplications: Use latest qt515 by default
...
Fixes #100707 - Since KDE's maintainers don't allow non official kde
applications under the `kdeApplications` path, many packages that depend
on KDE libraries and applications are defined in all-packages.nix.
Overriding all kdeApplications to use qt514 while all other
`libsForQt5.callPackage` in all-packages.nix are using qt515, causes
collisions.
2020-10-30 20:13:49 +02:00
pablo1107
c268484e05
ledger2beancount: init at 2.1
2020-10-30 14:58:29 -03:00
Maximilian Bosch
6928309c51
citrix_workspace: add 20.10.0
...
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2010
2020-10-30 18:36:21 +01:00
Maximilian Bosch
93a00bec3e
citrix_workspace: remove attributes for old versions; fix i686 build
2020-10-30 18:36:21 +01:00
Matthew Kenigsberg
b5faf8e4c6
amazon-glacier-cmd-interface: remove package
...
Last real upstream activity appears to be ~6 years ago and depends on
python2 packages that will soon be vulnerable
Helps #101964
2020-10-30 11:44:57 -05:00
StigP
b52da4e641
Merge pull request #102071 from zakame/contrib/perl-NetAsyncWebSocket
...
perlPackages.NetAsyncWebSocket: init at 0.13
2020-10-30 16:43:05 +00:00
StigP
685c059737
Merge pull request #102066 from zakame/contrib/perl-NetAsyncHTTP
...
perlPackages.NetAsyncHTTP: init at 0.47
2020-10-30 16:40:22 +00:00
Jonathan Ringer
e6db435973
linux: add flavor metadata
2020-10-30 09:40:12 -07:00
Zak B. Elep
52c05c8791
perlPackages.NetAsyncWebSocket: init at 0.13
2020-10-30 23:17:17 +08:00
ajs124
5949927de4
jackmix: 0.5.2 -> 0.6.0
...
also qt4 -> qt5
2020-10-30 16:05:46 +01:00
Peter Hoeg
0d25246f4d
kdeconnect: part of kdeApplications
2020-10-30 22:34:02 +08:00
Zak B. Elep
489c73671a
perlPackages.NetAsyncHTTP: init at 0.47
2020-10-30 22:11:30 +08:00
Mario Rodas
e250fef768
Merge pull request #99920 from ericdallo/add-dart-to-flutter
...
flutter: Bump and add dart cache to flutter
2020-10-30 08:56:54 -05:00
Pierre Bourdon
ee36b1cd5b
plover.dev: fix Qt version pinning
...
Issue report: https://github.com/NixOS/nixpkgs/issues/65399#issuecomment-719066888
Similar issues in #98067 .
Plover seems to work fine with Qt > 5.14 so this is an easy way to fix
the problem (as opposed to keeping the pinning and making it work with
PyQt).
2020-10-30 14:55:16 +01:00
Eric Dallo
bee3fb885f
flutter: Add dart cache to flutter
2020-10-30 09:58:06 -03:00
Alex Whitt
fcc6849bcd
bacnet-stack: init at 1.0.0
...
Update pkgs/tools/networking/bacnet-stack/default.nix
Co-authored-by: Daniel Løvbrøtte Olsen <daniel.olsen99+GitHub@gmail.com>
bacnet-stack: Add maintainer and use the original GitHub repo
bacnet-stack: Alphabetize
Update pkgs/top-level/all-packages.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-10-29 21:48:58 -07:00
Benjamin Hipple
fee705332d
Merge pull request #102120 from helsinki-systems/drop/attica
...
attica: drop
2020-10-29 22:13:20 -04:00
Sebastien Braun
c0bcfebaef
rmlint: Use Python3 sphinx for docs
...
Eliminates a python2 dependency.
2020-10-29 18:56:02 -07:00