lash: delay assert behind eval of meta (#427191)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user