summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #42052 from makefu/pkgs/python-forecastio/initRobert Schütz2018-06-26
|\ | | | | pythonPackages.python-forecastio: init at 1.4.0
| * pythonPackages.python-forecastio: init at 1.4.0makefu2018-06-26
| |
* | agedu: init at 20180522.5b12791 (#42538)symphorien2018-06-26
| |
* | Merge pull request #42586 from Ma27/phonon-qt5-by-defaultxeji2018-06-26
|\ \ | | | | | | phonon-backend-vlc: use qt5 by default
| * | phonon-backend-vlc: use qt5 by defaultMaximilian Bosch2018-06-26
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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`.
* | Merge pull request #42567 from vbgl/ocaml-psmt2-frontendxeji2018-06-26
|\ \ | | | | | | ocamlPackages.psmt2-frontend: init at 0.1
| * | ocamlPackages.psmt2-frontend: init at 0.1Vincent Laporte2018-06-25
| | |
* | | Merge pull request #42599 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-26
|\ \ \ | | | | | | | | xcode: add xcodePlatform to system
| * | | xcode: add xcodePlatform to systemMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | This give us a little bit more control over what target we are using. Eventually we can target other things like WatchOS or MacOS.
* | | | Merge pull request #42565 from Lassulus/liefxeji2018-06-26
|\ \ \ \ | | | | | | | | | | lief: init at 0.9.0
| * | | | lief: init at 0.9.0lassulus2018-06-26
| | |/ / | |/| |
* | | | perlPackages: add meta.broken = true; (#42595)volth2018-06-26
| | | | | | | | | | | | mark old and unmaintained by upstream packages as broken
* | | | perlPackages.MHonArc: fix build (#42593)volth2018-06-26
| | | |
* | | | perlPackages.PathTools: 3.47 -> 3.74 (#42591)volth2018-06-26
| | | |
* | | | Merge pull request #42587 from volth/patch-160xeji2018-06-26
|\ \ \ \ | | | | | | | | | | perl-packages.nix: duplicate packages -> aliases
| * | | | perl-packages.nix: duplicate packages -> aliasesvolth2018-06-25
| | | | |
| * | | | perl-packages.nix: duplicate packages -> aliasesvolth2018-06-25
| | |_|/ | |/| |
* | | | Merge pull request #42399 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-25
|\ \ \ \ | | |_|/ | |/| | xcode: add xcodeVer to system
| * | | xcode: add xcodeVer to systemMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | This version number controls which xcode version to use when building cross to iOS.
* | | | virtlyst: init at 1.1.0Franz Pletz2018-06-26
| | | | | | | | | | | | | | | | Co-authored-by: elseym <elseym@me.com>
* | | | cutelyst: init at 2.4.1Franz Pletz2018-06-26
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Maximilian Bosch <maximilian@mbosch.me> Co-authored-by: elseym <elseym@me.com>
* | | | impure.nix: fix handling of localSystemMatthew Bauer2018-06-25
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | rocket: Init at 2018-06-09Tuomas Tynkkynen2018-06-25
| | |
* | | Merge pull request #42010 from nlewo/pr-skydivelewo2018-06-25
|\ \ \ | | | | | | | | skydive: init at 0.17.0
| * | | skydive: init at 0.17.0Antoine Eiche2018-06-14
| | | |
* | | | perl528: init at 5.28.0volth2018-06-25
| |_|/ |/| |
* | | pythonPackages.plaid-python: init at 2.3.0 (#42530)Benjamin Hipple2018-06-25
| | | | | | | | | | | | | | | | | | * pythonPackages.plaid-python: init at 2.3.0 * Run unit tests with py.test
* | | Merge pull request #42325 from manveru/add-gnome-latexJan Tojnar2018-06-25
|\ \ \ | | | | | | | | Gnome-latex: init at 3.28.1
| * | | Gnome-latex: init at 3.28.1Michael Fellinger2018-06-22
| | | |
* | | | Merge pull request #42541 from flokli/casyncxeji2018-06-25
|\ \ \ \ | | | | | | | | | | casync: init at 2-152-ge4a3c5e
| * | | | casync: init at 2-152-ge4a3c5eFlorian Klink2018-06-25
| | | | |
* | | | | python.pkgs.psutil_1: remove unused packageFrederik Rietdijk2018-06-25
| | | | |
* | | | | python37: init at 3.7.0rc1Frederik Rietdijk2018-06-25
| | | | |
* | | | | autokey: init at 0.94.1 (#42355)Kevin Liu2018-06-25
| | | | |
* | | | | Merge pull request #42385 from caugner/php-apcu-5.1.11xeji2018-06-24
|\ \ \ \ \ | | | | | | | | | | | | phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
| * | | | | phpPackages.apcu40: 4.0.7 -> 4.0.11Claas Augner2018-06-22
| | | | | |
| * | | | | phpPackages.apcu51: 5.1.8 -> 5.1.11Claas Augner2018-06-22
| |/ / / /
* | | | | phpPackages.psysh: init at 0.9.6 (#42377)Claas Augner2018-06-24
| | | | |
* | | | | phpPackages.imagick: 3.4.3RC1 -> 3.4.3 (#42384)Claas Augner2018-06-24
| | | | |
* | | | | Merge pull request #42423 from ryantm/repology-problemsxeji2018-06-24
|\ \ \ \ \ | | | | | | | | | | | | treewide: http -> https
| * | | | | treewide: http -> httpsRyan Mulligan2018-06-23
| | | | | |
* | | | | | snapcast: init at 0.14.0Franz Pletz2018-06-24
| | | | | |
* | | | | | libreoffice: cleanup and updateMichael Raskin2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | libgsystem: removeJan Tojnar2018-06-24
| | | | | |
* | | | | | Merge pull request #42424 from LumiGuide/remove-deprecated-postageDaiderd Jordan2018-06-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | pgmanage: remove deprecated postage alias
| * | | | | | pgmanage: remove deprecated postage aliasBas van Dijk2018-06-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following has been removed: * The `services.postage` alias for the `services.pgmanage` module * The `postage` alias for the `pgmanage` package
* | | | | | unvanquished: removeProfpatsch2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hasn’t been building or upgraded since 2015: https://github.com/NixOS/nixpkgs/issues/9781
* | | | | | Merge pull request #40959 from alexvorobiev/clustershellFrederik Rietdijk2018-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.clustershell: init at 1.8
| * | | | | | pythonPackages.clustershell: init at 1.8Alex Vorobiev2018-06-18
| | | | | | |
* | | | | | | Merge pull request #42335 from Assassinkin/seekpathFrederik Rietdijk2018-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.seekpath: init at 1.8.1