repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
evcc: 0.131.4 -> 0.131.5
[NixPkgs.git]
/
pkgs
/
by-name
/
in
/
indi-full-nonfree
/
package.nix
blob
899afb4e4305f5d5b916424ba44a496edf0141d5
1
{
2
lib,
3
stdenv,
4
indi-3rdparty,
5
indilib,
6
indi-with-drivers,
7
}:
8
9
indi-with-drivers.override {
10
pname = "indi-full-nonfree";
11
inherit (indilib) version;
12
extraDrivers = builtins.filter (attrs: lib.meta.availableOn stdenv.hostPlatform attrs) (
13
builtins.attrValues indi-3rdparty
14
);
15
}