about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* xbps: 0.53 -> 0.56Tadeo Kondrak2019-07-12
|
* Merge master into staging-nextFrederik Rietdijk2019-07-09
|\
| * conda: Add LIBARCHIVEProfpatsch2019-07-08
| | | | | | | | | | `conda-build` needs to be able to find libarchive to extract packages; it tries to `dlopen` the library given by `LIBARCHIVE`.
| * Revert Nodejs-8_x deprecationadisbladis2019-07-05
| | | | | | | | | | | | | | | | | | | | This was supposed to go through a pull request Revert "nodePackages: Regenerate node packages for nodejs 10 & 12" This reverts commit 6a17bdf3974fce9d0c5098e77aa5fe6de279f2c7. Revert "nodejs-8_x: Drop package" This reverts commit e06c97b71d33bf8480fb40f825e8d3138783f986.
| * nodejs-8_x: Drop packageadisbladis2019-07-05
| | | | | | | | It will be EOL within the support period of 19.09
* | Merge staging-next into stagingFrederik Rietdijk2019-07-03
|\|
| * cargo-outdated: fix darwin buildarcnmx2019-06-30
| |
| * conda: Remove version suffixadisbladis2019-06-28
| | | | | | | | | | | | | | Currently the `conda-shell` binary is installed as `conda-shell-4.6.14` which is not very friendly to type. With this change the binary is simply installed as `conda-shell`.
| * nixUnstable: pre6631_e58a7144 -> pre6631_324a5dc9Izorkin2019-06-27
| |
| * conda: 4.3.31 -> 4.6.14adisbladis2019-06-26
| |
| * home-manager: 2019-05-24 -> 2019-06-25Timo Kaufmann2019-06-25
| |
* | treewide: use dontUnpackworldofpeace2019-07-01
|/
* cargo-license: add meta.homepageBas van Dijk2019-06-25
|
* Merge pull request #63706 from basvandijk/cargo-license-0.2.0Bas van Dijk2019-06-24
|\ | | | | cargo-license: init at 0.2.0
| * cargo-license: init at 0.2.0Bas van Dijk2019-06-24
| |
* | Merge pull request #63698 from tobim/overrideCC-buildPackagesJohn Ericson2019-06-23
|\ \ | |/ |/| Fix misuses of overrideCC
| * dpkg: fix cross compilationTobias Mayer2019-06-23
| |
* | cargo-edit: 0.3.2 -> 0.3.3Pascal Hertleif2019-06-22
| |
* | Merge pull request #63521 from basvandijk/cargo-graph-0.2.0-d895af1Bas van Dijk2019-06-20
|\ \ | | | | | | cargo-graph: init at 0.2.0-d895af1
| * | cargo-graph: init at 0.2.0-d895af1Bas van Dijk2019-06-20
| | |
* | | dpkg: 1.19.6 -> 1.19.7R. RyanTM2019-06-17
| | | | | | | | | | | | | | | | | | | | | 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
* | | treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | | reuse: init at 0.3.4Florian Franzen2019-06-15
| | |
* | | opkg: 0.4.0 -> 0.4.1Pascal Wittmann2019-06-15
| |/ |/|
* | nix: Add nixFlakes attribute for the flake branchEelco Dolstra2019-06-12
| |
* | cargo-edit: 0.3.1 -> 0.3.2 (#62672)Vladyslav M2019-06-06
|\ \ | | | | | | cargo-edit: 0.3.1 -> 0.3.2
| * | cargo-edit: 0.3.1 -> 0.3.2Vladyslav M2019-06-04
| | |
* | | node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce ↵Sander van der Burg2019-06-05
|/ / | | | | | | nodePackages_12_x attribute set
* / treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
|/ | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* home-manager: 2019-04-23 -> 2019-05-24 (#62007)Timo Kaufmann2019-05-24
|
* Merge master into staging-nextFrederik Rietdijk2019-05-07
|\
| * nix-review: 2.0.0 -> 2.0.1Jörg Thalheim2019-05-07
| |
* | Merge master into staging-nextFrederik Rietdijk2019-05-03
|\|
| * fpm: 1.9.3 -> 1.11.0, use bundlerAppMichael Fellinger2019-05-02
| |
* | nix: use llvm6 on clangMatthew Bauer2019-04-29
| | | | | | | | | | | | nix-2.2.2 only works with libcxx 6. We should only set the stdenv to clang when we are already using clang. Also, nixUnstable does support libcxx 7.
* | Merge staging-next into stagingFrederik Rietdijk2019-04-27
|\|
| * home-manager: add new dependencies and install scriptmtrsk2019-04-26
| |
* | Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer2019-04-26
|\ \ | |/ |/| Update macOS to 10.12
| * treewide: use llvm6 in some placesMatthew Bauer2019-04-26
| | | | | | | | | | Not everything works on llvm7. It’s easiest to just provide the llvm6 as backup in this case.
* | home-manager: 2018-11-04 -> 2019-04-23mtrsk2019-04-25
| |
* | cargo-outdated: init at unstable-2019-04-13Sondre Nilsen2019-04-24
|/
* Merge pull request #57169 from timokau/appimage-improvementsTimo Kaufmann2019-04-20
|\ | | | | appimage-run improvements
| * appimage-run: pass arguments to appimageTimo Kaufmann2019-04-20
| |
| * appimage-run: add usage messageTimo Kaufmann2019-04-20
| |
* | nixopsUnstable: 1.6.1pre2728_8ed39f9 -> 1.7pre2764_932bf43AmineChikhaoui2019-04-17
| |
* | nixops: 1.6.1 -> 1.7AmineChikhaoui2019-04-17
| | | | | | | | | | | | Add release 1.7, also keep version 1.6.1 available for Azure backend users. Azure backend was disabled in v1.7 due to the python API changes.
* | nix: 2.2 -> 2.2.2Eelco Dolstra2019-04-15
| |
* | cargo-tree: 0.25.0 -> 0.26.0jD91mZM22019-04-13
| |
* | Merge master into staging-nextFrederik Rietdijk2019-04-11
|\ \
| * \ Merge pull request #58434 from matthiasbeyer/add-licensesRenaud2019-04-09
| |\ \ | | | | | | | | Add licenses