lash: delay assert behind eval of meta (#427191)

This commit is contained in:
Wolfgang Walther
2025-07-22 08:55:07 +00:00
committed by GitHub
+3 -3
View File
@@ -12,8 +12,6 @@
readline,
}:
assert libuuid != null;
stdenv.mkDerivation rec {
pname = "lash";
version = "0.5.4";
@@ -40,7 +38,9 @@ stdenv.mkDerivation rec {
libxml2
readline
];
propagatedBuildInputs = [ libuuid ];
propagatedBuildInputs =
assert libuuid != null;
[ libuuid ];
NIX_LDFLAGS = "-lm -lpthread -luuid";
postInstall = ''