Bastian Köcher
68e9d30d33
plasma-browser-integration: Init
2018-06-12 22:34:32 +02:00
Austin Seipp
5f116f189e
opae: init at 1.0.0
...
OPAE is a software toolchain and for integration and use of programmable
accelerators, currently supporting Intel Arria 10 and Stratix 10 FPGAs.
This package only contains the userspace software SDK tools and C
libraries -- not the OPAE Linux drivers.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-12 14:56:48 -05:00
Yurii Rashkovskii
f45fd23bd1
sit: 0.3.2 -> 0.4.0 ( #41863 )
2018-06-12 19:55:33 +02:00
Andrea Bedini
35191af2e6
aws-sam-cli: init at 0.3.0 ( #41877 )
2018-06-12 15:15:06 +02:00
Bastian Köcher
b785d4813e
qt5: 5.10 -> 5.11
...
This is the first time since 5.9 that we also update `qtwebkit`.
`qtwebkit` is not maintained by Qt anymore and thus, we switch to the
community port as for example arch has done. To prevent pulling in
single patches, we just stick to the latest git version.
2018-06-12 14:27:11 +02:00
Simon Lackerbauer
6fb9d1121a
gshogi: init at 0.5.1 ( #41840 )
2018-06-12 12:11:40 +02:00
aszlig
d1a2853933
pinentry: Fix .override for pinentry_*
...
When you evaluate nixos/tests/simple.nix, you'll run into an infinite
recursion since 41b140cb25
.
The reason is that udisks2 now pulls in gnupg because it now depends on
libblockdev, which in turn depends on volume_key and that depends on
gnupg.
Nevertheless, it's not the real reason, because this only means, that
since gnupg is now pulled into the closure of a basic nixos
configuration the real problem becomes visible:
In nixos/modules/config/no-x-libs.nix there is an overlay which does
something like this:
nixpkgs.overlays = singleton (const (super: {
pinentry = super.pinentry_ncurses;
}));
Now since pinentry_ncurses is already using pinentry.override we get an
infinite recursion because now the pinentry attribute refers to
pinentry_ncurses, which by itself is again referring to pinentry.
This is solved by using the self.pinentry.override instead, so that the
override used by pinentry_ncurses doesn't use the attribute from the
overlay.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
Signed-off-by: aszlig <aszlig@nix.build>
2018-06-11 20:58:58 +02:00
Matthew Bauer
1b46c4b2a4
click: fix locale in darwin
...
unixtools.locale is used
2018-06-11 14:47:48 -04:00
Izorkin
1705428cf9
mariadb galera: fix build ( #41813 )
2018-06-11 20:42:53 +02:00
Orivej Desh
fd97db43bc
pruneLibtoolFiles: init setup hook ( #41819 )
...
A .la file specifies linker flags to link with the library it describes. Its
"dependency_libs" field lists the libraries that this library depends upon.
This list often contains "-l" flags without corresponding "-L" flags. Many
packages in Nixpkgs deal with this in one of these ways:
- delete .la file [1]
- clear dependency_libs [2]
- add -L flags to dependency_libs [3]
- propagate dependencies [4]
Sometimes "dependency_libs" contain wrong "-L" flags pointing to the "dev"
output with headers rather than to the main output with libraries. They have to
be edited or deleted to reduce closure size [5].
Deleting .la files is often but not always safe [6]. Atomatically deleting as
many of them as possible is complex [7]. Deleting .la files that describe
shared rather than static libraries is probably safe; but clearing their
"dependency_libs" field achieves the same effect with less potential for
unintended consequences. This is the approach that may be enabled for all
Nixpkgs.
[1] 2a79d296d3
[2] c83a530985
[3] 9e0dcf3bd9
[4] 01134e698f
[5] f6c73f1e37
[6] https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Handling_Libtool_Archives
[7] https://github.com/gentoo/gentoo/blob/fb1f2435/eclass/ltprune.eclass
2018-06-11 18:11:02 +00:00
Izorkin
2f73a373db
asio: add old version 1.10.8 ( #41822 )
2018-06-11 20:03:09 +02:00
xeji
25398a90b1
Merge pull request #41723 from flokli/udisks-2.7.6
...
udisks 2.1.6 -> 2.7.6
2018-06-11 18:29:42 +02:00
Matthew Bauer
69f832d2ee
llvm: fix darwin cross bootstrapping cmake
...
Cmake needs to be listed as a build package for cross splicing to
work correctly.
2018-06-11 12:24:47 -04:00
Jan Tojnar
058b0e7a47
libblockdev: init at 2.17
2018-06-11 18:13:32 +02:00
Florian Klink
1034ef2193
libndctl: init at 60.3
2018-06-11 18:13:31 +02:00
Jan Tojnar
f78ca4715b
volume_key: init at 0.3.9
2018-06-11 18:13:31 +02:00
Jan Tojnar
6d4069964f
libbytesize: init at 1.3
2018-06-11 18:13:31 +02:00
Frank Doepper
ed657a98c7
nwipe: init at 0.24 ( #41664 )
...
* nwipe: init at 0.24
* nwipe: cleanup deps
2018-06-11 11:41:59 +02:00
Orivej Desh
63a5b85b2a
cctz: init at 2.2
2018-06-11 09:26:07 +00:00
Matthew Bauer
eca521aea7
libcanberra: supports darwin
2018-06-10 22:45:40 -04:00
Tim Steinbach
a444dcad03
linux-copperhead: LTS based on regular 4.14
2018-06-10 21:00:47 -04:00
Matthew Bauer
4b213588f9
ffmpeg: needs gcc
...
https://hydra.nixos.org/build/75640051/nixlog/2
2018-06-10 20:29:40 -04:00
Matthew Justin Bauer
83be4ee318
Merge pull request #41747 from MarcFontaine/unixcw
...
unixcw : init at 3.5.1
2018-06-10 19:07:17 -04:00
Tobias Happ
895e4c2687
dwm-status: init at 0.4.0 ( #41726 )
2018-06-11 00:24:13 +02:00
jraygauthier
1ef6d3fe62
tiscamera: Init at 0.9.1 ( #41738 )
2018-06-10 23:57:42 +02:00
Matthew Justin Bauer
01e165d073
Merge pull request #41788 from LumiGuide/fix-override-haskellPackages
...
haskell: fix overriding haskellPackages using haskell.packageOverrides
2018-06-10 17:35:55 -04:00
Izorkin
35ce5c1c8e
maxscale: init at 2.1.17 ( #33835 )
2018-06-10 22:50:36 +02:00
Ryan Mulligan
2c89b0585d
ssl-cert-check: init at 3.31 ( #41734 )
2018-06-10 22:06:27 +02:00
xeji
e76388a0ab
Merge pull request #41674 from woffs/loadwatch
...
loadwatch: init at 1.1
2018-06-10 20:54:00 +02:00
MarcFontaine
d2ea91a3db
unixcw : init at 3.5.1
2018-06-10 19:02:29 +02:00
Matthew Justin Bauer
7996889cf0
Merge branch 'master' into nixos-evaluate
2018-06-10 11:10:11 -04:00
Bas van Dijk
a601787e55
haskell: fix overriding haskellPackages using haskell.packageOverrides
...
Tested using:
$ nix-build -E '(import ./. { overlays = [(final : previous : { haskell = previous.haskell // { packageOverrides = self : super : {blablabla = super.scientific;};};})];}).haskellPackages.blablabla'
/nix/store/s75xbfhn88187jk8238h4ii2ap9kg4m2-scientific-0.3.6.2
2018-06-10 12:32:20 +02:00
Matthew Bauer
86e5595dda
spidermonkey: fix i686 error on 38
...
spidermonkey doesn’t compile correctly on i686 linux & gcc7. It gives
the error:
with gcc-7: undefined reference to `__divmoddi4'
2018-06-09 20:21:45 -04:00
Mario Rodas
d5ca8dea78
synapse-bt: fix darwin build
2018-06-09 17:14:38 -05:00
Matthew Justin Bauer
e8072de87e
Merge pull request #41354 from mulderr/master
...
odpic: init at 2.3.2
2018-06-09 17:07:06 -04:00
Jan Malakhovski
ee1550b763
hello-unfree: init at 1.0 ( #41763 )
...
Also add `version` attribute to GNU `hello` while we are at it.
2018-06-09 22:14:36 +02:00
Matthew Justin Bauer
622c997ffd
Merge pull request #41517 from alexfmpe/init-dylibbundler
...
dylibbundler: init
2018-06-08 10:03:48 -04:00
Jörg Thalheim
7212a6c130
Merge pull request #41194 from uri-canva/bazel-buildtools
...
Add Bazel buildtools
2018-06-08 13:55:51 +01:00
Alexandre Esteves
c7520b6670
dylibbundler: init
2018-06-08 13:37:53 +01:00
Frank Doepper
943625a62b
loadwatch: init at 1.1
2018-06-08 12:45:15 +02:00
Frederik Rietdijk
4dc7cc8cc7
Merge pull request #41259 from jyp/tf-1.7.1-bin
...
python.pkgs.tensorflow: wheel version
2018-06-07 11:27:39 +02:00
Peter Hoeg
b48af23d16
Merge pull request #41617 from peterhoeg/p/mssql
...
check-mssql-health: init at 2.6.4.14
2018-06-07 14:55:59 +08:00
Peter Hoeg
d5f37d1f2e
check-mssql-health: init at 2.6.4.14
2018-06-07 14:21:18 +08:00
Matthew Justin Bauer
ddd400baee
Merge pull request #41498 from tadfisher/docker-machine-kvm2
...
docker-machine-kvm2: init at 0.27.0
2018-06-06 21:28:44 -04:00
Matthew Justin Bauer
6dcef7ab46
Merge pull request #41568 from linc01n/fcitx-table-extra
...
fcitx-table-extra: init at 0.3.8
2018-06-06 21:27:34 -04:00
Matthew Justin Bauer
d6a97a524a
Merge pull request #41576 from MarcFontaine/xearth
...
xearth : init at 1.1
2018-06-06 21:27:09 -04:00
Matthew Justin Bauer
dc82e3efc5
Merge pull request #41190 from puffnfresh/package/obs-linuxbrowser
...
obs-linuxbrowser: init at 0.3.1
2018-06-06 21:24:03 -04:00
xeji
0c9ec4dfcf
Merge pull request #41578 from akru/master
...
parity: 1.9.7 -> 1.10.6 [SECURITY UPDATES]
2018-06-06 21:54:16 +02:00
lewo
2c3e53287d
Merge pull request #40666 from magnetophon/M32edit
...
m32edit and x32edit: init at 3.2
2018-06-06 21:12:13 +02:00
Alexander Krupenkin
c36101eac1
parity-beta: deinit
2018-06-06 15:43:48 +03:00
MarcFontaine
220d2637c1
xearth : init at 1.1
2018-06-06 14:34:00 +02:00
Lincoln Lee
be170030b9
fcitx-table-extra: init at 0.3.8
2018-06-06 18:10:19 +08:00
Orivej Desh
91e1ec684f
Merge branch 'master' into staging
...
* master: (63 commits)
tests.cc-wrapper: do not test sanitizers on darwin
nodePackages_8_x: Add nodejs (npm) to wrapper
python.pkgs.cairocffi: support darwin
osinfo-db: 20180514 -> 20180531 (#41532 )
pkcs11helper: 1.22 -> 1.23 (#41530 )
pmd: 6.3.0 -> 6.4.0 (#41529 )
renpy: 6.99.14.3 -> 7.0.0 (#41515 )
wireless-regdb: 2018.05.09 -> 2018.05.31 (#41502 )
gnuplot: 5.2.3 -> 5.2.4 (#41505 )
qrencode: 4.0.0 -> 4.0.1
Revert "libbsd: replace with nbcompat"
Revert "opendkim: fix libbsd dependency"
Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"
flent: fix fetchFromGitHub version
syncthing: 0.14.47 -> 0.14.48
pythonPackages.pykdtree: init at 1.3.0 (#41355 )
snd: 18.3 -> 18.4
bat: support darwin
faust2: fix build with llvm 5.0.2 (#40672 )
mc: 4.8.20 -> 4.8.21 (#41496 )
...
2018-06-06 08:08:22 +00:00
Orivej Desh
05fedecad9
Revert "libbsd: replace with nbcompat"
...
This reverts commit 480434f7ee
.
netbsd.compat does not provide include files that are provided by libbsd [1], and it
encumbers its transitive dependents with an obligatory include file that setups
BSD-compatible C environment [2].
[1] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394922277
[2] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394928845
2018-06-06 04:09:15 +00:00
Orivej Desh
f2682af9c9
Revert "opendkim: fix libbsd dependency"
...
This reverts commit b529dda3a1
.
2018-06-06 04:09:14 +00:00
Orivej Desh
13170a9694
Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"
...
This reverts commit 8b5ed12952
.
2018-06-06 04:09:11 +00:00
Tad Fisher
0ef083c020
docker-machine-kvm2: init at 0.27.0
2018-06-05 14:06:56 -07:00
leenaars
186675b06f
pdf-redact-tools: init -> 0.1.2 ( #41451 )
2018-06-05 22:31:08 +02:00
Yegor Timoshenko
eb79ad8ab4
Merge pull request #41492 from mrVanDalo/ctmg
...
ctmg: add 1.2
2018-06-05 22:09:07 +03:00
Fernando José Pando
3cc263ea13
opendune: init at 0.9 ( #41415 )
2018-06-05 20:39:24 +02:00
Ingolf Wagner
2a0ec8b445
ctmg: add 1.2
2018-06-05 19:29:34 +02:00
Matthieu Coudron
8981cb7b68
owamp: init at 3.5.6
...
A tool for performing one-way active measurements.
https://github.com/perfsonar/owamp
This is the reference implementation for the IETF rfc
https://tools.ietf.org/html/rfc4656
2018-06-05 22:15:06 +09:00
Uli Baum
f44c16401e
s-tar: fix eval error
...
Fixes #41479
2018-06-05 13:43:28 +02:00
Jörg Thalheim
1d1a4bfb39
Merge pull request #41242 from yrashk/powershell
...
PowerShell: init at 6.0.2
2018-06-05 09:05:20 +01:00
Orivej Desh
d1ebf508f5
Merge branch 'master' into staging
...
* master:
Revert "vinagre: disable format hardening"
nix: point at curl 7.59.0 (#41452 )
vinagre: disable format hardening
linux: Add 4.17
gnome3.vinagre: fix build
linux-copperhead: 4.16.12.a -> 4.16.13.a
julia: add some version info to passthru, will be used by julia2nix
gdal: Fix darwin build
opendkim: fix libbsd dependency
avoid redundant rm calls
perlPackages.CPANPLUS: add cpanp dependency
plotutils: fix parallel building
nixos/gitea: Respect gitea-dump enable option. (#41437 )
kubernetes: corrected spelling mistake in docs (#41439 )
python.pkgs.trustme: fix python2 build
revert 4a86f8c9ab
and properly remove the temporary ssh host keys file/directory.
2018-06-04 22:43:03 +00:00
Tim Steinbach
5574df3549
nix: point at curl 7.59.0 ( #41452 )
2018-06-04 22:25:23 +00:00
Yurii Rashkovskii
7e6d315a89
PowerShell: init at 6.0.2
2018-06-04 15:12:11 -07:00
Matthew Justin Bauer
90f5c54248
Merge pull request #41443 from tkerber/opendkim/libbsd
...
opendkim: fix libbsd dependency
2018-06-04 17:10:52 -04:00
Tim Steinbach
39444569e0
linux: Add 4.17
2018-06-04 14:12:03 -04:00
Tim Steinbach
5c4a404b0d
linux-copperhead: 4.16.12.a -> 4.16.13.a
2018-06-04 10:22:39 -04:00
Thomas Kerber
b529dda3a1
opendkim: fix libbsd dependency
2018-06-04 13:06:54 +01:00
Orivej Desh
4869ddf883
Merge branch 'master' into staging
...
* master: (26 commits)
python.pkgs.cairocffi: update tests for Cairo 1.15.12
python.pkgs.cairocffi: 0.8.0 -> 0.8.1
freecell-solver: fix build
perlPackages.CPANPLUS: restore build inputs removed in #41394
Fix GHCJS 8.4/8.2 in sandboxed builds (#41411 )
dockerTools.pullImage: expose image* attributes (#41366 )
rust: disable tests on darwin
python.pkgs.detox: 0.11 -> 0.12
certbot: disable check on darwin
freeimage: fix build with glibc 2.27
shadowsocks-libev: supports darwin (#41421 )
pythonPackages.jira: fix build (#41419 )
SDL: propagate libiconv
schema2ldif: Init at 1.3
nixos/exim: Add unit restart trigger (#41418 )
Add myself as maintainer for dnsdist
Add myself as maintainer
synapse-bt: init at 2018-06-04 (#41402 )
skim: 0.3.2 -> 0.4.0 (#41417 )
ctags: fix source url (#41382 )
...
2018-06-04 03:50:03 +00:00
xeji
ca11e5acfa
Merge pull request #41424 from dasJ/schema2ldif
...
schema2ldif: Init at 1.3
2018-06-03 22:10:47 +02:00
Janne Heß
f569a0a684
schema2ldif: Init at 1.3
2018-06-03 21:39:06 +02:00
Vladyslav M
e92c428593
synapse-bt: init at 2018-06-04 ( #41402 )
2018-06-03 19:10:38 +02:00
xeji
e4ad5639c0
Merge pull request #41139 from Moredread/freecad-0.17
...
freecad: 0.16.6712 -> 0.17
2018-06-03 18:29:43 +02:00
Will Dietz
587b1b77f2
boost 1.67 ( #41258 )
2018-06-03 12:18:25 +00:00
Vladimír Čunát
448d7d648d
Merge branch 'staging'
...
It's only half-rebuilt on Hydra, but it brings a security fix.
2018-06-03 13:52:13 +02:00
Jörg Thalheim
b240ab11ae
Merge pull request #41350 from Mic92/godep
...
godep: remove in favor of dep
2018-06-03 11:39:38 +01:00
Peter Hoeg
33ff34f3a2
pulseaudio-ctl: init at 1.66
2018-06-03 15:51:56 +08:00
Michael Raskin
8b5ed12952
libbsd-freedesktop: re-init at 0.9.1, use for samba
...
a partial rollback of #41320
samba is already Linux-only because of acl, and it is unclear what the
problem is with upstream netbsd-compat.
2018-06-02 16:15:38 +02:00
Joachim F
ae512f2d8e
Merge pull request #34886 from leenaars/mortyproxy
...
morty: init -> 0.2.0
2018-06-02 10:26:09 +00:00
Francesco Gazzetta
b25c25170d
zeronet: init at 0.6.2 ( #40883 )
2018-06-02 11:01:01 +02:00
Vladyslav M
9290905b3a
adobe_flex_sdk: 4.0.0.14159 -> apache-flex-sdk: 4.16.1 ( #41257 )
2018-06-02 10:44:24 +02:00
Justin Humm
4d88c022d0
mapmap: init at 0.6.1 ( #41228 )
...
The Nix package currently doesn't support video textures, just still images.
When I figure out why video textures don't work I will provide a fix.
2018-06-02 10:06:28 +02:00
Matthew Justin Bauer
bc7ea93a47
Merge pull request #40028 from WilliButz/add-dnsmasq-exporter
...
prometheus-dnsmasq-exporter: init at 2018-05-05, add module
2018-06-01 23:18:49 -04:00
Matthew Justin Bauer
0135f04d77
Merge pull request #40242 from gnidorah/gvt
...
linux: enable support for iGVT-g VGPU
2018-06-01 23:14:35 -04:00
Matthew Justin Bauer
e3647d769b
Merge pull request #40611 from CrazedProgrammer/urn
...
urn: init at 0.7.1
2018-06-01 23:11:31 -04:00
Matthew Justin Bauer
3faed86d92
Merge pull request #40712 from aespinosa/hadoop
...
hadoop: 2.2.0 -> 2.7.6, 2.8.6, 2.9.1, 3.0.2, 3.1.0
2018-06-01 23:11:09 -04:00
Orivej Desh
97f6be5c90
subversion_1_10: init at 1.10.0 ( #41383 )
2018-06-02 02:50:38 +00:00
Matthew Justin Bauer
0241c2c8b1
Merge pull request #41148 from manveru/add-mint-lang
...
Mint-lang: Init at 2018.05.27
2018-06-01 21:12:51 -04:00
Matthew Justin Bauer
3507fcfbdb
Merge pull request #41287 from phryneas/package/barrier
...
barrier: init at 2.1.1
2018-06-01 20:51:49 -04:00
Jörg Thalheim
85a7b75faa
dep2nix: init at 0.0.1 ( #41352 )
2018-06-01 23:02:24 +02:00
Vincent Laporte
33a418e2e6
opaline: init at 0.3.1 ( #41346 )
...
Opaline is a lightweight replacement for opam-installer.
Homepage: https://github.com/jaapb/opaline
2018-06-01 21:29:53 +02:00
Tad Fisher
61cec46f78
adapta-kde-theme: init at 20180512 ( #41217 )
2018-06-01 21:22:57 +02:00
John Ericson
7a2dd97569
Merge pull request #41320 from matthewbauer/bsd-switch
...
Switch Nixpkgs to using more NetBSD stuff for MUSL
2018-06-01 13:27:59 -04:00
Tuomas Tynkkynen
e864247f08
Merge branch 'plat-fix-for-merge-2' into master
2018-06-01 20:08:08 +03:00
Jörg Thalheim
6d1a45c7fb
Merge pull request #35482 from fgaz/kenta-cho
...
init bulletml and rrootage
2018-06-01 15:50:27 +01:00
Francesco Gazzetta
f78f2e1017
rrootage: init at 0.23a
2018-06-01 14:34:22 +02:00
Francesco Gazzetta
548277d0c7
bulletml: init at 0.0.6
2018-06-01 14:34:14 +02:00