Unverified Commit b879c7f0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

uhttpd: move env variable into env for structuredAttrs (#498034)

parents 906ca72e 45e50a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
    "-DLUA_SUPPORT=on"
  ];

  NIX_LDFLAGS = "-lcrypt";
  env.NIX_LDFLAGS = "-lcrypt";

  postInstall = ''
    wrapProgram $out/bin/uhttpd \