libdvdread_4_9_9: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [ libdvdcss ];
|
||||
|
||||
NIX_LDFLAGS = "-ldvdcss";
|
||||
env.NIX_LDFLAGS = "-ldvdcss";
|
||||
|
||||
postInstall = ''
|
||||
ln -s dvdread $out/include/libdvdread
|
||||
|
||||
Reference in New Issue
Block a user