flake: bump inputs
This commit is contained in:
parent
2cf1622b7d
commit
0232c36f5f
3 changed files with 8 additions and 8 deletions
|
@ -65,7 +65,7 @@
|
|||
'';
|
||||
};
|
||||
in buildFHSUserEnv {
|
||||
inherit pname;
|
||||
inherit pname version;
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
glib libGL curl
|
||||
libgcc gtk3
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
genericName = "radio link configuration & build tool";
|
||||
};
|
||||
in buildFHSUserEnv {
|
||||
inherit pname;
|
||||
inherit pname version;
|
||||
# copied from chromium deps
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
glib fontconfig freetype pango cairo xorg.libX11 xorg.libXi atk nss nspr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue