mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ultrastardx: remove with statements
This commit is contained in:
parent
8910fea8d2
commit
8ee773a28e
@ -67,8 +67,8 @@ in stdenv.mkDerivation rec {
|
||||
-i src/lib/ffmpeg-4.0/swscale.pas
|
||||
'';
|
||||
|
||||
preBuild = with lib;
|
||||
let items = concatMapStringsSep " " (x: "-rpath ${getLib x}/lib") sharedLibs;
|
||||
preBuild =
|
||||
let items = lib.concatMapStringsSep " " (x: "-rpath ${lib.getLib x}/lib") sharedLibs;
|
||||
in ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS ${items}"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user