Skip to content

Commit a2a72d5

Browse files
committed
typo fix
1 parent 45f12c1 commit a2a72d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/halide.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
4242
eigen
4343
openblas
4444
]
45-
++ lib.optional lib.isLinux mesa;
45+
++ lib.optional stdenv.isLinux mesa;
4646

4747
nativeBuildInputs = [ cmake ];
4848

0 commit comments

Comments
 (0)