about summary refs log tree commit diff
path: root/pkgs/applications/editors
Commit message (Collapse)AuthorAge
* ghostwriter: 1.8.0 -> 1.8.1R. RyanTM2020-02-23
|
* Merge master into staging-nextFrederik Rietdijk2020-02-18
|\
| * aseprite-unfree: 1.2.11 -> 1.2.16.3Orivej Desh2020-02-18
| | | | | | | | | | Restore the comment explaining the split between free and unfree versions deleted in caa4e6dcb24fe5f0d9bc334049f90bbece8fa461.
| * aseprite-unfree: fix buildOrivej Desh2020-02-18
| | | | | | | | | | | | | | It fails with: src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory 15 | #include <GL/glx.h>
| * aseprite: fix build with glibc 2.30Orivej Desh2020-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it fails with: In file included from /build/source/src/allegro/include/allegro/base.h:41, from /build/source/src/allegro/include/allegro.h:25, from /build/source/src/./she/alleg4/alleg_surface.h:11, from /build/source/src/she/alleg4/alleg_surface.cpp:11: /build/source/src/allegro/include/allegro/alcompat.h:44:22: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)' 44 | AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y)) | ^~~~ /build/source/src/allegro/include/allegro/internal/alconfig.h:164:49: note: in definition of macro 'AL_ALIAS' 164 | static __attribute__((unused)) __inline__ DECL \ | ^~~~ In file included from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/cmath:45, from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/math.h:36, from /build/source/src/./base/base.h:13, from /build/source/src/./config.h:40, from /build/source/src/she/alleg4/alleg_surface.cpp:8: /nix/store/2v6pi2wj3lcsc3j48n7flx9mgqyii1lv-glibc-2.30-dev/include/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)' 24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2); | ^~~~~~~~~~~~~~~
* | Merge master into staging-nextFrederik Rietdijk2020-02-17
|\|
| * vscode, vscodium: 1.42.0 -> 1.42.1Patrick Hilhorst2020-02-16
| |
* | Merge master into stagingFrederik Rietdijk2020-02-16
|\|
| * rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
| | | | | | | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
| * Merge pull request #80131 from r-ryantm/auto-update/mleRyan Mulligan2020-02-14
| |\ | | | | | | mle: 1.4.2 -> 1.4.3
| | * mle: 1.4.2 -> 1.4.3R. RyanTM2020-02-14
| | |
| * | jetbrains: updateJonathan Ringer2020-02-14
| | |
| * | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
| * | neovim-remote: add now needed setuptools as inputDoron Behar2020-02-13
| | |
| * | Merge pull request #79858 from r-ryantm/auto-update/quilterworldofpeace2020-02-12
| |\ \ | | | | | | | | quilter: 2.1.0 -> 2.1.1
| | * | quilter: 2.1.0 -> 2.1.1R. RyanTM2020-02-11
| | | |
| * | | Merge pull request #79801 from NixOS/staging-nextFrederik Rietdijk2020-02-12
| |\ \ \ | | | |/ | | |/| Staging next
| * | | Merge pull request #77975 from sjmackenzie/ampadisbladis2020-02-12
| |\ \ \ | | | | | | | | | | amp: git rev 2c88e8 (2019-06-09) -> 0.6.1
| | * | | amp: git rev 2c88e8 (2019-06-09) -> v0.6.1Stewart Mackenzie2020-01-18
| | | | |
* | | | | vim: 8.2.0013 -> 8.2.0227R. RyanTM2020-02-16
| |_|/ / |/| | |
* | | | Merge master into staging-nextFrederik Rietdijk2020-02-12
|\| | |
| * | | androidStudioPackages.beta: 3.6.0.19 -> 3.6.0.20Michael Weiss2020-02-11
| | |/ | |/|
* | | Merge staging into staging-nextFrederik Rietdijk2020-02-11
|\ \ \ | |/ / |/| |
| * | fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
* | | vscodium: 1.41.1 -> 1.42.0Patrick Hilhorst2020-02-10
| | |
* | | manuskript: 0.10.0 -> 0.11.0R. RyanTM2020-02-10
|/ /
* | kdeApplications.okteta: 0.26.2 -> 0.26.3R. RyanTM2020-02-09
| |
* | rstudio: use qt5's mkDerivation (#74381)Thomas Churchman2020-02-09
| |
* | Merge pull request #75670 from mkg20001/pkg/blessworldofpeace2020-02-08
|\ \ | | | | | | bless: init at 0.6.2
| * | bless: init at 0.6.2Maciej Krüger2020-02-01
| | |
* | | vscode 1.41.1 -> 1.42.0zowoq2020-02-08
| | |
* | | rednotebook: 2.15 -> 2.16R. RyanTM2020-02-06
| | |
* | | thonny: 3.2.4 -> 3.2.6R. RyanTM2020-02-06
| | |
* | | quilter: 2.0.5 -> 2.1.0R. RyanTM2020-02-06
| | |
* | | kdev-python: 5.4.6 -> 5.5.0Aaron Andersen2020-02-03
| | |
* | | kdev-php: 5.4.6 -> 5.5.0Aaron Andersen2020-02-03
| | |
* | | kdevelop: 5.4.6 -> 5.5.0Aaron Andersen2020-02-03
| | |
* | | Merge pull request #78801 from asbachb/update-to-netbeans-11.2Maximilian Bosch2020-02-01
|\ \ \ | | | | | | | | netbeans: 11.1 -> 11.2
| * | | netbeans: 11.1 -> 11.2Benjamin Asbach2020-01-30
| |/ /
* / / androidStudioPackages.beta: 3.6.0.18 -> 3.6.0.19Michael Weiss2020-01-30
|/ /
* | Merge pull request #78503 from bhipple/fix/hexdinoworldofpeace2020-01-28
|\ \ | | | | | | hexdino: use pname
| * | hexdino: use pnameBenjamin Hipple2020-01-25
| | |
* | | Merge pull request #78397 from sternenseemann/uberwriter-bugfixMatthew Bauer2020-01-28
|\ \ \ | | | | | | | | uberwriter: add shared-mime-info to environment and update
| * | | uberwriter: 2019-11-29 -> 2020-01-24sternenseemann2020-01-25
| | | |
| * | | uberwriter: add shared-mime-info to environmentsternenseemann2020-01-24
| | | |
* | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \ \ \ | | | | | | | | | | treewide: fix redirected urls
| * | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* | | | | Merge pull request #78536 from r-ryantm/auto-update/tiledVladyslav M2020-01-26
|\ \ \ \ \ | |_|_|/ / |/| | | | tiled: 1.3.1 -> 1.3.2
| * | | | tiled: 1.3.1 -> 1.3.2R. RyanTM2020-01-26
| | | | |
* | | | | eclipses.plugins.cdt: fix source hashBjørn Forsman2020-01-24
| | | | |