about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* nixUnstable: 2.2pre6600_85488a93 -> 2.3pre6631_e58a7144zimbatm2019-02-22
|
* Merge #55988: treewide meta.platforms: linux -> unixVladimír Čunát2019-02-22
|\
| * Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy2019-02-18
| | | | | | | | on darwin too (too restrictive platforms)
* | morph: 1.1.0 -> 1.2.0Adam Finn Tulinius2019-02-21
| |
* | nix-prefetch: init at 0.1.0Matthijs Steen2019-02-21
|/
* Merge pull request #55129 from oxij/tree/move-defaults-to-package-filesMichael Raskin2019-02-13
|\ | | | | all-packages.nix: move defaults to package files
| * dysnomia: cleanup whitespaceJan Malakhovski2019-02-03
| |
* | Merge pull request #55146 from Ma27/fix-nix1-perl-bindingsAlyssa Ross2019-02-13
|\ \ | | | | | | nix1: fix `perl-bindings` build
| * | nix1: fix `perl-bindings` buildMaximilian Bosch2019-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nix 1.11 builds perl-bindings by default, `nix1.perl-bindings` fails with the following error: ``` building no Makefile, doing nothing installing install flags: install make: *** No rule to make target 'install'. Stop. ``` This is probably due to #47316. Previously the `perl-bindings` were referenced to `nix1` instead of the `perl-bindings` function as Nix 1.11 built those during its build process.
* | | nixopsUnstable: 1.6.1pre2706_d5ad09c -> 1.6.1pre2728_8ed39f9Justin Humm2019-02-06
|/ / | | | | | | | | | | | | | | This fixes evaluation with the latest master. See also [0] and [1] for this. [0] https://github.com/NixOS/nixops/issues/1086 [1] https://github.com/NixOS/nixops/pull/1088
* | Merge pull request #54849 from r-ryantm/auto-update/dpkgFranz Pletz2019-02-03
|\ \ | | | | | | dpkg: 1.19.2 -> 1.19.4
| * | dpkg: 1.19.2 -> 1.19.4R. RyanTM2019-01-28
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dpkg/versions
* / nixops: 1.6 -> 1.6.1Domen Kožar2019-02-01
|/
* nix: move perl-bindings inside common functionAlyssa Ross2019-01-25
| | | | | | It looks like originally not all Nix packages had perl bindings, but now that they do, it seems pretty redundant to add them seperately for each package.
* Merge pull request #54542 from Mic92/nix-reviewJörg Thalheim2019-01-24
|\ | | | | nix-review: 1.0.4 -> 1.0.5
| * nix-review: 1.0.4 -> 1.0.5Jörg Thalheim2019-01-24
| |
* | nix-universal-prefetch: init at 0.2.0 (#53436)Samuel Dionne-Riel2019-01-23
|/
* nix-review: 1.0.2 -> 1.0.4Jörg Thalheim2019-01-21
| | | | | | | | - also accept the full url of pull request i.e. https://github.com/NixOS/nixpkgs/pull/54323 - stream-parse nix-env's eval output - fix logs for failed builds issued by remote builders - prepare code for overlays like: https://github.com/NixOS/nixpkgs/pull/53934
* pacman: 5.1.1 -> 5.1.2R. RyanTM2019-01-13
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pacman/versions
* nix: Add editline dependencyEelco Dolstra2019-01-11
| | | | Also fix incorrect hash for nixUnstable.
* nix: 2.1.3 -> 2.2Eelco Dolstra2019-01-11
|
* nixops: add checkPhase with a smoke testHerwig Hochleitner2019-01-10
| | | | This can detect (python) import errors introduced by dependency updates.
* nixUnstable: 2.2pre6526_9f99d624 -> 2.2pre6600_85488a93Eelco Dolstra2019-01-10
|
* pacman: set localstatedir to standard FHS pathJoachim Fasting2019-01-08
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/52981
* maintainer-list: countingsort -> buffetbuffet2019-01-07
|
* Merge master into staging-nextFrederik Rietdijk2018-12-31
|\
| * opkg: 0.3.6 -> 0.4.0Pascal Wittmann2018-12-30
| |
| * nix1: fix build with boehmgc 7.6.8Orivej Desh2018-12-27
| | | | | | | | | | | | It needs -lgc and -lgccpp, but boehmgc pkgconfig file specifies only -lgc. Broken in https://hydra.nixos.org/build/82223544
* | Merge staging-next into stagingFrederik Rietdijk2018-12-27
|\|
| * cargo-release: fix darwin buildVladyslav Mykhailichenko2018-12-27
| |
| * cargo-release: 0.10.0 -> 0.10.5Tobias Happ2018-12-27
| |
* | Merge branch 'master' into stagingJan Tojnar2018-12-24
|\|
| * Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1Samuel Dionne-Riel2018-12-20
| |\ | | | | | | aarch64: ZHF for aarch64 (1/??)
| | * cde: Disable build on aarch64-linuxSamuel Dionne-Riel2018-12-10
| | |
| * | nix-review: 1.0.1 -> 1.0.2Jörg Thalheim2018-12-20
| | |
| * | apt: remove 'export PERL5LIB'volth2018-12-15
| | |
| * | apt: fix Po4a pathvolth2018-12-15
| | |
* | | Merge branch 'staging' into make-perl-pathdvolth2018-12-18
|\| |
| * | Merge staging-next into masterFrederik Rietdijk2018-12-08
| |\ \
| * | | packagekit: 1.1.11 -> 1.1.12Will Dietz2018-12-08
| | |/ | |/|
* | | lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
| |/ |/|
* | Merge master into staging-nextFrederik Rietdijk2018-12-07
|\|
| * Merge pull request #51060 from kamilchm/appimage-run-libatk-bridgeworldofpeace2018-12-06
| |\ | | | | | | appimage-run: fix missing libatk-bridge-2.0.so.0
| | * appimage-run: fix missing libatk-bridge-2.0.so.0Kamil Chmielewski2018-11-26
| | | | | | | | | | | | | | | Fix `error while loading shared libraries: libatk-bridge-2.0.so.0` when trying to run Beaker Browser >= 0.8.0
| * | nix-index: Wrap with nix-env in PATH (#51165)Silvan Mosberger2018-12-04
| | | | | | | | | | | | | | | | | | | | | This fixes an impurity in nix-index: Previously it would take the nix-env binary from the users PATH. I discovered this while trying to run nix-index in a systemd service, which by default doesn't have nix-env in its path. The errors it threw were not informative at all and it took me hours to finally figure out the reason.
| * | nix-review: 0.6.1 -> 1.0.1Jörg Thalheim2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use nix build instead of nix-build - writes per-build log in the current working directory - symlinks the builds in the current working directory - detects & deduplicates build aliases - markdown reports - filter builds by regex - generate nix expression files that can be build by the user
* | | Merge master into staging-nextFrederik Rietdijk2018-12-03
|\| |
| * | Merge pull request #50977 from jtojnar/parallel-update.nixJan Tojnar2018-12-02
| |\ \ | | |/ | |/| update.nix: Run update scripts in parallel
| | * update.nix: Run update scripts in parallelJan Tojnar2018-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* | | gobject-introspection: rename packageJan Tojnar2018-12-02
|/ / | | | | | | camelCase package name was a huge inconsistency in GNOME package set.