I think it would be a good addition to be able to customize the schema's output directory.
|
PathBuf::from(std::env::var("HOME").unwrap()).join(".local/share/glib-2.0/schemas"); |
For example, I'm trying to package Phrog for NixOS, but we can't modify the user's home directory.
I don't know how to do that well with the Rust build process, but maybe with only an environment variable?
I think it would be a good addition to be able to customize the schema's output directory.
phrog/build.rs
Line 11 in d7e048c
For example, I'm trying to package Phrog for NixOS, but we can't modify the user's home directory.
I don't know how to do that well with the Rust build process, but maybe with only an environment variable?