about summary refs log tree commit diff
path: root/pkgs/development/libraries/libav
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-12-02 10:03:23 +0100
committerLuca Bruno <lethalman88@gmail.com>2015-12-02 10:05:36 +0100
commite289717414ae4e730586563122591a68820f7c25 (patch)
treee5584b51145fbc36b960abcdf78647ec8cb99650 /pkgs/development/libraries/libav
parent0d2ac2b08c6e9a1f51de541b85ee0322423331c1 (diff)
downloadnixlib-e289717414ae4e730586563122591a68820f7c25.tar
nixlib-e289717414ae4e730586563122591a68820f7c25.tar.gz
nixlib-e289717414ae4e730586563122591a68820f7c25.tar.bz2
nixlib-e289717414ae4e730586563122591a68820f7c25.tar.lz
nixlib-e289717414ae4e730586563122591a68820f7c25.tar.xz
nixlib-e289717414ae4e730586563122591a68820f7c25.tar.zst
nixlib-e289717414ae4e730586563122591a68820f7c25.zip
rename moveToOutput and propagatedBuildInputs
Diffstat (limited to 'pkgs/development/libraries/libav')
-rw-r--r--pkgs/development/libraries/libav/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libav/default.nix b/pkgs/development/libraries/libav/default.nix
index a3d2d3fde303..78b1eef2ccfc 100644
--- a/pkgs/development/libraries/libav/default.nix
+++ b/pkgs/development/libraries/libav/default.nix
@@ -81,7 +81,7 @@ let
     setOutputFlags = false;
 
     # move tools away to lighten runtime deps and size
-    postInstall = ''_moveToOutput bin "$bin" '';
+    postInstall = ''moveToOutput bin "$bin" '';
 
     doInstallCheck = false; # fails randomly
     installCheckTarget = "check"; # tests need to be run *after* installation