Commit Graph

6010 Commits

Author SHA1 Message Date
github-actions[bot]
ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00
AndersonTorres
5495d6d2b2 ppsspp: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:09 -03:00
AndersonTorres
41c71047c0 mgba: ffmpeg_3 -> ffmpeg
And refactor.
2021-04-30 17:39:09 -03:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Sandro
7a217983de
Merge pull request #120755 from eduardosm/frescobaldi
frescobaldi: 3.1.1 -> 3.1.3
2021-04-30 14:01:23 +02:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Sandro
1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Sandro
5c63565c74
Merge pull request #120629 from jupblb/gruvbox-nvim 2021-04-30 03:28:38 +02:00
Sandro
2fe7ce0e5e
Merge pull request #121006 from onsails/vim-plugins 2021-04-30 02:21:09 +02:00
Sandro
75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Ryan Horiguchi
3f16286601
vscode-extensions.hashicorp.terraform: 2.10.0 -> 2.10.1 2021-04-29 23:20:41 +02:00
Samuel Gräfenstein
1e77642558
wine*: add meta.mainProgram
Fix running wine builds from `wineWowPackages` via `nix run`,
this change makes it execute `bin/wine` instead of the non-existent
`bin/wine-wow`.
2021-04-29 17:42:11 +02:00
Samuel Gräfenstein
c63a83acf5
pcsx2: add meta.mainProgram 2021-04-29 14:59:30 +02:00
"Andrey Kuznetsov"
8c4f24dfc4 vimPlugins.friendly-snippets: init at 2021-04-17 2021-04-29 10:16:41 +00:00
"Andrey Kuznetsov"
44ba3c22d0 vimPlugins.vim-code-dark: init at 2021-04-09 2021-04-29 10:16:14 +00:00
"Andrey Kuznetsov"
7e49de89e3 vimPlugins: update 2021-04-29 10:15:50 +00:00
Andrey Kuznetsov
3c3f328bc1
vimPlugins.which-key-nvim: fix branch 2021-04-29 10:15:14 +00:00
jupblb
d61fc4c2a3
Update vim-clap cargoSha256 2021-04-29 09:29:58 +02:00
jupblb
85c333d358
vimPlugins.gruvbox-nvim: init at 2021-04-23 2021-04-29 09:29:57 +02:00
Pablo Ovelleiro Corral
cfa0a57765
Add which-key-nvim (#121092) 2021-04-29 03:14:43 +02:00
Emery Hemingway
5c5ec0bff6 maiko: init at 2021-04-14 2021-04-28 09:52:13 +02:00
Sandro
ecff9e8dc7
Merge pull request #120618 from OPNA2608/init/punes/21.05
punes: init at unstable-2021-04-25
2021-04-27 14:57:07 +02:00
Sandro
fdce3b59c1
Merge pull request #120691 from JesusMtnez/metals-ext
vscx/scalameta-metals: 1.10.3 -> 1.10.4
2021-04-27 14:20:24 +02:00
Eduardo Sánchez Muñoz
e412f73251 frescobaldi: 3.1.1 -> 3.1.3 2021-04-26 18:09:18 +02:00
OPNA2608
1fd6bf6a01 punes: init at unstable-2021-04-25 2021-04-26 17:14:57 +02:00
JesusMtnez
d0a055fe90
vscx/scalameta-metals: 1.10.3 -> 1.10.4 2021-04-26 16:55:15 +02:00
Sandro
bdce7261ef
Merge pull request #119977 from malob/vimplugins-add-overrides 2021-04-26 06:43:48 +02:00
github-actions[bot]
a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Jörg Thalheim
ce4b94e79f
Merge pull request #119235 from hoppla20/add-vim-plugins
Add vim plugins
2021-04-25 06:11:05 +01:00
Jan Tojnar
0f1c4558d3
Merge branch 'master' into staging-next
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-25 02:50:48 +02:00
Martin Weinelt
b7e08de1e9
Merge pull request #119181 from SFrijters/wine-6.6 2021-04-24 17:59:07 +02:00
Vincent Cui
7b0b4c048a vimPlugins.lazygit-nvim: init at 2021-03-25 2021-04-24 13:33:34 +02:00
"Vincent Cui"
12ece33098 vimPlugins.vim-helm: init at 2020-01-02 2021-04-24 13:33:34 +02:00
"Vincent Cui"
de69947e83 vimPlugins.vim-xtabline: init at 2021-01-31 2021-04-24 13:33:34 +02:00
Vincent Cui
d1ad812ec1 vimPlugins.suda-vim: init at 2021-02-20 2021-04-24 13:33:33 +02:00
"Vincent Cui"
16f6bc4f01 vimPlugins.wildfire-vim: init at 2014-11-16 2021-04-24 13:33:33 +02:00
Vincent Cui
888acb76a7 vimPlugins.LeaderF: init at 2021-04-02 2021-04-24 13:33:33 +02:00
"Vincent Cui"
fff666d4f7 vimPlugins: resolve github repository redirects 2021-04-24 13:33:33 +02:00
Vincent Cui
3f151a5617 vimPlugins: update 2021-04-24 13:33:33 +02:00
Stefan Frijters
efa5a31633
wine{Unstable,Staging}: 6.6 -> 6.7 2021-04-24 09:59:40 +02:00
github-actions[bot]
d8d6ba0d2e
Merge master into staging-next 2021-04-24 06:05:30 +00:00
Sandro
de959006f5
Merge pull request #119081 from Stekke/infnoise 2021-04-24 07:42:06 +02:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
"Andrey Kuznetsov"
88289c4b37
vimPlugins.lsp-colors-nvim: init at 2021-04-23 2021-04-23 21:32:31 +00:00
"Andrey Kuznetsov"
37c937a95f vimPlugins.nvim-base16: init at 2021-04-12 2021-04-23 20:47:52 +00:00
"Andrey Kuznetsov"
2a4aec9cdf vimPlugins: update 2021-04-23 20:47:26 +00:00
github-actions[bot]
481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
"Dany Marcoux"
4707d4a645 vimPlugins.vim-strip-trailing-whitespace: init at 2021-01-03 2021-04-22 23:11:52 +02:00
"Dany Marcoux"
c67b5a0035 vimPlugins.wstrip-vim: init at 2021-03-14 2021-04-22 23:10:19 +02:00
"Dany Marcoux"
687cd11d7b vimPlugins: update 2021-04-22 23:09:47 +02:00