summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* Merge pull request #33654 from thefloweringash/wdiff-platformsJoachim F2018-01-10
|\ | | | | wdiff: Widen meta.platforms to unix
| * wdiff: Widen meta.platforms to unixAndrew Childs2018-01-10
| | | | | | | | | | This package builds and works fine on macOS, and probably other unix-likes.
* | Merge pull request #33603 from obsidiansystems/cross-checkJohn Ericson2018-01-09
|\ \ | |/ |/| stdenv: Force `doCheck` to be false when we are cross compiling
| * treewide: Simplify some `doCheck` callsJohn Ericson2018-01-09
| | | | | | | | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* | Merge pull request #33583 from aneeshusa/update-icdiff-to-1.9.1adisbladis2018-01-08
|\ \ | | | | | | icdiff: 1.9.0 -> 1.9.1
| * | icdiff: 1.9.0 -> 1.9.1Aneesh Agrawal2018-01-07
| | |
* | | miller: 5.2.2 -> 5.3.0Maciek Starzyk2018-01-07
| | |
* | | Merge pull request #33340 from dtzWill/update/invisible-island-miscJoachim F2018-01-06
|\ \ \ | | | | | | | | Update various invisible-island packages, fix URL's
| * | | invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftpWill Dietz2018-01-02
| | | | | | | | | | | | | | | | FTP URL's should use ftp.invisible-island.net.
* | | | treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
| | | |
* | | | dos2unix: 7.3.4 -> 7.4.0adisbladis2018-01-04
| |/ / |/| |
* | | ruby treewide: don't merge source into top-levelAneesh Agrawal2018-01-04
| |/ |/| | | | | | | | | | | | | | | | | | | Keep the `source` attrset distinct to prevent its entries from merging with the top level attrs. Since each type of source has a different set of entries for `source`, this is the easiest way to keep them together. This will pave the way for a new `url` type of source. This is a mass-rebuild of many ruby packages, notably those using `git` type sources.
* | Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ \ | | | | | | Make cross compilation elegant
| * | treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-12-30
|\ \ \ | |/ / |/| / | |/
| * miller: init at 5.2.2Maciek Starzyk2017-12-29
| |
* | diffutils: Enable cross-compilationBen Gamari2017-12-29
| |
* | gawk: Enable cross-compilationBen Gamari2017-12-29
|/
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* highlight: 3.40 -> 3.41WilliButz2017-12-03
|
* Merge branch 'master' into stagingOrivej Desh2017-11-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (80 commits) lkl: Supports aarch64 wimlib: nitpicks gitAndTools.git-codeowners: 0.1.1 -> 0.1.2 wimlib: init at 1.12.0 kernel: improve modDirVersion error message releaseTools.sourceTarball: Clean up temporary files dotnetPackages.SmartIrc4net: rehash source migmix: make it a fixed-output derivation vm: Create /dev/full samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275 microcodeIntel: 20170707 -> 20171117 sshd: Remove ripemd160 MACs kernel config: Enable MEDIA_CONTROLLER linux: 4.4.99 -> 4.4.100 linux: 4.9.63 -> 4.9.64 nix-bash-completions: 0.4 -> 0.5 linux: 4.14 -> 4.14.1 linux: 4.13.14 -> 4.13.15 nix-zsh-completions: 0.3.3 -> 0.3.5 dns-root-data: use a stable URL that I maintain anyway ...
| * LanguageTool: 3.7 -> 3.9Joerg Thalheim2017-11-21
| |
* | Merge branch 'master' into stagingOrivej Desh2017-11-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (23 commits) silver-searcher: patch bash completions location shairplay: init at 2016-01-01 ocamlPackages.rope: 0.5 -> 0.6 ocamlPackages.ocaml_gettext: 0.8.7 -> 0.8.8 mupdf: Patch openjpeg version nextcloud-client: fix build after qt updates gstreamer.gst-plugins-bad: Patch openjpeg version silver-searcher: move bash completion to etc/bash-completion.d/ neomutt: use mime.types from dedicated mime-types derivation mime_types: rename to mime-types XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672 nixos/matrix-synapse: remove unused log_file config nixos: run parted with --script option (3rd) nixos: run parted with --script option (2nd) nixos/release: add nixos/tests/switch-test.nix to tested job nixos/system: make switch-to-configuration script pure. nixos/release: include mutableUsers test to release tests. nixos/tests: Add a test for config.users.mutableUsers. corebird: 1.7.2 -> 1.7.3 nixos/matrix-synapse: make home directory configurable ...
| * silver-searcher: patch bash completions locationOrivej Desh2017-11-20
| |
| * Merge pull request #31842 from nicknovitski/silver-searcher-completionGraham Christensen2017-11-19
| |\ | | | | | | silver-searcher: move bash completion to etc/bash-completion.d/
| | * silver-searcher: move bash completion to etc/bash-completion.d/Nick Novitski2017-11-19
| | |
* | | Merge branch 'master' into stagingFranz Pletz2017-11-19
|\| |
| * | bcat: init at 0.6.2 (#31813)jraygauthier2017-11-19
| | |
| * | ruby-zoom: 4.1.0 -> 5.0.1Venkateswara Rao Mandela2017-11-19
| |/ | | | | | | This version adds support for ripgrep.
* | Merge pull request #27305 from therealpxc/groffOrivej Desh2017-11-17
|\ \ | | | | | | groff: split out perl dependencies
| * | groff: split out perl dependenciesPatrick Callahan2017-11-11
| | |
* | | Merge branch 'master' into stagingOrivej Desh2017-11-17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (28 commits) go_1_9: skip flaky TestWaitGroupMisuse2 erlangR18: fix patch hashes with fetchpatch xml2: replace dead links nixos/pam: fix docs about path to u2f_keys file cinelerra: add a note about parallel building msmtp: install docs and examples (#31769) kernel: Fix out-of-tree modules on aarch64 nixos/tests/acme: update terms of service to fix test gixy: init at 0.1.8 pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules mono: init at 4.8 wal-g: fix license so not to break evaluation wal-g: init at 0.1.2 maintainers: add backuitist nixos/prometheus: Correct documentation for external_labels spidermonkey: replace broken links vagrant: removed custom rake gem vagrant: 2.0.0 -> 2.0.1 nixos/prometheus: add external_labels option nixos/prometheus: add scrape_configs.honor_labels ...
| * | xml2: replace dead linksOrivej Desh2017-11-17
| | |
* | | makeWrapper: delete --set-evalOrivej Desh2017-11-17
| | | | | | | | | | | | because --run is good enough.
* | | treewide: use --set-default and --set-eval where appropriateOrivej Desh2017-11-17
|/ /
* / trang: update to latest github versionPeter Simons2017-11-10
|/
* gawk: 4.1.4 -> 4.2.0mimadrid2017-11-04
|
* mawk: 1.3.4-20161120 -> 1.3.4-20171017mimadrid2017-11-04
|
* fix source root locations.Piotr Bogdan2017-11-02
| | | | | | | | | | These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
* languagetool: add command for HTTP serverThéo Zimmermann2017-10-31
|
* highlight: 3.39 -> 3.40, fetch src from GithubWilliButz2017-10-30
|
* a2ps: fix homepage urlmimadrid2017-10-28
|
* jsawk: init at 1.5-preBrian McKenna2017-10-27
|
* ripgrep: 0.6.0 -> 0.7.1dywedir2017-10-23
|
* 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>
* Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
| | | | | | This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
* Merge branch 'master' into stagingOrivej Desh2017-10-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (81 commits) Add NixOS 17.09 AMIs gradle: 4.2 -> 4.2.1 maintainers.nix: use my GitHub handle as maintainer name fcitx-engines.rime: init at 0.3.2 brise: init at 2017-09-16 librime: init at 1.2.9 marisa: init at 0.2.4 opencc: build shared library and programs josm: 12712 -> 12914 exa: 0.7.0 -> 0.8.0 krb5: add deprecation date for old configuration rustRegistry: 2017-09-10 -> 2017-10-03 go-ethereum: Fix libusb segmentation faults on Darwin tor-browser-bundle-bin: 7.0.5 -> 7.0.6 libsodium: 1.0.13 -> 1.0.15 tor-browser-bundle: geoip support tor-browser-bundle: support transports obfs2,obfs3 tor-browser-bundle: bump https-everywhere to 2017.9.12 tint2: limit platforms to Linux since macOS is not supported and fails the tests eclipse-plugin-vrapper: init at 0.72.0 ...
| * maintainers.nix: use my GitHub handle as maintainer namemingchuan2017-10-03
| |
| * opencc: build shared library and programsmingchuan2017-10-03
| |