sycl-info: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:51 +01:00
parent fa962b6281
commit 48441991ff
+5 -1
View File
@@ -50,7 +50,11 @@ stdenv.mkDerivation {
];
# Required for ronn to compile the manpage.
RUBYOPT = "-KU -E utf-8:utf-8";
env.RUBYOPT = toString [
"-KU"
"-E"
"utf-8:utf-8"
];
meta = {
homepage = "https://github.com/codeplaysoftware/sycl-info";