Commit graph

4659 commits

Author SHA1 Message Date
R. RyanTM 250a5c996e ed: 1.15 -> 1.16 2020-02-27 10:07:48 +01:00
Frederik Rietdijk 9d88ee08f6 Merge master into staging-next 2020-02-18 16:09:19 +01:00
Orivej Desh 43ee8097d9 aseprite-unfree: 1.2.11 -> 1.2.16.3
Restore the comment explaining the split between free and unfree versions
deleted in caa4e6dcb2.
2020-02-18 07:51:50 +00:00
Orivej Desh 3ad2c20fe6 aseprite-unfree: fix build
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>
2020-02-18 07:51:50 +00:00
Orivej Desh 0ded378b10 aseprite: fix build with glibc 2.30
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);
      |                    ^~~~~~~~~~~~~~~
2020-02-18 06:07:24 +00:00
Frederik Rietdijk ec1184f461 Merge master into staging-next 2020-02-17 15:12:28 +01:00
Patrick Hilhorst 91a106d4b4 vscode, vscodium: 1.42.0 -> 1.42.1 2020-02-16 08:20:33 -08:00
Frederik Rietdijk 0c7143462b Merge master into staging 2020-02-16 08:50:59 +01:00
R. RyanTM 452f481853 vim: 8.2.0013 -> 8.2.0227 2020-02-16 08:36:56 +01:00
Benjamin Hipple 131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Ryan Mulligan 8b98801c7d
Merge pull request #80131 from r-ryantm/auto-update/mle
mle: 1.4.2 -> 1.4.3
2020-02-14 18:51:24 -08:00
Jonathan Ringer 55875fe19e jetbrains: update 2020-02-14 10:55:27 -08:00
R. RyanTM 4ad03d1c8c mle: 1.4.2 -> 1.4.3 2020-02-14 18:10:39 +00:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
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.
2020-02-13 22:41:37 -08:00
Doron Behar d4169851a5 neovim-remote: add now needed setuptools as input 2020-02-13 13:20:29 -08:00
worldofpeace ac26d3aec3
Merge pull request #79858 from r-ryantm/auto-update/quilter
quilter: 2.1.0 -> 2.1.1
2020-02-12 16:48:30 -05:00
Frederik Rietdijk bfe01159ed
Merge pull request #79801 from NixOS/staging-next
Staging next
2020-02-12 11:16:39 +01:00
adisbladis 8a253006e6
Merge pull request #77975 from sjmackenzie/amp
amp: git rev 2c88e8 (2019-06-09) -> 0.6.1
2020-02-12 23:08:28 +13:00
Frederik Rietdijk 424697d512 Merge master into staging-next 2020-02-12 09:55:31 +01:00
Michael Weiss a0ef7ad1d6
androidStudioPackages.beta: 3.6.0.19 -> 3.6.0.20 2020-02-11 19:59:59 +01:00
R. RyanTM 3a9a0f299a quilter: 2.1.0 -> 2.1.1 2020-02-11 14:04:22 +00:00
Frederik Rietdijk 1a6c3cb06b Merge staging into staging-next 2020-02-11 07:59:53 +01:00
Patrick Hilhorst 603109c171 vscodium: 1.41.1 -> 1.42.0 2020-02-10 19:58:55 +01:00
Benjamin Hipple 2115a2037c fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
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.
2020-02-10 10:17:29 -05:00
R. RyanTM b94c1c89f6 manuskript: 0.10.0 -> 0.11.0 2020-02-10 13:36:57 +01:00
R. RyanTM 20a73c5434 kdeApplications.okteta: 0.26.2 -> 0.26.3 2020-02-09 13:59:25 +01:00
Thomas Churchman c32ccccd9d
rstudio: use qt5's mkDerivation (#74381) 2020-02-09 01:44:53 -05:00
worldofpeace 4ced5611db
Merge pull request #75670 from mkg20001/pkg/bless
bless: init at 0.6.2
2020-02-08 21:58:35 -05:00
zowoq d39e08e462 vscode 1.41.1 -> 1.42.0 2020-02-08 12:36:18 +10:00
R. RyanTM 4a9b6ece20 rednotebook: 2.15 -> 2.16 2020-02-06 20:09:20 +01:00
R. RyanTM 2b5bb8d084 thonny: 3.2.4 -> 3.2.6 2020-02-06 20:09:04 +01:00
R. RyanTM 0af886dcf9 quilter: 2.0.5 -> 2.1.0 2020-02-06 14:10:42 +00:00
Aaron Andersen 20f4130a5f kdev-python: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen 3c2d808932 kdev-php: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen 0b4d32a2aa kdevelop: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Maciej Krüger 72337bec22
bless: init at 0.6.2 2020-02-01 13:01:46 +01:00
Maximilian Bosch 8d90d7efb7
Merge pull request #78801 from asbachb/update-to-netbeans-11.2
netbeans: 11.1 -> 11.2
2020-02-01 12:09:41 +01:00
Michael Weiss e9d171e9c5
androidStudioPackages.beta: 3.6.0.18 -> 3.6.0.19 2020-01-30 20:03:20 +01:00
Benjamin Asbach 48e4e1a12a netbeans: 11.1 -> 11.2 2020-01-30 01:11:58 +01:00
worldofpeace 269a0569b7
Merge pull request #78503 from bhipple/fix/hexdino
hexdino: use pname
2020-01-28 23:49:03 -05:00
Matthew Bauer fb36553584
Merge pull request #78397 from sternenseemann/uberwriter-bugfix
uberwriter: add shared-mime-info to environment and update
2020-01-28 14:44:08 -05:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Vladyslav M 6cf9c0ec90
Merge pull request #78536 from r-ryantm/auto-update/tiled
tiled: 1.3.1 -> 1.3.2
2020-01-26 15:51:21 +02:00
R. RyanTM 2775cf9e49 tiled: 1.3.1 -> 1.3.2 2020-01-26 12:41:44 +00:00
Benjamin Hipple f796942c56 hexdino: use pname 2020-01-25 23:35:04 -05:00
sternenseemann 03aa58fed6 uberwriter: 2019-11-29 -> 2020-01-24 2020-01-25 14:23:24 +01:00
Bjørn Forsman 804fbc9c87 eclipses.plugins.cdt: fix source hash 2020-01-24 20:18:14 +01:00
Olli Helenius 741faf7d90 jetbrains.webstorm: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius b2f6416792 jetbrains.pycharm-professional: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius 0c364672d0 jetbrains.pycharm-community: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00