Karl Hallsby
b9bdc30807
octave.pkgs.instrument-control: init at 0.6.0
2021-02-24 21:00:50 +02:00
Karl Hallsby
bb3295b87e
octave.pkgs.image-acquisition: init at 0.2.2
2021-02-24 21:00:50 +02:00
Karl Hallsby
6cce7e8ef5
octave.pkgs.image: init at 2.12.0
2021-02-24 21:00:50 +02:00
Karl Hallsby
4777d9123a
octave.pkgs.gsl: init at 2.1.1
2021-02-24 21:00:49 +02:00
Karl Hallsby
33cc927ed7
octave.pkgs.geometry: init at 4.0.0
2021-02-24 21:00:49 +02:00
Karl Hallsby
099a55dc0a
octave.pkgs.generate_html: init at 0.3.2
2021-02-24 21:00:49 +02:00
Karl Hallsby
0b1f57bb9e
octave.pkgs.ga: init at 0.10.2
2021-02-24 21:00:49 +02:00
Karl Hallsby
187ae71fd9
octave.pkgs.fuzzy-logic-toolkit: init at 0.4.5
2021-02-24 21:00:49 +02:00
Karl Hallsby
ddabcd3b3a
octave.pkgs.fpl: init at 1.3.5
2021-02-24 21:00:49 +02:00
Karl Hallsby
df13f16837
octave.pkgs.fits: init at 1.0.7
2021-02-24 21:00:49 +02:00
Karl Hallsby
6ad87c34dd
octave.pkgs.financial: init at 0.5.3
2021-02-24 21:00:49 +02:00
Karl Hallsby
4296286a50
octave.pkgs.fem-fenics: init at 0.0.5
2021-02-24 21:00:49 +02:00
Karl Hallsby
726a17cf88
octave.pkgs.econometrics: init at 1.1.2
2021-02-24 21:00:49 +02:00
Karl Hallsby
4e3c4288c9
octave.pkgs.doctest: init at 0.7.0
2021-02-24 21:00:49 +02:00
Karl Hallsby
74944461e8
octave.pkgs.divand: init at 1.1.2
2021-02-24 21:00:49 +02:00
Karl Hallsby
0de6cfa38a
octave.pkgs.dicom: init at 0.4.0
2021-02-24 21:00:49 +02:00
Karl Hallsby
a2365751bc
octave.pkgs.dataframe: init at 1.2.0
2021-02-24 21:00:48 +02:00
Karl Hallsby
abd0c2290a
octave.pkgs.database: init at 2.4.4
2021-02-24 21:00:48 +02:00
Karl Hallsby
f4298212c0
octave.pkgs.data-smoothing: init at 1.3.0
2021-02-24 21:00:48 +02:00
Karl Hallsby
27f86a13de
octave.pkgs.communications: init at 1.2.2
2021-02-24 21:00:48 +02:00
Karl Hallsby
035879d9a5
octave.pkgs.audio: init at 2.0.2
...
http://www.music.mcgill.ca/~gary/rtmidi/index.html#compiling contains
instructions for Mac OSX. The dependencies for Mac are: CoreMIDI,
CoreAudio, CoreFoundation
2021-02-24 21:00:48 +02:00
Karl Hallsby
88f20f352a
octave.pkgs.arduino: init at 0.6.0
2021-02-24 21:00:48 +02:00
Karl Hallsby
76bcbfce46
octave.pkgs.general: init at version 2.1.1
2021-02-24 21:00:48 +02:00
Karl Hallsby
6bb3161645
octave.pkgs.io: init at 2.6.3
2021-02-24 21:00:48 +02:00
Karl Hallsby
c45d56ab7e
octave.pkgs.symbolic: init at 2.9.0
2021-02-24 21:00:48 +02:00
Karl Hallsby
481e1d3a77
octave.pkgs: init
...
Heavily based on Python's packages set.
2021-02-24 21:00:48 +02:00
Samuel Dionne-Riel
4836a3dfb4
Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero
...
U-Boot: Adds Orange Pi Zero build
2021-02-24 13:38:30 -05:00
Jörg Thalheim
cc8ad48f0b
Merge pull request #111034 from tmountain/master
2021-02-24 16:54:26 +00:00
Max Gonzih
c411077ef6
air: init at 1.15.1
2021-02-24 11:18:41 -05:00
adisbladis
ce30081651
emacs.pkgs.telega: Prefer telega from melpa stable
...
Telega uploads packages that are incompatible with stable tdlib
releases to melpa and ones that are compatible to melpa stable.
This makes the melpa packages very unreliable and we should prefer the
one from melpa stable.
2021-02-24 17:03:54 +01:00
adisbladis
1f18e81fd6
emacs-packages: Remove old FOR CONTRIBUTORS
comment
...
It doesn't apply any more.
2021-02-24 15:46:08 +01:00
adisbladis
2b84cf6e18
emacs-packages: Make pkgs & lib overrideable
...
With these changes it's possible to override pkgs & lib by:
```
emacs.pkgs.override { pkgs = fooPkgs; }
```
and get them to coherently apply to all emacs packages.
2021-02-24 15:46:08 +01:00
adisbladis
c68c81fb01
emacsPackagesFor: Remove all pkgs inherits from call site
2021-02-24 15:40:58 +01:00
adisbladis
b673be8336
emacsPackagesFor: Internalise trivialBuild/melpaBuild
...
I want less strangeness that's not obviously overrideable.
2021-02-24 15:40:58 +01:00
adisbladis
9647372202
emacs.pkgs: Get rid of external
from all-packages.nix
...
This was a strange construct that made these attrsets more difficult to work with.
It's simpler to just use pkgs.
2021-02-24 15:40:58 +01:00
Masanori Ogino
556a725173
libressl_3_0: remove
...
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 20:57:53 +09:00
Masanori Ogino
3daad69057
wasm-pack: update deps
...
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-24 20:57:07 +09:00
Sandro
dc8e6a669c
Merge pull request #113701 from fabaff/twitterapi
2021-02-24 12:16:01 +01:00
Martin Weinelt
2f5343a77e
Merge pull request #114188 from fabaff/jsonpath-ng
...
python3Packages.jsonpath-ng: init at 1.5.2
2021-02-24 11:27:47 +01:00
Fabian Affolter
aa55da3810
python3Packages.jsonpath-ng: init at 1.5.2
2021-02-24 08:37:52 +01:00
Sandro
e84bae2c1c
Merge pull request #113718 from Emantor/init/gpuvis
...
gpuvis: init at 20210220
2021-02-24 07:45:28 +01:00
Martin Weinelt
83dba0edb8
Merge pull request #114155 from fabaff/pysmappee
2021-02-24 01:45:52 +01:00
Fabian Affolter
94c9508de6
python3Packages.sharkiqpy: init at 0.1.9
2021-02-23 21:53:57 +01:00
Fabian Affolter
630b06d32d
python3Packages.venstarcolortouch: init at 0.13
2021-02-23 10:21:39 -08:00
Fabian Affolter
7689b33b50
python3Packages.pysmappee: init at 0.2.17
2021-02-23 19:08:36 +01:00
Fabian Affolter
8b9fedc6d7
python3Packages.pyvizio: init at 0.1.59
2021-02-23 18:18:12 +01:00
Sandro
d821aae101
Merge pull request #114124 from fabaff/twentemilieu
2021-02-23 16:12:11 +01:00
Tom Hall
a3c72e4d7d
pure-maps: init at 2.6.0
2021-02-23 14:48:31 +00:00
freezeboy
74bec37293
plik,plikd: init at 1.3.1
...
The client and the servers are separated so that a simple user just gets
the necessary binary.
Currently the server frontend has a very old build, I could not build
this asset myself, so for the moment I simply extracted it from the
binary release of the project.
Once this build procedure will have been updated I will transition to a
full build
2021-02-23 15:35:07 +01:00
Fabian Affolter
1ef773418c
python3Packages.twentemilieu: init at 0.3.0
2021-02-23 15:22:26 +01:00
Tom Hall
e31f16ec85
s2geometry: init at 0.9.0
2021-02-23 13:59:49 +00:00
Tom Hall
fccc5ba324
mapbox-gl-qml: init at 1.7.5
2021-02-23 13:59:49 +00:00
Tom Hall
e9fe70c13e
mapbox-gl-native: init at 2020.06.07
2021-02-23 13:59:48 +00:00
Tom Hall
76b4a48399
nemo-qml-plugin-dbus: init at 2.1.23
2021-02-23 13:59:48 +00:00
Sandro
971cadf96c
Merge pull request #114039 from dotlambda/caerbannog-init
2021-02-23 14:58:53 +01:00
Sandro
422e78fb10
Merge pull request #114069 from orivej/ebumeter
...
ebumeter: init at 0.4.2
2021-02-23 14:52:59 +01:00
Sandro
32219f9a32
Merge pull request #114113 from dotlambda/tiros-drop
...
pythonPackages.tiros: drop
2021-02-23 14:50:32 +01:00
Robert Schütz
4ce9359e12
pythonPackages.tiros: drop
...
It is broken, unmaintained and missing meta information in Nixpkgs as
well as on PyPI.
2021-02-23 14:10:10 +01:00
Rouven Czerwinski
4bfacbc813
gpuvis: init at 20210220
...
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
2021-02-23 13:52:33 +01:00
Sandro
4494db2d90
lscolors: init at 0.7.1 ( #114091 )
2021-02-23 11:22:01 +01:00
Robert Schütz
38a0668296
caerbannog: init at 0.3
2021-02-23 10:21:37 +01:00
Robert Schütz
dd45f0d9ca
pythonPackages.fuzzyfinder: init at 2.1.0
2021-02-23 10:19:20 +01:00
Arthur Gautier
7710eed6d0
pythonPackages.tpm2-pytss: init at 0.2.4
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-23 08:35:27 +00:00
Arnout Engelen
ed5b9cce76
maven: use default jdk
...
While builds using maven are relatively likely to target jdk8,
they typically support building using default jdk.
The main exception is the default jdk no longer supports targeting
JRE's before version 8. For projects that do that we can override the
jdk version for the maven used there.
2021-02-23 09:22:40 +01:00
taku0
8e1b81959e
Merge pull request #111040 from tu-maurice/unstable/xed-editor-2.8.4
...
xed-editor: Init at 2.8.4
2021-02-23 14:39:21 +09:00
taku0
7edf60f8d6
Merge pull request #112800 from tu-maurice/unstable/xplayer-2.4.0
...
xplayer: init at 2.4.0
2021-02-23 14:32:27 +09:00
taku0
0a39bf46ac
Merge pull request #96186 from SCOTT-HAMILTON/anystyle-cli
...
anystyle-cli: Init at 1.3.10
2021-02-23 13:41:08 +09:00
Mario Rodas
bbed03f446
shadowsocks-rust: 1.8.23 -> 1.9.0
...
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.9.0
2021-02-23 04:20:00 +00:00
Orivej Desh
54dd95242e
ebumeter: init at 0.4.2
2021-02-23 04:15:30 +00:00
Sandro
03c7a92b08
Merge pull request #113362 from baloo/baloo/swtpm/init
...
swtpm: init at 0.5.2
2021-02-23 02:42:14 +01:00
0x4A6F
25b39e3fc7
blflash: init at 0.3.2
2021-02-22 22:47:26 +00:00
Jörg Thalheim
5c1ffb7a9f
Merge pull request #114012 from oxzi/python-json-rpc
...
pythonPackages.json-rpc: init at 1.13.0
2021-02-22 19:35:14 +00:00
davidak
550833b7f0
Merge pull request #113933 from Mic92/xmpppy
...
python2.pkgs.xmpppy: remove + dependent packages
2021-02-22 20:19:11 +01:00
Alvar Penning
38d27230e1
pythonPackages.json-rpc: init at 1.13.0
2021-02-22 18:56:32 +01:00
davidak
23f1c43e17
Merge pull request #113914 from raboof/sweethome3d-use-default-jre
...
sweethome3d: run using the default jre
2021-02-22 15:40:41 +01:00
SCOTT-HAMILTON
ed53b269cc
anystyle: init at 1.3.10
2021-02-22 13:21:16 +01:00
github-actions[bot]
8b6e6ae050
Merge master into staging-next
2021-02-22 12:16:58 +00:00
Maximilian Bosch
f7011c70f3
nextcloud21: init at 21.0.0, set as default version
...
ChangeLog: https://nextcloud.com/changelog/#latest21
* Packaged 21.0.0, test-deployed it to my personal instance and tested
the most basic functionality (`davfs2`-mount, {card,cal}dav sync, file
management).
* Bumped the default version for unstable/21.05 to `nextcloud21`. Since
`nextcloud20` was added after the release of 20.09 (and thus the
default on 20.09 is still `nextcloud19`), it's now needed to upgrade
across two majors.
This is not a problem though since it's possible to upgrade to v20 on
20.09 already and if not, the module will guard the administrator
through the upgrade with eval warnings as it's the case since 20.03.
* Dropped `nextcloud17` attribute and marked `nextcloud18` as EOL.
2021-02-22 13:04:42 +01:00
Sandro
2bf2dfc988
Merge pull request #113950 from 414owen/add-spicy
...
spicy: init at unstable-2020-02-21
2021-02-22 08:19:17 +01:00
Sandro
47fa2cda1f
Merge pull request #113893 from fabaff/pyflunearyou
2021-02-22 08:10:23 +01:00
github-actions[bot]
227aa2c9b0
Merge master into staging-next
2021-02-22 06:17:05 +00:00
Arthur Gautier
831e6dfd14
swtpm: adds a variation with tpm2 support
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-22 05:14:56 +00:00
Jörg Thalheim
819873f29e
python3.pkgs.xmpppy: remove + dependent packages
2021-02-22 05:43:13 +01:00
Arthur Gautier
ac87ecd581
swtpm: init at 0.5.2
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-22 04:37:43 +00:00
Sandro
2e338d35bd
Merge pull request #111347 from fufexan/orchis-theme
2021-02-22 02:15:44 +01:00
davidak
169228fd49
Merge pull request #113931 from Mic92/jabberbot
...
python3.pkgs.jabberbot: remove
2021-02-22 02:04:30 +01:00
Sandro
176690a763
Merge pull request #113857 from starcraft66/master
...
kustomize-sops: init at 2.4.0
2021-02-22 01:43:41 +01:00
github-actions[bot]
d8f2a7bf5c
Merge master into staging-next
2021-02-22 00:37:52 +00:00
Astro
50847e0b17
wargus: init at 2.4.3
2021-02-22 00:44:52 +01:00
Owen Shepherd
92c03aaf77
spicy: init at unstable-2020-02-21
2021-02-21 22:12:00 +00:00
Tim Steinbach
6d408889f0
pythonPackages.sagemaker: Init at 2.24.5
2021-02-21 16:02:35 -05:00
Tim Steinbach
c10da052fc
pythonPackages.smdebug-rulesconfig: Init at 1.0.1
2021-02-21 16:02:35 -05:00
Tim Steinbach
b593010348
pythonPackages.protobuf3-to-dict: Init at 0.1.5
2021-02-21 16:02:35 -05:00
Arnout Engelen
b47bb058b8
sweethome3d: run using the default jre
...
The default jdk was updated, but various applications were kept at
jdk8 so they could be updated one-by-one, testing that the update
does not break those packages.
I tested sweethome3d, and found out that while it runs fine with
the default jre, the build script of the current release does not
work on JDK9 or higher. This has already been fixed on trunk but
not yet released. Since this is specific to this package, I
moved the selection of 'jdk8' to inside the packages' .nix, with a
note so we don't forget to update to the default jdk as well when
a new version of sweethome3d is released.
2021-02-21 21:13:01 +01:00
github-actions[bot]
93b17c1b4d
Merge master into staging-next
2021-02-21 18:17:22 +00:00
ajs124
60450f6b8d
Merge pull request #113663 from helsinki-systems/claws
...
claws-mail{,-gtk3}: refactor and merge
2021-02-21 19:16:46 +01:00
Jörg Thalheim
e81a4170bd
python3.pkgs.jabberbot: remove
...
no update since 2016; python2 only due to xmpppy
2021-02-21 18:33:38 +01:00
Arthur Gautier
7777e229a1
libtpms: init at 0.7.4
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-21 17:25:49 +00:00
Fabian Affolter
afe89f47c1
python3Packages.pycec: init at 0.5.1
2021-02-21 13:55:44 +01:00
github-actions[bot]
cf22d5fee7
Merge master into staging-next
2021-02-21 12:19:43 +00:00
Fabian Affolter
85b71a30c1
python3Packages.pyflunearyou: init at 2.0.0
2021-02-21 11:51:23 +01:00
Fabian Affolter
50dfb6babd
python3Packages.aiocache: init at 0.11.1
2021-02-21 11:42:20 +01:00
Fabian Affolter
3ce904abb6
python3Packages.twitterapi: init 2.6.6
2021-02-21 11:31:02 +01:00
Fabian Affolter
20cd1e1ffb
python3Packages.twinkly-client: init at 0.0.2
2021-02-21 11:22:52 +01:00
Sandro
60fb826327
Merge pull request #113356 from mbaeten/master
2021-02-21 07:29:19 +01:00
github-actions[bot]
2c8fa86436
Merge master into staging-next
2021-02-21 06:16:32 +00:00
Sandro
716b898cf5
Merge pull request #113802 from fabaff/pyflume
2021-02-21 05:35:07 +01:00
Sandro
7866dda03a
Merge pull request #113797 from fabaff/tahoma-api
2021-02-21 05:34:02 +01:00
Sandro
3d3500d796
Merge pull request #113793 from fabaff/tuyaha
2021-02-21 05:33:39 +01:00
Sandro
93df7c6427
Merge pull request #113790 from fabaff/wiffi
2021-02-21 05:33:01 +01:00
Sandro
22e6b1aaa6
Merge pull request #113788 from fabaff/pyvolumio
2021-02-21 05:30:22 +01:00
Sandro
bec8749074
Merge pull request #113781 from fabaff/python-twitch-client
2021-02-21 05:07:15 +01:00
Sandro
a0e658b8f7
Merge pull request #113778 from fabaff/pymitv
2021-02-21 05:06:51 +01:00
Sandro
3c580b5b61
Merge pull request #113776 from fabaff/pyalmond
2021-02-21 05:06:02 +01:00
davidak
8f42d3ed16
Merge pull request #108902 from iblech/patch-enigma
...
enigma: init at 1.21
2021-02-21 04:51:43 +01:00
Tristan Gosselin-Hane
83de5aa31a
kustomize-sops: init at 2.4.0
2021-02-20 21:25:38 -05:00
github-actions[bot]
dc31fd042c
Merge master into staging-next
2021-02-21 00:38:49 +00:00
Arthur Gautier
c406d55e69
vo-aacenc: init at 0.1.3
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-20 22:57:11 +00:00
Sandro
9633889d67
Merge pull request #113791 from fabaff/yalesmartalarmclient
2021-02-20 23:48:18 +01:00
github-actions[bot]
7a1ee9c317
Merge master into staging-next
2021-02-20 18:17:10 +00:00
Fabian Affolter
7522c4a1a1
python3Packages.pyflume: init at 0.6.2
2021-02-20 18:36:49 +01:00
Fabian Affolter
ce981a9ddd
python3Packages.ratelimit: init at 2.2.1
2021-02-20 18:32:15 +01:00
Fabian Affolter
d292f82726
python3Packages.tahoma-api: init at 0.0.17
2021-02-20 17:29:05 +01:00
Stig
1215e25b99
Merge pull request #113732 from pacien/gscan2pdf-v2.11.1
...
gscan2pdf: 2.9.1 -> 2.11.1
2021-02-20 16:43:02 +01:00
Fabian Affolter
def775866f
python3Packages.yalesmartalarmclient: init at 0.3.1
2021-02-20 16:32:33 +01:00
Fabian Affolter
e2abd53286
python3Packages.pyvolumio: init 0.1.3
2021-02-20 16:26:49 +01:00
Fabian Affolter
7273115cc1
python3Packages.wiffi: init at 1.0.1
2021-02-20 16:24:25 +01:00
Sandro
5cfeebb8cb
Merge pull request #113748 from yanganto/krapslog-0.1.2
...
krapslog: init at 0.1.2
2021-02-20 16:22:10 +01:00
Fabian Affolter
4c02c66275
python3Packages.tuyaha: init at 0.0.10
2021-02-20 16:20:40 +01:00
Sandro
0bc35239cf
Merge pull request #113750 from 414owen/add-cen64
2021-02-20 16:19:09 +01:00
Owen Shepherd
ed08ba414e
cen64: init at unstable-2020-02-20
2021-02-20 14:40:54 +00:00
Fabian Affolter
db100ec834
python3Packages.python-twitch-client: init at 0.7.1
2021-02-20 14:51:49 +01:00
Antonio Yang
39f824d1d6
krapslog: init at 0.1.2
2021-02-20 21:38:58 +08:00
Fabian Affolter
712bd27c13
python3Packages.pymitv: init at 1.4.3
2021-02-20 14:34:29 +01:00
Fabian Affolter
7e771d4d33
python3Packages.pyalmond: init at 0.0.3
2021-02-20 13:55:46 +01:00
github-actions[bot]
5884dca2b9
Merge master into staging-next
2021-02-20 12:19:39 +00:00
Ivan Babrou
7e2baa21b5
garble: pin to go1.15
2021-02-20 21:13:46 +10:00
github-actions[bot]
4c0670dace
Merge staging-next into staging
2021-02-20 06:17:59 +00:00
Sandro
b0dcc5bb97
Merge pull request #113685 from fabaff/pychannels
2021-02-20 04:20:53 +01:00
Sandro
4911c23b0f
Merge pull request #113692 from fabaff/mcstatus
2021-02-20 04:20:04 +01:00
Sandro
16db442fbe
Merge pull request #113709 from SuperSandro2000/lazr-restfulclient
2021-02-20 04:18:17 +01:00
Sandro
d705a35ebf
Merge pull request #113690 from fabaff/python-velbus
2021-02-20 04:17:06 +01:00
Sandro
abde39c8e8
Merge pull request #113704 from fabaff/pyxiaomigateway
2021-02-20 04:14:27 +01:00
Sandro
a304559fb4
Merge pull request #113706 from fabaff/pymysensors
2021-02-20 04:13:21 +01:00
github-actions[bot]
abe7db36a4
Merge staging-next into staging
2021-02-20 00:36:40 +00:00
pacien
1794dab899
perlPackages.Gtk3ImageView: init at 6
2021-02-19 23:59:29 +01:00
Ryan Burns
9511f29f40
go: fix cross-compilation
...
Because:
* `go-bootstrap` is a native build input of go, so it needs to have
an offset of -1. Otherwise, e.g. when building a go cross-compiler,
it will try to make go-bootstrap a cross-compiler too.
* have to specify `buildPackages` for the `stdenv` override, otherwise
`buildPackages.stdenv` will be the same as `pkgs.gcc8Stdenv`.
2021-02-20 08:09:42 +10:00
Ivan Babrou
d8da3220c0
oauth2_proxy: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
99f4524c5f
coyim: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
8fd0bb4db3
step-ca: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
9433fde4fe
grafana-loki: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
31fe7ad887
trillian: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
c5b7370de2
nncp: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
f2d233cde6
ibus-engines.bamboo: pin to go 1.15
2021-02-20 08:09:42 +10:00
Ivan Babrou
0551dc7798
galene: pin to go 1.15
2021-02-20 08:09:42 +10:00
zowoq
7bfae9ca5c
prometheus: pin to go 1.15
2021-02-20 08:09:42 +10:00
zowoq
657835178f
v2ray: pin to go 1.15
2021-02-20 08:09:42 +10:00
zowoq
2b45d708e5
dockerTools.tarsum: pin to go 1.15
2021-02-20 08:09:42 +10:00
zowoq
f4e108408f
go, buildGoModule, buildGoPackage: default to go 1.16
2021-02-20 08:09:42 +10:00
pacien
3e85cb06ce
perlPackages.GraphicsTIFF: init at 9
2021-02-19 22:59:45 +01:00
Graham Christensen
744de41d10
Merge pull request #113702 from grahamc/perlpkgs
...
perlPackages.{gotofile,LongJump,Test2PluginMemUsage,Test2PluginUUID,Test2Harness}: init
2021-02-19 16:54:55 -05:00
Poscat
1098d19ff1
hinit: Init at 0.2.0
2021-02-19 20:56:32 +01:00
mbaeten
ec37ccb392
pragha: init at 1.3.4
2021-02-19 20:47:56 +01:00
pacien
151ee1e499
perlPackages.ImagePNGLibpng: init at 0.56
2021-02-19 20:01:23 +01:00
github-actions[bot]
daab056dd9
Merge staging-next into staging
2021-02-19 18:16:58 +00:00
Sandro Jäckel
3a3344c9ed
pythonPackages.wsgi-intercept: init at 1.9.2
2021-02-19 19:16:16 +01:00
pacien
c210176f78
perlPackages.PDFBuilder: init at 3.021
2021-02-19 19:13:27 +01:00
Sandro
c1a0106f40
Merge pull request #113681 from AndersonTorres/new-dap
2021-02-19 19:06:14 +01:00
Sandro
5f923d1e9e
Merge pull request #112979 from fabaff/tellduslive
2021-02-19 18:56:34 +01:00
Fabian Affolter
569b2425e5
python3Packages.pyxiaomigateway: init at 0.13.4
2021-02-19 18:29:38 +01:00
Fabian Affolter
99a074aa71
python3Packages.pymysensors: init at 0.20.1
2021-02-19 18:24:02 +01:00
pacien
6f2890041e
perlPackages.GlibObjectIntrospection: fix test and unmark as broken
...
The patched GIR path was referring to the not-yet built package.
Note that the package was working fine and that only the tests were failing due to some GIR path issues.
It shouldn't have been marked as broken in the first place.
GitHub: follows #68115
GitHub: closes #68116
2021-02-19 18:16:19 +01:00
adisbladis
44864cd2ef
Merge pull request #107777 from collares/native-load-path
...
emacs: add currently compiling package dirs to load-path
2021-02-19 17:59:42 +01:00
Graham Christensen
6a53819136
perlPackages.Test2Harness: init at 1.000042
2021-02-19 11:23:45 -05:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
...
Resolved the following conflicts:
- kernel flags between 09176d28a0
and 2b28822d8d
- clojure-lsp between 3fa00685ce
and e03c068af5
2021-02-19 17:15:31 +01:00
Graham Christensen
5e6c9ffac8
Merge pull request #113687 from grahamc/perlpkgs
...
perlPackages.{FunctionParameters,TieHashMethod,TestPostgreSQL}: init
2021-02-19 11:14:26 -05:00
Graham Christensen
5a6c62b211
perlPackages.Test2PluginUUID: init at 0.002001
2021-02-19 11:13:54 -05:00
Graham Christensen
974155138c
perlPackages.Test2PluginMemUsage: init at 0.002003
2021-02-19 11:13:40 -05:00
Graham Christensen
55b70353ce
perlPackages.LongJump: init at 0.000001
2021-02-19 11:12:42 -05:00
Graham Christensen
29fe085490
perlPackages.gotofile: init at 0.005
2021-02-19 11:12:18 -05:00
Jan Tojnar
7d4b0acfb5
Merge pull request #93401 from davidak/mbrola
...
mbrola: init at 3.3
2021-02-19 17:04:52 +01:00
Mauricio Collares
ca4db1bc79
emacs: add currently compiling package dirs to load-path
...
Co-authored-by: Tad Fisher <tadfisher@gmail.com>
2021-02-19 16:46:31 +01:00
davidak
5d4cb57ad1
mbrola: init at 3.3
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-19 16:39:09 +01:00
Fabian Affolter
37147ed3d8
python3Packages.mcstatus: init at 5.1.1
2021-02-19 15:56:51 +01:00
Fabian Affolter
1765eb0add
python3Packages.python-velbus: init 2.1.2
2021-02-19 15:34:10 +01:00
Graham Christensen
4f07645f6f
perlPackages.TestPostgreSQL: init at 1.27
2021-02-19 09:30:20 -05:00
Graham Christensen
2058e64c9c
perlPackages.TieHashMethod: init at 0.02
2021-02-19 09:30:20 -05:00
Graham Christensen
d9736c984c
perlPackages.FunctionParameters: init at 2.001003
2021-02-19 09:30:17 -05:00
Fabian Affolter
5c589a2743
python3Packages.pychannels: init at 1.2.2
2021-02-19 14:51:52 +01:00
Sandro
c2c24f1940
Merge pull request #111006 from fabaff/bump-fwup
...
fwup: 1.5.2 -> 1.8.3
2021-02-19 14:47:39 +01:00
Sandro
08f5631891
Merge pull request #112631 from DavHau/garble-init
2021-02-19 14:39:31 +01:00
AndersonTorres
111256a480
dap: init at 3.10
2021-02-19 10:24:24 -03:00
pacien
a4f6f92cb6
perlPackages.Glib: re-enable tests
...
The tests for this package have been fixed since 1.3291.
2021-02-19 14:23:52 +01:00
Ben Siraphob
e899331972
makeWrapper: use proper shell when cross-compiling
2021-02-19 20:09:16 +07:00
Sandro
b8f6a927f7
Merge pull request #113145 from fabaff/secretscanner
...
secretscanner: init at 20210214-42a38f9
2021-02-19 14:07:10 +01:00
AndersonTorres
cf70751ffc
1password-gui: rename
2021-02-19 09:53:29 -03:00
Fabian Affolter
952b650b47
python3Packages.tellduslive: init at 0.10.11
2021-02-19 11:22:09 +01:00
Fabian Affolter
4630d6f37b
fwup: 1.5.2 -> 1.8.3
2021-02-19 10:32:37 +01:00
DavHau
599132aff2
garble: init at 2020-01-07
2021-02-19 15:02:15 +07:00
Mauricio Collares
82b8fe90f6
libgccjit: use current gcc version
2021-02-19 08:35:27 +01:00
zowoq
3dab057264
Merge staging-next into staging
2021-02-19 10:47:46 +10:00
Alvar Penning
553ad198c2
claws-mail{,-gtk3}: refactor
...
Update Claws Mail to its latest version and perform a major refactoring.
Previously, the configurable arguments were neither complete nor named
according to the configure.ac file. Likewise, the values did not
correspond to the defaults, but rather to a personal preference.
This has now been changed to enable the arguments which are enabled in
the configure.ac file. Also the variable names have been adjusted. For
compatibility the old parameters also exist.
Next to the claws-mail package is the "experimental" claws-mail-gtk3
package for the non official gtk3 git branch. This package started as an
almost one-to-one copy of the claws-mail derivation which small
modifications. This package was of course not updated.
This has also been changed so that both packages are built from the same
derivative.
2021-02-19 01:23:47 +01:00
Sandro
f5d27ad946
Merge pull request #113654 from tmountain/uchess
...
uchess: init at 0.2.1
2021-02-19 00:14:49 +01:00
Travis Whitton
ecf7314630
uchess: init at 0.2.1
2021-02-18 17:41:13 -05:00
Sandro
2f5e450352
Merge pull request #110587 from fabaff/aioasuswrt
2021-02-18 21:28:54 +01:00
Sandro
8b4f9b531c
Merge pull request #113381 from fabaff/nmap-unfree
2021-02-18 20:24:15 +01:00
Fabian Affolter
da5308523e
python3Packages.aioasuswrt: init at 1.3.2
2021-02-18 19:05:17 +01:00
Fabian Affolter
f16fcc0ba5
python3Packages.librouteros: init at 3.1.0
2021-02-18 07:50:23 -08:00
sohalt
ea15465201
spacenav-cube-example: init at 2.3.0
2021-02-18 15:08:20 +01:00
sohalt
4f19003fec
spacenavd: init at 0.8
2021-02-18 15:08:20 +01:00
sohalt
373c6ad893
libspnav: init at 0.2.3
2021-02-18 15:08:20 +01:00
Sandro
cc19a6173f
Merge pull request #113307 from iAmMrinal0/init/authy
...
authy: init at 1.8.3
2021-02-18 13:05:53 +01:00
Sandro
7ec23be044
Merge pull request #99348 from bryanasdev000/package-kubectl-example
...
kubectl-example: init at 1.0.1
2021-02-18 13:00:21 +01:00
Sandro
499bada83b
Merge pull request #113141 from SCOTT-HAMILTON/formiko
...
formiko: init at 1.4.3
2021-02-18 12:37:30 +01:00
Sandro
f5e69e0e98
Merge pull request #106074 from sternenseemann/zettlr-1.8.1
2021-02-18 12:36:40 +01:00
Sandro
2278dadbdf
Merge pull request #113523 from fabaff/stressapptest
...
stressapptest: init at 1.0.9
2021-02-18 12:34:49 +01:00
Sandro
ef23b15078
Merge pull request #112167 from siraben/ticker-init
2021-02-18 12:33:52 +01:00
Sandro
8eedaa9699
Merge pull request #113352 from figsoda/xtrt
...
xtrt: init at 61884fb
2021-02-18 12:33:16 +01:00
Sandro
a56d4ff21c
Merge pull request #113273 from maxhbr/add-gopass-jsonapi
2021-02-18 12:27:32 +01:00
Sandro
6c004c3c82
Merge pull request #113527 from fabaff/wafw00f
...
wafw00f: init at 2.1.0
2021-02-18 12:24:27 +01:00
Sandro
87abd5c0aa
Merge pull request #104694 from rissson/kivy-2.0
2021-02-18 12:11:46 +01:00
adisbladis
d63685c2f9
Merge pull request #113567 from adisbladis/rmfuse
...
rmfuse: init at 0.1.1
2021-02-18 11:12:27 +01:00
Michele Guerini Rocco
0b87306283
Merge pull request #113146 from MetaDark/wine
...
winePackages: enable mingwSupport in base build
2021-02-18 11:04:42 +01:00
Peter Hoeg
88eb9ce528
shards: 0.12 -> 0.13
2021-02-18 09:11:23 +00:00
adisbladis
6b403ed151
rmfuse: init at 0.1.1
2021-02-18 10:06:00 +01:00
matthewcroughan
9c19eee912
U-Boot: Adds Orange Pi Zero build
2021-02-18 07:08:23 +00:00
Guillaume Girol
009d4570d8
Merge pull request #112939 from symphorien/musl32cross
...
pkgsCross.musl32: fix a few basic package
2021-02-18 06:44:49 +00:00
github-actions[bot]
45dc900af9
Merge master into staging-next
2021-02-18 06:16:42 +00:00
Mrinal Purohit
8e372cdfab
authy: init at 1.8.3
2021-02-18 10:35:01 +05:30
Bryan A. S
1c1aa06927
kubectl-example: init at 1.0.1
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-02-18 01:36:09 -03:00
David Anderson
2bb5ff0da2
zrepl: init at 0.3.1.
...
Signed-off-by: David Anderson <dave@natulte.net>
2021-02-17 20:18:30 -08:00
github-actions[bot]
683536ab2a
Merge master into staging-next
2021-02-18 00:40:58 +00:00
Sandro
c085a3f1d0
Merge pull request #113486 from fabaff/pyeight
2021-02-18 00:30:28 +01:00
Fabian Affolter
532f995e20
wafw00f: init at 2.1.0
2021-02-17 23:56:56 +01:00
Sandro
d2089230cf
Merge pull request #113211 from SFrijters/maestral-1.4
2021-02-17 23:49:57 +01:00
Sandro
4175c39261
Merge pull request #113228 from SCOTT-HAMILTON/cqrlog
2021-02-17 23:43:25 +01:00
Fabian Affolter
30e6a35c81
nmap-unfree: init at 7.91
2021-02-17 23:29:07 +01:00
Fabian Affolter
2bff001654
stressapptest: init at 1.0.9
2021-02-17 23:11:59 +01:00
Marc 'risson' Schmitt
4d27c0ebf7
python3Packages.kivy: init at 2.0.0
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-02-17 23:07:36 +01:00
Astro
9d502c281b
hdf_java: remove
...
The only dependee was hdfview.
2021-02-17 22:34:49 +01:00
Astro
4c1f3b87b8
hdfview: 2.14 -> 3.1.2
2021-02-17 22:34:49 +01:00
Stefan Frijters
1c31382a4e
pythonPackages.maestral: 1.3.1 -> 1.4.2
2021-02-17 21:23:52 +01:00
Stefan Frijters
f9e53c5ad6
pythonPackages.desktop-notifier: init at 3.2.0
2021-02-17 21:23:51 +01:00
SCOTT-HAMILTON
055345eb89
cqrlog: init at 2.5.2
2021-02-17 21:18:42 +01:00
Fabian Affolter
c3d8f2223c
python3Packages.pyeight: init at 0.1.5
2021-02-17 20:15:06 +01:00
github-actions[bot]
9d6726a2e3
Merge staging-next into staging
2021-02-17 18:14:09 +00:00
github-actions[bot]
afcea01614
Merge master into staging-next
2021-02-17 18:14:04 +00:00
Arthur Teisseire
7cc2f6cc54
ocamlPackages.sha: init at 1.13
2021-02-17 17:45:18 +01:00
Martin Weinelt
e02ced5c20
Merge pull request #110717 from Emantor/init/labgrid
...
python3Packages.labgrid: init at 0.3.1
2021-02-17 17:38:12 +01:00
Daniël de Kok
f1bb633034
Merge pull request #113378 from siraben/knightos-build-graph-reduction
...
knightos: reduce build time dependency graph
2021-02-17 16:42:53 +01:00