Commit Graph

36080 Commits

Author SHA1 Message Date
sternenseemann
e8a1548009 apostrophe: make texlive overrideable more easily
Now you can just build apostrophe.override { texlive = yourTexliveDist; }
which makes using a custom texlive distribution possible.
2021-03-02 13:04:52 +01:00
Kim Lindberger
8eea5d0fbd
Merge pull request #114592 from etu/php-minor-fixes
php: various fixes
2021-03-02 09:41:15 +01:00
Ivan Babrou
fbc1d07e79 aws-c-io: depend on Security.framework on darwin
This is needed on `aarch64-darwin` with newer SDK.
2021-03-01 23:57:37 -08:00
Dmitry Kalinkin
43c128776e
Merge pull request #114676 from jD91mZM2/remove-me-as-maintainer
remove me as maintainer
2021-03-01 22:19:56 -05:00
Mario Rodas
66d7cb4fa8
Merge pull request #114523 from MetaDark/poke
poke: init at 1.0
2021-03-01 21:37:24 -05:00
Mario Rodas
8d22e56b69
Merge pull request #114308 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.23 -> 1.9.0
2021-03-01 18:22:11 -05:00
jD91mZM2
0799e016ab
scaff: delete 2021-03-01 22:42:27 +01:00
Kira Bruneau
e2c8b46d0c poke: init at 1.0 2021-03-01 13:57:26 -05:00
Sandro
82f8784f6a
Merge pull request #114728 from humancalico/cargo-criterion
cargo-criterion: init at 1.0.0
2021-03-01 18:33:47 +01:00
Sandro
7e34180cc2
Merge pull request #114670 from robertoszek/nixpkgs-pleroma-bot-init-at-0.8.6 2021-03-01 18:08:04 +01:00
Sandro
3b23771fcd
Merge pull request #114713 from figsoda/cargo-play 2021-03-01 17:47:20 +01:00
Flakebi
e6b86a37eb umr: init at unstable-2021-02-18 2021-03-01 17:15:54 +01:00
robertoszek
14b60caa6e
pleroma-bot: init at 0.8.6
added pythonImportsCheck

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/top-level/all-packages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

changed fetcher and added checkInput tests

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

change to pytestCheckHook

Update pkgs/development/python-modules/pleroma-bot/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

formatting with nixpkgs-fmt

attribute ordering

