I’m trying to use nix develop
to continuosly edit and re-build nixpkgs#shortwave (World / Shortwave · GitLab).
I’m running
cd shortwave-src
nix develop nixpkgs#shortwave
eval $configurePhase && eval $buildPhase && eval $installPhase
fixupPhase
The problem is, after trying to run ../outputs/out/bin/shortwave
, the settings schema can’t be found.
(shortwave:500922): GLib-GIO-ERROR **: 18:41:22.392: Settings schema 'de.haeckerfelix.Shortwave' is not installed
Trace/breakpoint trap (core dumped)
Therefore I can’t develop shortwave, or any other gnome application.
I can compile the app, but I can’t run it afterwards.
How can I run the app after compiling it inside the nix develop
shell?