atom: gtk3 should be in buildInputs
This commit is contained in:
parent
8a9733361e
commit
bb76f9a210
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl, makeWrapper, wrapGAppsHook, gvfs, atomEnv, gtk3}:
|
{ stdenv, pkgs, fetchurl, makeWrapper, wrapGAppsHook, gvfs, gtk3, atomEnv }:
|
||||||
|
|
||||||
let
|
let
|
||||||
common = pname: {version, sha256, beta ? null}:
|
common = pname: {version, sha256, beta ? null}:
|
||||||
@ -16,6 +16,9 @@ let
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
|
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
gtk3 # Fix error: GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
|
gtk3 # Fix error: GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user