use version

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-01 17:08:07 +01:00
figsoda
a01cffac18 cargo-play: init at 0.5.0 2021-03-01 07:30:26 -05:00
Akshat Agarwal
1a96fcd85f
cargo-criterion: init at 1.0.0
Signed-off-by: Akshat Agarwal <humancalico@disroot.org>
2021-03-01 15:38:19 +05:30
Mario Rodas
908059164f
Merge pull request #114612 from AndersonTorres/new-libnbd
libnbd: init at 1.7.2
2021-02-28 20:44:54 -05:00
AndersonTorres
c6f991fa7e libnbd: init at 1.7.2 2021-02-28 19:06:26 -03:00
Misha Gusarov
4d67868912 libxcrypt: init at 4.4.18
Closes #114632
Related to #112371
2021-02-28 12:44:53 +00:00
Orivej Desh
33230da5da
cvise: init at 2.1.0 (#114197) 2021-02-28 04:12:14 +00:00
Niklas Hambüchen
53ffeb59ff
Merge pull request #113657 from nh2/turbovnc
turbovnc: init at 2.2.5
2021-02-28 03:58:07 +01:00
Niklas Hambüchen
c834c60ff9 turbovnc: init at 2.2.5
I started out by copying the `tigervnc` derivation, which
does things like re-using `xorg.xorgserver.buildInputs`
(given that these VNC servers are all forks of Xorg),
but then removed that and all the dependencies that did not
appear to be needed or checked for in the CMake output.
2021-02-28 03:36:25 +01:00
Mario Rodas
5933226104
Merge pull request #114599 from helsinki-systems/fix/libe-book
libe-book: fix build after c0b3169d4a
2021-02-27 20:13:18 -05:00
Sandro
7ce72686a8
Merge pull request #114566 from ThibautMarty/herbstluftwm-0.9.2
herbstluftwm: 0.9.1 -> 0.9.2
2021-02-27 23:50:47 +01:00
ajs124
98fba66557 libe-book: fix build after c0b3169d4a 2021-02-27 22:28:37 +01:00
Elis Hirwing
367d58415c
php: Add missing comment and remove unnecessary version specifications 2021-02-27 21:57:06 +01:00
Robert Schütz
5cc881d0d8 imagemagick: make 7.0 default 2021-02-27 18:34:36 +01:00
Thibaut Marty
93c2d520a5 herbstluftwm: 0.9.1 -> 0.9.2
This release introduces window titles and now depends on freetype and
libXft. The test `test_title_different_letters_are_drawn` is disabled
for now because it is broken, probably because of font issue in the
build sandbox.

I also fixed the build of the documentation when cross-compiling.
2021-02-27 15:44:24 +01:00
Frederik Rietdijk
0dc64d5d71 python: fix full builds by referring to the correct interpreter
The package set is an attribute of the interpreter. The function to
build an environment (`buildEnv`/`withPackages`) is part of the
interpreter. The interpreter is passed to itself, and needs to be
updated when overridden.

For cross-compilation we splice the package set, and for that the
various `build/host` interpreters and sets need to be available. We
select these currently through `pkgs.${pythonAttr}`. The `pythonAttr`
attribute was not fixed for `pythonFull`.

https://github.com/NixOS/rfcs/pull/83
https://github.com/NixOS/nixpkgs/pull/104201

We need a better solution for this because this is very brittle.
2021-02-27 11:12:05 +01:00
Bruno Bigras
1585a04bcb
webwormhole: init at git-2021-01-16 (#114269) 2021-02-26 20:24:44 -05:00
zseri
113e2761b7
zs-apc-spdu-ctl: init at 0.0.2 2021-02-27 00:04:37 +01:00
zseri
d39fa1f503
libowlevelzs: init at 0.1.1 2021-02-27 00:04:28 +01:00
Florian Klink
43f83f9c45
Merge pull request #75866 from Sohalt/spnav
libspnav: init at 2.3.0
2021-02-26 22:21:21 +01:00
Kevin Mullins
dcd95747df
libjwt: init at 1.12.1 2021-02-26 13:04:12 -08:00
Sandro
a859f27d61
Merge pull request #114180 from omasanori/wasm-pack-update-deps 2021-02-26 18:49:54 +01:00
Michael Raskin
3a2195b750
Merge pull request #114406 from foolnotion/master
qt515 compatibility for qpdfview 0.4.18
2021-02-26 17:40:58 +00:00
benneti
8e5a172d0c
git-credential-gopass: init at 1.12.0 (#114457)
* maintainers: add benneti

* git-credential-gopass: init at 1.12.0

* Update pkgs/tools/security/gopass/git-credential.nix

* Update pkgs/tools/security/gopass/git-credential.nix

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-26 11:37:34 -05:00
midchildan
78e3596121
sourcetrail: fix darwin build (#112795) 2021-02-26 13:52:07 +00:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Vincent Laporte
554827b5a7 ocamlPackages.bap: 2.1.0 → 2.2.0
libbap: 2019-11-15 → 2020-11-25
2021-02-26 07:09:22 +01:00
Bryan Gardiner
fabe4e78ac
dirdiff: init at 2.1 2021-02-25 18:40:50 -08:00
Maciej Krüger
d57c522515
Merge pull request #114285 from mkg20001/netplan
netplan: init at 0.101
2021-02-26 03:17:00 +01:00
Maciej Krüger
a3666f508f
netplan: init at 0.101 2021-02-26 03:02:21 +01:00
David Asabina
34b9463d8d checkmake: init at 0.1.0-2020.11.30 2021-02-25 19:50:30 -05:00
Maximilian Bosch
bc87fc1907
Merge pull request #114072 from raboof/maven3-default-jdk
maven: use default jdk
2021-02-26 00:51:45 +01:00
nick black
6cae2af7aa notcurses: 2.1.0 -> 2.1.5 2021-02-25 18:47:17 -05:00
Daniel Nagy
bd6ef5bee1 unbound-full: init 2021-02-25 18:37:57 -05:00
Bogdan Burlacu
bf8c24d3de
qt515 compatibility for qpdfview 0.4.18 2021-02-25 18:40:33 +01:00
Pascal Bach
3446cf39b4 cryptomator: init at 1.5.13
Co-authored-by: Artur Taranchiev <ewok@ewok.ru>
2021-02-25 17:06:48 +01:00
adisbladis
e8f69f40e6
Merge pull request #114348 from adisbladis/emacs-magick
emacs27: Don't pass imagemagick from all-packages
2021-02-25 18:03:47 +02:00
Florian Klink
0693022bb2 k2tf: init at 0.5.0 2021-02-25 13:44:55 +01:00
Fabian Affolter
772406c2a4
Merge pull request #114201 from Gonzih/go-air-init
air: init at 1.15.1
2021-02-25 13:28:24 +01:00
adisbladis
5042f818cb
emacs27: Don't pass imagemagick from all-packages
It's already disabled by default in the Emacs expression and passing
`imagemagick = null` makes passing `withImageMagick = true` useless.
2021-02-25 13:51:50 +02:00
Sandro
fdd69470ef
Merge pull request #114253 from pborzenkov/gops
gops: init at 0.3.15
2021-02-25 09:10:16 +01:00
Sandro
6109c59a23
Merge pull request #114312 from AndersonTorres/new-9menu
9menu: init at unstable-2021-02-24
2021-02-25 08:46:17 +01:00
AndersonTorres
fb63eaeb10 9menu: init at unstable-2021-02-24 2021-02-25 00:42:36 -03:00
Maciej Krüger
2e5fa27df9
mslink: init at 1.3
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-02-24 23:16:07 +01:00
Pavel Borzenkov
46098b3f89 gops: init at 0.3.15 2021-02-24 23:08:23 +03:00
Doron Behar
aca03db091
Merge pull request #108562 from KarlJoad/octave-modules 2021-02-24 21:31:24 +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
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
e84bae2c1c
Merge pull request #113718 from Emantor/init/gpuvis
gpuvis: init at 20210220
2021-02-24 07:45:28 +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
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
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
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
davidak
550833b7f0
Merge pull request #113933 from Mic92/xmpppy
python2.pkgs.xmpppy: remove + dependent packages
2021-02-22 20:19:11 +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
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
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
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