Commit Graph

4688 Commits

Author SHA1 Message Date
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
R. RyanTM
76e748889c kdevelop-pg-qt: 2.2.0 -> 2.2.1 2020-02-08 14:58:18 +00: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
Olli Helenius
a7ebd849ef jetbrains.phpstorm: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
206003cab6 jetbrains.idea-ultimate: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
60e24ff9d4 jetbrains.idea-community: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
62184866d1 jetbrains.datagrip: 2019.3.1 -> 2019.3.2 2020-01-24 02:14:02 -08:00
Olli Helenius
d92862cacd jetbrains.clion: 2019.3.2 -> 2019.3.3 2020-01-24 02:14:02 -08:00
sternenseemann
97e9a3fdd4 uberwriter: add shared-mime-info to environment 2020-01-24 01:52:37 +01:00
Michael Weiss
cb13f8439a
androidStudioPackages.{dev,canary}: 4.0.0.8 -> 4.0.0.9 2020-01-22 14:32:13 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
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
```
2020-01-22 11:26:22 +01:00
Vladyslav M
e6e9572ebc
bviplus: 0.9.4 -> 1.0 (#78073)
bviplus: 0.9.4 -> 1.0
2020-01-21 23:46:30 +02:00
R. RyanTM
1d1a8fe7f1 focuswriter: 1.7.3 -> 1.7.4 2020-01-20 13:29:25 +01:00
R. RyanTM
2e067c7a2d bviplus: 0.9.4 -> 1.0 2020-01-20 04:23:13 +00:00
Robert Helgesson
0c74d7b22e
eclipsePlugins.jdt: fix source hash 2020-01-19 22:54:05 +01:00
sternenseemann
5088ef5a19 uberwriter: init at 2019-11-29 2020-01-18 16:23:47 +01:00
Stewart Mackenzie
521ac53e88 amp: git rev 2c88e8 (2019-06-09) -> v0.6.1 2020-01-18 20:54:43 +08:00
Jörg Thalheim
d3a0befba1
quartus: init at 19.1.0.670 (#75561)
quartus: init at 19.1.0.670
2020-01-17 09:35:38 +00:00
ajs124
417efa994e texstudio: 2.12.16 -> 2.12.20
tabs -> spaces
2020-01-16 16:44:12 +00:00
Luflosi
5c000e983c kakoune: 2019.12.10 -> 2020.01.16 2020-01-16 14:53:08 +00:00
Kai Wohlfahrt
38e6c845dc quartus: init at 19.1.0.670
This requires a FHSUserEnv because the licensing executable checksums
itself (I think).

The override of libpng is a bit ugly, can this be cleaned up?
2020-01-15 21:15:39 +00:00
Peter Hoeg
f799342531
Merge pull request #77602 from peterhoeg/fix_emacs
emacs: 2 minor hotfixes
2020-01-13 17:01:42 +08:00
Peter Hoeg
ac289636de melpaPackages.gnuplot: add missing dependency 2020-01-13 16:37:11 +08:00
Peter Hoeg
00c01e0630 elpaPackages.gnuplot: 0.7 -> 0.7.2
Manual update as 0.7 breaks evil.
2020-01-13 16:36:36 +08:00
Peter Hoeg
6ac6bf2927
Merge pull request #73854 from Dema/neovim-qt-version-bump
neovim-qt: 0.2.12 -> 0.2.15
2020-01-13 09:07:58 +08:00
Michael Weiss
d494bfcaf3
androidStudioPackages.{dev,canary}: 4.0.0.7 -> 4.0.0.8
Unfortunately this update seems to require some manual changes, at least
in my case. But fortunately the IDE explains the required changes:
4:45 PM	Gradle sync failed: Minimum supported Gradle version is 6.1-rc-1. Current version is 6.1-milestone-2. If using the gradle wrapper, try editing the distributionUrl in /home/michael/workspace/as40test/gradle/wrapper/gradle-wrapper.properties to gradle-6.1-rc-1-all.zip
Consult IDE log for more details (Help | Show Log) (21 s 544 ms)
2020-01-10 17:57:23 +01:00
Oleksii Filonenko
00f74cdeaf
glow: 0.1.6 -> 0.2.0 2020-01-09 15:27:05 +02:00
adisbladis
61a92baf35
melpa-packages: 2020-01-08 2020-01-08 14:34:35 +00:00
adisbladis
04c9af7d11
elpa-packages: 2020-01-08 2020-01-08 14:33:14 +00:00
Aaron Andersen
11c50eeb6c
Merge pull request #77165 from aanderse/kdevelop
kdevelop: 5.4.5 -> 5.4.6
2020-01-07 20:17:29 -05:00
worldofpeace
afe20a8cb7
Merge pull request #77230 from r-ryantm/auto-update/quilter
quilter: 2.0.4 -> 2.0.5
2020-01-07 18:54:15 -05:00
Maximilian Bosch
5f6df74f66
Merge pull request #77166 from r-ryantm/auto-update/neovim-remote
neovim-remote: 2.2.3 -> 2.4.0
2020-01-07 23:39:17 +01:00
Wael M. Nasreddine
7909787a7d Revert "vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)"
This reverts commit a3bf0c2e40.
2020-01-07 13:13:41 -08:00
R. RyanTM
dd85e2e72c quilter: 2.0.4 -> 2.0.5 2020-01-07 05:37:39 -08:00
R. RyanTM
42a0d7f315 neovim-remote: 2.2.3 -> 2.4.0 2020-01-06 19:10:52 -08:00
Aaron Andersen
c6b8d7912c kdev-python: 5.4.5 -> 5.4.6 2020-01-06 20:59:09 -05:00
Aaron Andersen
3980119c29 kdev-php: 5.4.5 -> 5.4.6 2020-01-06 20:58:55 -05:00
Aaron Andersen
a8db490969 kdevelop: 5.4.5 -> 5.4.6 2020-01-06 20:58:39 -05:00
Oleksii Filonenko
ae9cef7262 glow: 0.1.3 -> 0.1.6
- Add buildFlagsArray to support --version
- Refactor some meta attributes to look more uniform
2020-01-06 15:29:28 +01:00
Patrick Hilhorst
157d9bcc52
vscode, vscodium: ban nixpkgs-update from updating
nixpkgs-update doesn't correctly update the hash for darwin.
There doesn't seem to be a good fix for this.

See also:

  - #76471
  - #76458

CC: @ryantm @eadwu
2020-01-06 11:42:04 +01:00
Frederik Rietdijk
828f93a326 Merge master into staging-next 2020-01-05 16:00:21 +01:00
Markus Kowalewski
457b17cf21
texmaker: 5.0.3 -> 5.0.4 2020-01-04 20:18:06 +01:00
Frederik Rietdijk
62bfa88763 Merge staging-next into staging 2020-01-02 21:41:48 +01:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Tim Steinbach
8d39a23190
Merge pull request #76716 from ysndr/review/atom140
atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0
2020-01-01 12:42:13 -05:00
Michael Weiss
04cc65db61
androidStudioPackages.{dev,canary}: 4.0.0.6 -> 4.0.0.7 2020-01-01 17:27:43 +01:00
Frederik Rietdijk
555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
Lassulus
e4d0e33f36
Merge pull request #73879 from kolaente/update/jetbrains-2019.4
jetbrains.* 2019.2.* -> 2019.3
2019-12-31 16:34:08 +01:00
Eduardo Quiros
3e50d4a6f3 vim: 8.1.2407 -> 8.2.0013 2019-12-31 09:28:42 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
ysander
9922a5498b atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0
Add shared libraries libuuid and libatk-bridge
2019-12-31 01:25:00 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Robin Gloster
755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Frederik Rietdijk
bfa5af85b7 Merge staging-next into staging 2019-12-30 16:25:56 +01:00
Edmund Wu
83f76b6501 vscodium: 1.41.0 -> 1.41.1 2019-12-30 16:08:53 +01:00
Edmund Wu
b77fd49378 vscode: 1.41.0 -> 1.41.1 2019-12-30 16:08:53 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
78cf5eda69
nedit: *Flags are lists 2019-12-30 12:15:22 +01:00
Robin Gloster
0f67406076
treewide: installTargets is a list 2019-12-30 04:50:37 +01:00
R. RyanTM
78602c4a7b rednotebook: 2.14 -> 2.15 2019-12-28 20:32:45 +01:00
kolaente
ff60e96187
Jetbrains Goland 2019.3 -> 2019.3.1 2019-12-28 18:35:36 +01:00
kolaente
4b5bdb7dbe
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4 2019-12-28 18:14:31 +01:00
Alyssa Ross
6b24a1b8c1
emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Emery Hemingway
54184dfc7e glow: init at 0.1.3 2019-12-26 15:19:40 +05:30
Manuel Mendez
b840977407 neovim: Drop jemalloc
See https://github.com/neovim/neovim/pull/9526.
2019-12-25 23:49:21 +01:00
Lancelot SIX
241e1fd9d0 nano: 4.6 -> 4.7
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00005.html
for release information.
2019-12-25 19:50:28 +00:00
kolaente
62a5b9743b
Jetbrains Webstorm 2019.3 -> 2019.3.1 2019-12-25 11:13:37 +01:00
kolaente
5ae4412196
Jetbrains Ruby-Mine 2019.3 -> 2019.3.1 2019-12-25 11:13:19 +01:00
kolaente
919368a37a
Jetbrains Rider 2019.3 -> 2019.3.1 2019-12-25 11:13:04 +01:00
kolaente
2c964ae68e
Jetbrains Pycharm Professional 2019.3 -> 2019.3.1 2019-12-25 11:12:49 +01:00
kolaente
5acd28298b
Jetbrains Pycharm 2019.3 -> 2019.3.1 2019-12-25 11:12:26 +01:00