libdvdread_4_9_9: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-07 14:15:56 +01:00
parent d0c694afce
commit 331bb7f5cf
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ libdvdcss ];
NIX_LDFLAGS = "-ldvdcss";
env.NIX_LDFLAGS = "-ldvdcss";
postInstall = ''
ln -s dvdread $out/include/libdvdread