summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* azure-cli: freeze azure-mgmt-policyinsightsJonathan Ringer2020-02-09
|
* python27Packages.azure-mgmt-policyinsights: 0.3.1 -> 0.4.0R. RyanTM2020-02-09
|
* gcc49.cc: add myself to maintainersDmitry Kalinkin2020-02-09
|
* Merge pull request #79468 from flokli/bluespec-bscFlorian Klink2020-02-10
|\ | | | | bluespec: init at unstable-2020.02.07
| * bluespec: init at unstable-2020.02.09Florian Klink2020-02-10
| |
* | Merge pull request #78420 from evanjs/gitkraken-6.5.0worldofpeace2020-02-09
|\ \ | | | | | | gitkraken: 6.4.1 -> 6.5.1
| * | gitkraken: 6.4.1 -> 6.5.1Evan Stoll2020-01-31
| | | | | | | | | | | | | | | | | | | | | - use fetchzip to retrieve the tarball for GitKraken, as the deb now tries to change permissions and etc which nix will not like - add at-spi2-core dependency - remove dpkg dependency - refactor expression to properly handle the GitKraken tarball (compared to the deb archive)
* | | pythonPackages.user-agents: 2.0 -> 2.1.0Mario Rodas2020-02-09
| | |
* | | python27Packages.ua-parser: 0.8.0 -> 0.9.0R. RyanTM2020-02-09
| | |
* | | corerad: 0.1.9 -> 0.2.1Matt Layher2020-02-09
| | |
* | | Merge pull request #79335 from flokli/deprecate-perl-vm-testsworldofpeace2020-02-09
|\ \ \ | | | | | | | | nixos/testing: add deprecation notice for Perl VM tests
| * | | nixosTest: update to make-test-python.nixworldofpeace2020-02-09
| | | | | | | | | | | | | | | | This still referred to the legacy make-test.nix (Perl)
| * | | tests.nixos-functions: port test to pythonworldofpeace2020-02-09
| | | |
* | | | pythonPackages.pysaml2: 4.9.0 -> 5.0.0 (security)Robert Scott2020-02-09
| | | | | | | | | | | | | | | | | | | | addressing CVE-2020-5390. disabled for python 2.7 as support is being removed from this release on.
* | | | dwarf-fortress-packages.unfuck: 0.47.01 -> 0.47.02 releaseAndrey Petrov2020-02-09
| | | | | | | | | | | | | | | | | | | | Temporarily using 0.47.01 release for 0.47.02, since there's no corresponding unfuck release yet and it seems to work.
* | | | dwarf-fortress: fix update.sh script for games.jsonAndrey Petrov2020-02-09
| | | |
* | | | dwarf-fortress-packages.dwarf-fortress_0_47_02: initAndrey Petrov2020-02-09
| | | |
* | | | dwarf-fortress: update themes.jsonAndrey Petrov2020-02-09
| | | |
* | | | Merge pull request #72060 from lopsided98/sanoid-initSilvan Mosberger2020-02-10
|\ \ \ \ | | | | | | | | | | sanoid: add package, NixOS module and test
| * | | | nixos/sanoid, nixos/syncoid: init module and testBen Wolsieffer2020-02-10
| | | | |
| * | | | sanoid: init at 2.0.3Ben Wolsieffer2020-01-22
| | | | |
* | | | | Merge pull request #65397 from mmilata/sympaSilvan Mosberger2020-02-10
|\ \ \ \ \ | | | | | | | | | | | | sympa: init at 6.2.52 + NixOS module
| * | | | | sympa: init at 6.2.52Richard Marko2020-02-07
| | | | | |
| * | | | | perlPackages.HTMLStripScripts: init at 1.06Richard Marko2020-02-07
| | | | | |
| * | | | | perlPackages.HTMLStripScriptsParser: init at 1.03Richard Marko2020-02-07
| | | | | |
| * | | | | perlPackages.MIMELiteHTML: init at 1.24Richard Marko2020-02-07
| | | | | |
* | | | | | fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)Benjamin Hipple2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was previously referencing `$bin`, but this package no longer produces a `bin` output, just `out` and `share`. Updated to make the comparison check a bit more robust. Also updated to avoid direct dependency on the `$src` directory out of the nix store, instead using the processed src setup in the unpackPhase. This provides a cleaner abstraction between the build/install phase and the input src phase, and avoids an unnecessary dependency on whether the source disted tarball comes from `fetchFromGitHub` (in which case it's an unpacked directory) or something like `fetchurl`. In either case, stdenv is responsible for processing the input `src` and setting up a clean build dir for us, so we should use that. This produces an equivalent directory tree, except that the vim plugin is no longer broken.
* | | | | | Merge pull request #79297 from arcnmx/pr-firefox-extension-linksSilvan Mosberger2020-02-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | firefox: resolve relative nativeMessagingHosts links
| * | | | | | firefox: resolve relative nativeMessagingHosts linksarcnmx2020-02-05
| | | | | | |
* | | | | | | Merge pull request #79115 from flokli/simplify-firefoxworldofpeace2020-02-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | firefoxPackages.*: remove unsupported packages, clean up derivation
| * | | | | | | conkeror: remove packageFlorian Klink2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conkeror doesn't work with any secure firefox release. Please move to some of the alternatives suggested at http://conkeror.org/Alternatives.
| * | | | | | | firefoxPackages.*, firefox-esr*, icecat: add aliasesFlorian Klink2020-02-09
| | | | | | | |
| * | | | | | | firefox: simplify derivationFlorian Klink2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with firefox 64 being the latest version, and the removal of "tor-browser/icecat-like" variants, we can greatly simplify the common firefox derivation.
| * | | | | | | firefoxPackages.firefox-esr-52: remove packageFlorian Klink2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firefoxPackages.firefox-esr-52 was removed as it's an unsupported ESR with open security issues. If you need it because you need to run some plugins not having been ported to WebExtensions API, import it from an older nixpkgs checkout still containing it.
| * | | | | | | firefoxPackages.icecat[-52]: remove packageFlorian Klink2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firefoxPackages.icecat was removed as even its latest upstream version is based on an unsupported ESR release with open security issues.
| * | | | | | | firefoxPackages.firefox-esr-60: removeFlorian Klink2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's not really a reason to ship an unsupported ESR variant of firefox, and if one really needs it, it's also possible to just checkout an older version of nixpkgs.
| * | | | | | | firefoxPackages.*: use config.allowAliasesFlorian Klink2020-02-09
| | | | | | | |
* | | | | | | | Merge pull request #79611 from ciil/jira-updateRobin Gloster2020-02-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | atlassian-jira: 8.6.0 -> 8.7.0
| * | | | | | | | atlassian-jira: 8.6.0 -> 8.7.0Simon Lackerbauer2020-02-09
| | | | | | | | |
* | | | | | | | | Merge pull request #79485 from Ma27/grocyMaximilian Bosch2020-02-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | grocy: init at 2.6.0
| * | | | | | | | | grocy: init at 2.6.0Maximilian Bosch2020-02-07
| | | | | | | | | |
* | | | | | | | | | python27Packages.jieba: 0.40 -> 0.42.1R. RyanTM2020-02-09
| | | | | | | | | |
* | | | | | | | | | gcc-snapshot: removeMaximilian Bosch2020-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package is marked as broken for >2 years and used a fairly old snapshot from the gcc7-branch, so I fairly doubt that this is somewhere used (and is also pretty misleading as you don't expect a random snapshot from gcc7 at `pkgs.gcc-snapshot`).
* | | | | | | | | | python27Packages.uproot: 3.11.1 -> 3.11.2R. RyanTM2020-02-09
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | python27Packages.pycollada: 0.7 -> 0.7.1R. RyanTM2020-02-09
| | | | | | | | |
* | | | | | | | | pythonPackages.nwdiag: add setuptools dependencyJonathan Ringer2020-02-09
| | | | | | | | |
* | | | | | | | | python27Packages.nwdiag: 1.0.4 -> 2.0.0R. RyanTM2020-02-09
| | | | | | | | |
* | | | | | | | | python27Packages.rq: 1.1.0 -> 1.2.2R. RyanTM2020-02-09
| | | | | | | | |
* | | | | | | | | python37Packages.pikepdf: 1.8.2 -> 1.10.0R. RyanTM2020-02-09
| | | | | | | | |
* | | | | | | | | python27Packages.persim: 0.1.1 -> 0.1.2R. RyanTM2020-02-09
| | | | | | | | |