Commit Graph

11 Commits

Author SHA1 Message Date
d851231ee9 jetbrains: update IDEA for generated plugins 2020-10-19 19:13:12 +11:00
9c4a68e3aa jetbrains: add plugins to passthrough 2020-10-18 18:15:35 +11:00
7959b877d9 jetbrains: rework following the Emacs builder
This commit moves a lot of the heavy lifting out of callPackage and back
into regular import, following conventions from upstream Nixpkgs. It
allows for a clearer and less magic definition of new packages,
particularly by downstream, as well, by exposing the *Build package
callers in the attribute set.
2020-10-18 17:47:48 +11:00
c1c942c346 spotify-ripper: mark as unfree
Allows building CI as free-only following requirements of upstream.
2020-10-17 16:20:37 +11:00
cec9f93414 protonmail-bridge: fix for building on unstable
At some point the propagation logic is being changed such that
nativeBuildInputs isn't included in buildInputs, which means that
pkg-config can't see anything in nativeBuildInputs.
2020-10-17 15:34:29 +11:00
8304b41c71 spotify-ripper: merge python2Packages for deps 2020-10-17 12:51:47 +11:00
a768165485 mopidy-subidy: merge python3Packages for deps 2020-10-17 12:51:47 +11:00
808b5186d7 go-modules/qt: fix hashes for implicit deps 2020-10-17 12:51:47 +11:00
304d3932f4 protonmail-bridge: split into multiple files 2020-10-17 12:51:43 +11:00
6bd6a13e51 alacritty-ligatures: override upstream directly
The old method was having the alacritty build copy-pasted into the repo
and making minor changes. This worked but isn't really feasible as it
doesn't incoroprate upstream (build) changes without noticing.

This commit finally works out how to override buildRustPackage to set
the Cargo dependency.
2020-10-17 12:51:43 +11:00
c45733e63e all: initial port from private config 2020-10-17 12:51:37 +11:00