Commit Graph

37173 Commits

Author SHA1 Message Date
Uri Baghin
274bb96073 bazel: add darwin support 2018-06-12 23:23:51 -04: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
Frederik Rietdijk
a8765ad7b5
Merge pull request #41839 from Assassinkin/deap
pythonPackages.deap: init at 1.2.2
2018-06-12 18:25:22 +02:00
Andrea Bedini
35191af2e6 aws-sam-cli: init at 0.3.0 (#41877) 2018-06-12 15:15:06 +02:00
Simon Lackerbauer
6fb9d1121a gshogi: init at 0.5.1 (#41840) 2018-06-12 12:11:40 +02:00
Jörg Thalheim
da8920622a
Merge pull request #41837 from Assassinkin/pynisher_1
pythonPackages.pynisher: init at 0.4.2
2018-06-12 10:58:40 +01:00
Frederik Rietdijk
cfdab10bb9
Merge pull request #41862 from Assassinkin/spglib
pythonPackages.spglib: init at 1.10.3.65
2018-06-12 11:44:07 +02:00
nagato.pain
184c31323c pythonPackages.spglib: init at 1.10.3.65 2018-06-11 14:05:07 -07:00
John Ericson
812decd5c1 ghc: Default integer-simple usage based one whether GNU MP is available
The user's choice is still always respected
2018-06-11 15:51:57 -04:00
nagato.pain
fb7f515be7 pythonPackages.pynisher: init at 0.4.2 2018-06-11 12:25:00 -07:00
nagato.pain
c8cc418b8d pythonPackages.deap: init at 1.2.2 2018-06-11 12:21:52 -07: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
Tobias Happ
a176f5e702 pythonPackages.pdf2image: init at 0.1.13 (#41741) 2018-06-11 20:01:01 +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
Matthew Justin Bauer
55282f339b
unix-tools: add glibc 2018-06-11 11:19:31 -04:00
Robert Schütz
1b452e46ac
Merge pull request #41474 from andreabedini/aws-sam-translator
pythonPackages.aws-sam-translator: init at 1.5.4
2018-06-11 16:53:03 +02:00
Andrea Bedini
b7a6dbec9c pythonPackage.aws-sam-translator: init -> 1.5.4 2018-06-11 21:15:39 +08: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
Jörg Thalheim
053f927e63
Merge pull request #41821 from volth/patch-150
perlPackages.JSON: fix cross-compilation
2018-06-11 10:33:00 +01:00
Orivej Desh
63a5b85b2a cctz: init at 2.2 2018-06-11 09:26:07 +00:00
volth
7f3db0dd72
perlPackages.JSON: fix cross-compilation 2018-06-11 07:46:04 +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
Frederik Rietdijk
2114e15171
Merge pull request #41804 from Assassinkin/python-hosts
pythonPackages.python-hosts: init at 0.4.1
2018-06-10 20:25:10 +02:00
nagato.pain
95120f5109 pythonPakchages.python-hosts: init at 0.4.1 2018-06-10 11:04:20 -07:00
MarcFontaine
d2ea91a3db unixcw : init at 3.5.1 2018-06-10 19:02:29 +02:00
Pascal Wittmann
95a8cb3ade
init perlPackages.GetoptArgvFile at 1.11 2018-06-10 18:40:21 +02:00
Pascal Wittmann
ee1faf5881
init perlPackages.SysMemInfo 0.99 2018-06-10 18:30:44 +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
Robert Helgesson
f0bfa9de83
pythonPackages.PyICU: 1.9.7 -> 2.0.3 2018-06-10 12:22:26 +02:00
Frederik Rietdijk
1fdc5a9f0f
Merge pull request #41681 from Assassinkin/ansicov
pythonPackages.ansiconv: init at 1.0.0
2018-06-10 10:14:27 +02:00