Travis A. Everett
28f68fd831
bashup-events: init at it's-complicated
2021-01-18 12:51:05 -06:00
Anderson Torres
0972bbc12d
Merge pull request #108445 from AndersonTorres/updates
...
Misc updates
2021-01-05 11:54:15 -03:00
AndersonTorres
cd3271e5b9
libstrophe: 0.10.0 -> 0.10.1
2021-01-05 09:47:29 -03:00
Doron Behar
a334367ecd
Merge pull request #107286 from doronbehar/pkg/octave/sundials
2021-01-05 08:26:19 +02:00
John Ericson
4a6916aba3
Merge pull request #108350 from Ericson2314/no-static-overlay
...
treewide: Inline more of the static overlay
2021-01-04 22:30:00 -05:00
Sandro
f53c431645
Merge pull request #108379 from SuperSandro2000/cleanups
2021-01-05 02:19:24 +01:00
Doron Behar
442f1ec54d
sundials: reorder attributes
...
Per
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md
2021-01-04 23:00:20 +02:00
Doron Behar
12c9f363f4
sundials: Split outputs for examples
2021-01-04 22:59:13 +02:00
Doron Behar
da3f98c5c5
sundials: 5.3.0 -> 5.6.1
...
Update some cmake flags and be more explicit regarding index size.
2021-01-04 22:58:56 +02:00
Sandro
06c9dbcece
Merge pull request #108247 from symphorien/paperwork-next
2021-01-04 16:41:05 +01:00
Sandro Jäckel
9932103ead
ngt: use stdenv.hostPlatform.avxSupport, cleanup
2021-01-04 11:02:15 +01:00
Bernardo Meurer
d14652cee3
Merge pull request #108317 from flokli/umockdev-0.15.4
...
umockdev: 0.15.2 -> 0.15.4
2021-01-03 23:39:10 +00:00
John Ericson
5c2965145f
treewide: Inline more of the static overlay
...
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
Florian Klink
bdd15d2a55
umockdev: 0.15.2 -> 0.15.4
2021-01-03 21:51:47 +01:00
John Ericson
b3f29f3817
Merge pull request #107238 from Ericson2314/no-static-overlay
...
treewide: Start to break up static overlay
2021-01-03 15:15:49 -05:00
Thomas Tuegel
73a76de9d7
Merge pull request #107948 from eliasp/akonadi-kaccounts
...
akonadi: add missing kaccounts deps
2021-01-03 14:05:49 -06:00
John Ericson
f52263ced0
treewide: Start to break up static overlay
...
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.
CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Michael Weiss
6681661989
libmd: 1.0.1 -> 1.0.3
2021-01-03 18:58:43 +01:00
Pavol Rusnak
4d0e996b71
Merge pull request #108303 from siraben/codec2-darwin
...
codec2: enable build on unix
2021-01-03 13:24:52 +01:00
Joe Hermaszewski
cbc4bd9971
vulkan: 1.2.141 -> 1.2.162
...
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
Ben Siraphob
c8f70e0e97
codec2: enable build on unix
2021-01-03 17:15:53 +07:00
Thomas Tuegel
9c04596480
qtlocation: backport upstream patch for recent GCC
2021-01-03 10:00:18 +01:00
github-actions[bot]
bc30d1eb34
Merge master into staging-next
2021-01-03 00:56:46 +00:00
Lassulus
a460b167f4
Merge pull request #107058 from ShamrockLee/pslib
...
pslib: Init at 0.4.6
2021-01-02 21:17:17 +01:00
Guillaume Girol
d1d328882e
libinsane: 1.0.8 -> 1.0.9
2021-01-02 19:08:54 +01:00
Shamrock Lee
c5c2855647
pslib: Init at 0.4.6
...
pslib is a C-libreary to create PostScript files.
If applied, other nix package (e.g. the in-progress GNU Data Language)
with such dependency can be packaged easier.
2021-01-03 02:04:55 +08:00
github-actions[bot]
ec161d2240
Merge master into staging-next
2021-01-02 12:24:09 +00:00
Thomas Tuegel
ff47554518
Merge pull request #107472 from CertainLach/increase-kdeinit-environ-limit
...
kinit: increase environment limit
2021-01-02 05:42:00 -06:00
Thomas Tuegel
eed06a0da9
Merge pull request #107898 from SuperSandro2000/qtwebkit-darwin
...
qt514.qtwebkit: Fix patch applying
2021-01-02 05:40:09 -06:00
Florian Klink
6221782074
Merge pull request #108173 from flokli/cross-compile-nixos-sd
...
Fix NixOS cross-compilation SD Image
2021-01-02 11:03:45 +01:00
Sandro
56bb1b0f7a
Merge pull request #107863 from SuperSandro2000/properties-cpp-buildinputs
...
properties-cpp: move cmake, pkg-config to nativeBuildInputs, clean up
2021-01-02 10:49:41 +01:00
Frederik Rietdijk
e48db707e4
Merge master into staging-next
2021-01-02 08:49:09 +01:00
Florian Klink
4f087a608e
polkit: don't build with gobject-introspection when cross-compiling
...
gobject-introspection doesn't currently cross-compile (see
https://github.com/NixOS/nixpkgs/pull/88222 ), but polkit is somewhat
essential for many system components.
By disabling gobject-introspection when cross-compiling, we get it to
build.
2021-01-01 23:11:53 +01:00
Thomas Tuegel
43939ba8a8
Merge pull request #108115 from ttuegel/qt-5.12-darwin
...
qt512: fix darwin patches
2021-01-01 14:51:50 -06:00
Sandro
988e83bfd7
Merge pull request #107632 from vs49688/fffix
2021-01-01 19:54:15 +01:00
Michael Weiss
33f91ea7b6
aml: 0.1.0 -> 0.2.0
2021-01-01 19:53:14 +01:00
github-actions[bot]
c0a9361687
Merge master into staging-next
2021-01-01 18:39:09 +00:00
Ben Darwin
0fd1192132
itk: 5.1.1 -> 5.1.2 ( #107502 )
2021-01-01 12:59:14 -05:00
Dmitry Kalinkin
8bee208bf8
Merge pull request #107335 from veprbl/pr/root_6_20_08
...
root: 6.18.04 -> 6.22.06, don't build vendored LLVM
2021-01-01 12:28:37 -05:00
Thomas Tuegel
54fff8407b
qt512.qtwebengine: update darwin patches
2021-01-01 07:58:34 -06:00
github-actions[bot]
0fe33caad3
Merge master into staging-next
2021-01-01 12:25:52 +00:00
Robert Helgesson
9ce91be010
lombok: add bin output with lombok wrapper script
...
The wrapper can be used, e.g., to run the delombok command.
2021-01-01 13:13:10 +01:00
Lassulus
88439304c6
Merge pull request #107199 from mcbeth/qrcodegen
...
qrcodegen: init at 1.6.0
2021-01-01 12:32:40 +01:00
Thomas Tuegel
a61f20e418
qt512: fix build on darwin
2021-01-01 05:32:19 -06:00
Zane van Iperen
6a4695b758
ffmpegthumbnailer: enable generation of thumbnailer file, misc cleanups
...
Passing "-DENABLE_THUMBNAILER=ON" to CMake causes it to install
"ffmpegthumbnailer.thumbnailer" into /share/thumbnailers, making it
actually usable with desktop environments.
Cleanups:
- remove trailing whitespace
- change pkgconfig -> pkg-config
- change license from gpl2 to gpl2Plus
2021-01-01 12:52:29 +10:00
github-actions[bot]
999c670119
Merge master into staging-next
2021-01-01 00:56:14 +00:00
Lassulus
1811a07daa
Merge pull request #107065 from magnetophon/geonkick
...
geonkick: 2.5.1 -> 2.6.1
2021-01-01 00:45:27 +01:00
Sandro
864a2f9aaa
Merge pull request #108075 from sikmir/qtpbfimageplugin
...
qtpbfimageplugin: 2.2 → 2.3
2020-12-31 21:53:08 +01:00
Nikolay Korotkiy
9950f40529
qtpbfimageplugin: 2.2 → 2.3
2020-12-31 23:28:52 +03:00
github-actions[bot]
5dffe03f30
Merge master into staging-next
2020-12-31 18:42:41 +00:00