Commit Graph

37606 Commits

Author SHA1 Message Date
Matthew Bauer
aea65fe799
Merge pull request #41431 from lukeadams/gr-update
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Matthew Bauer
45d120d42b
Merge pull request #39849 from teto/mptcp94
linux_mptcp: 0.93 -> 0.94
2018-06-28 20:38:41 -04:00
Matthew Bauer
9fcc63abb5 libcCross: Use correct libSystem 2018-06-28 16:01:29 -04:00
Matthew Bauer
a44d33aac1
Merge pull request #42669 from obsidiansystems/upstream-plist
Upstream PLIST handling
2018-06-28 15:26:31 -04:00
xeji
c2eb9b4bde
Merge pull request #42668 from mnacamura/feedgnuplot
feedgnuplot: init at 1.49
2018-06-28 18:03:41 +02:00
Matthew Bauer
40f4b67302 libcCrossChooser: fix xcode eval
it should be targetPackages.darwin.iosSdkPkgs.libraries
2018-06-28 10:24:09 -04:00
Kevin Liu
cb303b8074 firebird-emu: init at 1.4 (#42663)
* firebird-emu: init at 1.4

* firebird-emu: limit platform to linux

Other platforms fail to compile currently.
2018-06-28 12:47:36 +02:00
Mitsuhiro Nakamura
6262034036 feedgnuplot: init at 1.49 2018-06-28 12:21:54 +09:00
Silvan Mosberger
ed533ba946 shadowfox: init at 1.5.2 (#42313) 2018-06-27 23:57:14 +02:00
Matthew Bauer
bceb29f177 unixtools: add killall 2018-06-27 16:45:52 -04:00
Greg Hale
98c1ad879a pHash: init at 0.9.4 (#42546)
Fix style and redundancy issues pointed out by @jb55
2018-06-27 22:22:52 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Matthew Bauer
c672e37f4a xcbuild: rework to use lib.PLIST
This is a good way to test that plist works.

Sorry for the large diff. There are a bunch of cleanups in here that
needed to be done. Should make it possible to use in cross
compilation.
2018-06-27 15:36:00 -04:00
AndersonTorres
8f5f387475 skribilo: init at 0.9.4 2018-06-27 15:23:20 -03:00
AndersonTorres
49008f9c71 guile-reader: init at 0.6.2 2018-06-27 15:23:20 -03:00
Johannes Frankenau
916dc592d4 tvbrowser-bin: init at 4.0.1 (#42620) 2018-06-27 20:08:03 +02:00
Peter Hoeg
a0c36e9f18 amarok: 2.8.91-20170228 -> 2.9.0-20180618
Also:
 - make kf5 version default
 - drop kdelibs4
2018-06-27 12:19:03 +08:00
Benjamin Saunders
cb2921c839 vulkan-tools: init at 1.1.77.0 2018-06-26 20:38:02 -07:00
Benjamin Saunders
07396a6145 vulkan-validation-layers: init at 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders
879145e1f7 vulkan-headers: init at 1.1.77.0 2018-06-26 20:38:00 -07:00
Paul Myjavec
57183eef63 saml2aws: init at 2.6.1
Adds a new package, saml2aws, a CLI tool for managaing AWS logins via
SAML. For more information see https://github.com/Versent/saml2aws.

* Add nix expression to build the package.
* Add myself as a maintainer.
2018-06-27 09:59:04 +09:00
Luke Adams
b64932fabe gnuradio: 3.7.11.1 -> 3.7.13.3
* also add mako input (cheetah will be removed in GR3.8)
2018-06-26 17:04:43 -05:00
Vincent Laporte
c647ca8180
ocamlPackages.cmdliner: remove at 0.9.8 2018-06-26 20:14:57 +00:00
Vincent Laporte
ed1bbae4db
ocamlPackages.ocp-indent: remove at 1.5.2 2018-06-26 20:14:57 +00:00
Vincent Laporte
06158033f2
ocamlPackages.ocp-index: use up-to-date ocp-indent 2018-06-26 20:14:57 +00:00
Vincent Laporte
db8f874da8
ocamlPackages.ocp-indent: fix attribute name (from ocpIndent) 2018-06-26 20:14:57 +00:00
Vincent Laporte
fd018bdadd
ocamlPackages.ocp-build: remove spurious dependency to camlp4
Change attribute name from “ocpBuild” to “ocp-build”.
2018-06-26 20:14:57 +00:00
Tad Fisher
3c5e7e2ae4 jd-gui: 0.3.5 -> 1.4.0 2018-06-26 12:21:16 -07:00
Robert Schütz
352995d79b
Merge pull request #42052 from makefu/pkgs/python-forecastio/init
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 20:22:38 +02:00
symphorien
d85aae2323 agedu: init at 20180522.5b12791 (#42538) 2018-06-26 20:06:16 +02:00
makefu
ecac42bd87
pythonPackages.python-forecastio: init at 1.4.0 2018-06-26 18:35:04 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji
a627399a84
Merge pull request #42567 from vbgl/ocaml-psmt2-frontend
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-26 17:00:37 +02:00
Matthew Justin Bauer
e4d9ce9061
Merge pull request #42599 from obsidiansystems/xcodever-in-system
xcode: add xcodePlatform to system
2018-06-26 10:56:57 -04:00
Chris Hodapp
b2831de441 yafaray-core: init at v3.3.0 2018-06-26 09:52:27 -04:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
volth
ea946b0611 perlPackages: add meta.broken = true; (#42595)
mark old and unmaintained by upstream packages as broken
2018-06-26 12:12:14 +02:00
volth
f51c256314 perlPackages.MHonArc: fix build (#42593) 2018-06-26 12:09:22 +02:00
volth
9f220ebf76 perlPackages.PathTools: 3.47 -> 3.74 (#42591) 2018-06-26 12:08:44 +02:00
xeji
bf68e93cfb
Merge pull request #42587 from volth/patch-160
perl-packages.nix: duplicate packages -> aliases
2018-06-26 12:07:21 +02:00
Sebastien Maret
8603f343a3 gildas: init at 201806_a 2018-06-26 11:09:45 +02:00
lassulus
7b4cf6b8e7 lief: init at 0.9.0 2018-06-26 07:41:10 +02:00
Matthew Bauer
0bfffbc5e1 xcode: add xcodePlatform to system
This give us a little bit more control over what target we are using.
Eventually we can target other things like WatchOS or MacOS.
2018-06-25 22:18:23 -04:00
Matthew Justin Bauer
c16eb04425
Merge pull request #42399 from obsidiansystems/xcodever-in-system
xcode: add xcodeVer to system
2018-06-25 21:59:01 -04:00
Matthew Bauer
9b0b31d981 xcode: add xcodeVer to system
This version number controls which xcode version to use when building
cross to iOS.
2018-06-25 21:57:24 -04:00
volth
3be343d340
perl-packages.nix: duplicate packages -> aliases 2018-06-25 23:34:53 +00:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
volth
460b994303
perl-packages.nix: duplicate packages -> aliases 2018-06-25 22:18:34 +00:00
Matthew Bauer
31eac6fd00 impure.nix: fix handling of localSystem
If we passed a localSystem in, we don’t want the current system to
override it. Now we check for localSystem first to avoid getting
"mixed" localSystem values from commands like this:

  nix-build --arg localSystem '{config="x86_64-unknown-linux-musl";}' -A hello

Which would eventually evaluate localSystem to this:

{
  config = "x86_64-unknown-linux-musl";
  system = "x86_64-darwin";
}

& Nix would not be able to run it correctly.

Fixes #41599

/cc @Ericson2314
2018-06-25 17:13:02 -04:00
William Casarin
5d99d322e9 clightning: init at 0.6
c-lightning is a standard compliant implementation of the Lightning
Network protocol. The Lightning Network is a scalability solution for
Bitcoin, enabling secure and instant transfer of funds between any two
parties for any amount.
2018-06-25 11:56:09 -07:00
Tuomas Tynkkynen
d92f73e8db rocket: Init at 2018-06-09 2018-06-25 19:22:25 +03:00
lewo
39615dcfbc
Merge pull request #42010 from nlewo/pr-skydive
skydive: init at 0.17.0
2018-06-25 18:09:28 +02:00
Michiel Leenaars
6056c06721 krop: init -> 0.5.0 2018-06-25 17:07:24 +02:00
Markus Ankenbrand
851ab7f323 hmmer: init at 3.1b2 2018-06-25 16:56:21 +02:00
Vincent Laporte
ec81355c8d
ocamlPackages.psmt2-frontend: init at 0.1 2018-06-25 13:38:55 +00:00
volth
dd366701ce perl528: init at 5.28.0 2018-06-25 13:33:09 +00:00
Benjamin Hipple
6e146c3700 pythonPackages.plaid-python: init at 2.3.0 (#42530)
* pythonPackages.plaid-python: init at 2.3.0

* Run unit tests with py.test
2018-06-25 15:05:47 +02:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
xeji
104194f641
Merge pull request #42541 from flokli/casync
casync: init at 2-152-ge4a3c5e
2018-06-25 13:17:48 +02:00
Frederik Rietdijk
2cf8dd3e4e python.pkgs.psutil_1: remove unused package 2018-06-25 11:46:12 +02:00
Frederik Rietdijk
7c9d95fef5 python37: init at 3.7.0rc1 2018-06-25 10:41:32 +02:00
Florian Klink
0ee0582a8f casync: init at 2-152-ge4a3c5e 2018-06-25 03:22:49 +02:00
Kevin Liu
3a1033c6d9 autokey: init at 0.94.1 (#42355) 2018-06-25 00:25:14 +02:00
xeji
683005a858
Merge pull request #42385 from caugner/php-apcu-5.1.11
phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
2018-06-24 22:06:56 +02:00
Claas Augner
6d58b9b868 phpPackages.psysh: init at 0.9.6 (#42377) 2018-06-24 22:01:04 +02:00
Claas Augner
3f32f7ab98 phpPackages.imagick: 3.4.3RC1 -> 3.4.3 (#42384) 2018-06-24 21:55:48 +02:00
Chris Hodapp
ec73f89a55 structure-synth: init at v1.5 2018-06-24 15:36:07 -04:00
xeji
c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0 2018-06-24 17:55:34 +02:00
Michael Raskin
7e3db3490e libreoffice: cleanup and update
1. For some reason libreoffice-still was still referencing the Fresh
expression.

2. Moved gdb from buildInputs to nativeBuildInputs.

3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove 2018-06-24 16:10:33 +02:00
Daiderd Jordan
4cd108043c
Merge pull request #42424 from LumiGuide/remove-deprecated-postage
pgmanage: remove deprecated postage alias
2018-06-24 13:19:18 +02:00
Profpatsch
9c1edbddee unvanquished: remove
Hasn’t been building or upgraded since 2015:
https://github.com/NixOS/nixpkgs/issues/9781
2018-06-24 01:51:16 +02:00
Frederik Rietdijk
fc4ab420d9
Merge pull request #40959 from alexvorobiev/clustershell
pythonPackages.clustershell: init at 1.8
2018-06-23 18:29:20 +02:00
Kevin Rauscher
ead58d100d bloop: init at 1.0.0-M11 2018-06-23 18:25:44 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
8cfa9cc66c Merge master into staging 2018-06-23 18:14:03 +02:00
Frederik Rietdijk
eb195041d5
Merge pull request #42335 from Assassinkin/seekpath
pythonPackages.seekpath: init at 1.8.1
2018-06-23 18:08:02 +02:00
Frederik Rietdijk
4df1161ea4
Merge pull request #42367 from Assassinkin/monty
pythonPackages.monty: init at 1.0.2
2018-06-23 18:05:04 +02:00
Will Dietz
19ef534fbb
Merge pull request #41762 from tilpner/appimage-run
appimage-run: init
2018-06-23 07:23:08 -05:00
Frederik Rietdijk
1106d872ae
Merge pull request #42421 from bandresen/python-periphery
pythonPackages.python-periphery: init at 1.1.1
2018-06-23 13:53:29 +02:00
Ryan Mulligan
0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Bas van Dijk
68fa306be6 pgmanage: remove deprecated postage alias
The following has been removed:

* The `services.postage` alias for the `services.pgmanage` module
* The `postage` alias for the `pgmanage` package
2018-06-23 13:32:13 +02:00
Benjamin Andresen
1dcee7a162 pythonPackages.python-periphery: init at 1.1.1 2018-06-23 13:18:20 +02:00
volth
a8a94f27c0 [cpan2nix] perlPackages.CatalystXScriptServerStarman: 0.02 -> 0.03 2018-06-23 10:17:03 +00:00
volth
e79546bb5e [cpan2nix] perlPackages.TestPAUSEPermissions: 0.06 -> 0.07 2018-06-23 10:16:37 +00:00
volth
a295195778 [cpan2nix] perlPackages.DateTimeLocale: 1.20 -> 1.22 2018-06-23 10:15:46 +00:00
volth
bb4c4cb745 [cpan2nix] perlPackages.LocaleTextDomainOOUtil: 3.008 -> 4.001 2018-06-23 10:15:07 +00:00
volth
d8ecb6a39d [cpan2nix] perlPackages.LWP: 6.33 -> 6.34 2018-06-23 10:15:07 +00:00
volth
95230dacc7 [cpan2nix] perlPackages.JSONWebToken: cleanup 2018-06-23 10:15:02 +00:00
volth
45a46d1098 [cpan2nix] perlPackages.PPIxRegexp: 0.059 -> 0.060 2018-06-23 10:15:00 +00:00
volth
a55809cc5b [cpan2nix] perlPackages.ClassLoad: 0.24 -> 0.25 2018-06-23 10:14:51 +00:00
volth
94505757fd [cpan2nix] perlPackages.ArchiveTarWrapper: 0.24 -> 0.27 2018-06-23 10:14:40 +00:00
volth
c9a712336e [cpan2nix] perlPackages.HTTPMessage: 6.16 -> 6.18 2018-06-23 10:14:32 +00:00
volth
bc3d7011b8 [cpan2nix] perlPackages.CPANPLUS: 0.9174 -> 0.9176 2018-06-23 10:14:25 +00:00
volth
af67ef0347 [cpan2nix] perlPackages.FileMimeInfo: cleanup 2018-06-23 10:13:59 +00:00
volth
b22545f1f4 [cpan2nix] perlPackages.DevelNYTProf: 6.05 -> 6.06 2018-06-23 10:13:57 +00:00
volth
8738816096 [cpan2nix] perlPackages.TestYAML: 1.06 -> 1.07 2018-06-23 10:13:45 +00:00