entr: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 21:37:19 +01:00
parent 484c476c75
commit 608470469e
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "test";
installFlags = [ "PREFIX=$(out)" ];
TARGET_OS = stdenv.hostPlatform.uname.system;
env.TARGET_OS = stdenv.hostPlatform.uname.system;
meta = {
homepage = "https://eradman.com/entrproject/";