summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* dysnomia: 0.7 -> 0.7.1Sander van der Burg2017-12-20
|
* nixUnstable: 1.12pre5788_e3013543 -> 1.12pre5810_5d5b931fOrivej Desh2017-12-14
| | | | | Fixes build after 3430b0e859ef75a2c3caa23c4c337e16f5094c0f with https://github.com/NixOS/nix/commit/5d5b931fb178046ba286b8ef2b56a00b3a85c51c
* nix: 1.11.15 -> 1.11.16Eelco Dolstra2017-12-12
|
* nixUnstable: Remove unused dependenciesEelco Dolstra2017-12-08
|
* Restore "nixUnstable: rename to nix-unstable"Orivej Desh2017-12-08
| | | | | | | | | as discussed in https://github.com/NixOS/nixpkgs/commit/bed3695848c23a2ea98a48c42754e8b5d769e821 Different names make it easier for the users to notice updates to Nix stable, and to have Nix stable and unstable simultaneously. This reverts commit bed3695848c23a2ea98a48c42754e8b5d769e821.
* Revert "nixUnstable: rename to nix-unstable"Shea Levy2017-12-07
| | | | | | | | | | This commit effectively makes it impossible to upgrade to nixUnstable with nix-env without mucking about with priorities, as you can't uninstall the old nix transactionally with the new nix and if you uninstall the old one first you no longer have nix at your disposal to install the new one. This reverts commit 9711aac642b184a63498dd4bbf8a572721be53c8.
* nixUnstable: Bump to pre5788_e3013543 for fetchGit bug fixShea Levy2017-12-07
|
* librepo: add bindings to python-packages.nixFrederik Rietdijk2017-12-05
|
* Merge branch 'staging' (older one)Vladimír Čunát2017-11-24
|\ | | | | | | | | | | Hydra seems OK-ish, except that some aarch64 jobs need restarting after qt4 timing out for the first time: https://hydra.nixos.org/eval/1412641?compare=1412561
| * treewide: Try to avoid depending on binutils directlyJohn Ericson2017-11-13
| | | | | | | | | | | | | | | | | | | | One should depend on - `stdenv.cc.bintools`: for executables at build time - `libbfd` or `libiberty`: for those libraries - `targetPackages.cc.bintools`: for exectuables at *run* time - `binutils`: only for specifically GNU Binutils's executables, regardless of the host platform, at run time.
* | nixopsUnstable: upgrade to HEAD and use a tarball from hydraBas van Dijk2017-11-22
|/
* nixui: do not copy node-env.nix on regenerationSander van der Burg2017-11-08
|
* Merge branch 'staging'Vladimír Čunát2017-11-07
|\ | | | | | | | | | | | | | | Main change: glibc: 2.25-x -> 2.26-y, containing security fixes, and various features and deprecations. Unfortunately, some of the latter still cause (transitively) a couple hundred newly failing jobs. I'm not delaying anymore, so that we have the security fix on master. I mainly patched gcc, llvm and icu, but I can't fix everything...
| * Merge branch 'master' into stagingVladimír Čunát2017-11-06
| |\
| * \ Merge branch 'master' into stagingVladimír Čunát2017-11-04
| |\ \ | | | | | | | | | | | | Lots of rebuilds from master; at least some of them due to security.
| * \ \ Merge pull request #30880 from orivej/nix-unstableFrederik Rietdijk2017-11-03
| |\ \ \ | | | | | | | | | | nixUnstable: rename to nix-unstable
| | * | | nixUnstable: rename to nix-unstableOrivej Desh2017-10-27
| | | | |
* | | | | nox: add license information: MITRaphael Das Gupta2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nox was licensed under MIT License since at least 0.0.2. See https://github.com/madjar/nox/commit/b7e084a7c507aff4c56afb4d719eefb142393d1a
* | | | | nixUnstable: nix-1.12pre5663_c7af84ce -> nix-1.12pre5732_fd10f6f2Eelco Dolstra2017-11-07
| |_|_|/ |/| | |
* | | | packagekit: 1.1.3 → 1.1.7Jan Tojnar2017-11-05
| |_|/ |/| |
* | | treewide: abandon Google Code homepagesc0bw3b2017-11-03
| | |
* | | rpm: 4.13.0.1 -> 4.14.0adisbladis2017-11-03
| | |
* | | fpm: 1.6.2 -> 1.9.3adisbladis2017-11-02
|/ /
* | nixops: update to 1.5.2Rob Vermaas2017-10-29
| | | | | | | | (cherry picked from commit c291a107760888106cf50aa1e54ee4e7c8dd5eb1)
* | dpkg: 1.18.24 -> 1.19.0.4 (#30854)adisbladis2017-10-28
|/ | | | | | * dpkg: 1.18.24 -> 1.19.0.4 * dpkg: just use one substituteInPlace call
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* librepo: 1.7.20 -> 1.8.1Renaud2017-10-21
|
* nixUnstable: Bump for nix-shell interpreter bugfixShea Levy2017-10-19
|
* nixUnstable: Bump for fetchgit fixesShea Levy2017-10-17
|
* Merge branch 'master' into stagingVladimír Čunát2017-10-14
|\ | | | | | | Hydra: ?compare=1401528
| * nix-bundle: 0.1.2 → 0.2.0Matthew Bauer2017-10-13
| |
| * nixUnstable: bumpShea Levy2017-10-13
| |
| * nixUnstable: 1.12pre5619_346aeee1 -> 1.12pre5639_fda7b95cEelco Dolstra2017-10-11
| |
* | apt: Rely on XML_CATALOG_FILES variableJan Tojnar2017-10-07
|/
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * nox: Add a temporary patch for the "wip" commandMichael Weiss2017-09-23
| | | | | | | | See #29684.
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* niff: init at 0.1Frederik Rietdijk2017-09-17
|
* nox: 0.0.5 -> 0.0.6Georges Dubus2017-09-16
|
* nix: 1.11.14 -> 1.11.15Eelco Dolstra2017-09-15
|
* nixUnstable: 1.12pre5511_c94f3d55 -> 1.12pre5619_346aeee1Eelco Dolstra2017-09-15
|
* nix: 1.11.13 -> 1.11.14Eelco Dolstra2017-08-31
|
* treewide: homepage URL fixes (#28475)Matthew Justin Bauer2017-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
* dpkg: 1.18.18 -> 1.18.24Rickard Nilsson2017-08-14
| | | | Fixes CVE-2017-8283
* Merge pull request #28205 from mimadrid/update/clib-1.8.0Frederik Rietdijk2017-08-13
|\ | | | | clib: 1.7.0 -> 1.8.0
| * clib: 1.7.0 -> 1.8.0mimadrid2017-08-12
| |
* | Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ \ | | | | | | Update homepage attributes: http -> https
| * | Update homepage attributes: http -> httpsmimadrid2017-08-03
| |/ | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | treewide: use less `phases` if not necessaryRobin Gloster2017-08-11
| | | | | | | | | | This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code