summary refs log tree commit diff
path: root/pkgs/development/libraries/libvpx
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/libvpx
parent0d2ac2b08c6e9a1f51de541b85ee0322423331c1 (diff)
downloadnixpkgs-e289717414ae4e730586563122591a68820f7c25.tar
nixpkgs-e289717414ae4e730586563122591a68820f7c25.tar.gz
nixpkgs-e289717414ae4e730586563122591a68820f7c25.tar.bz2
nixpkgs-e289717414ae4e730586563122591a68820f7c25.tar.lz
nixpkgs-e289717414ae4e730586563122591a68820f7c25.tar.xz
nixpkgs-e289717414ae4e730586563122591a68820f7c25.tar.zst
nixpkgs-e289717414ae4e730586563122591a68820f7c25.zip
rename moveToOutput and propagatedBuildInputs
Diffstat (limited to 'pkgs/development/libraries/libvpx')
-rw-r--r--pkgs/development/libraries/libvpx/default.nix2
-rw-r--r--pkgs/development/libraries/libvpx/git.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libvpx/default.nix b/pkgs/development/libraries/libvpx/default.nix
index c33c5d9ad01..5c593dd1f75 100644
--- a/pkgs/development/libraries/libvpx/default.nix
+++ b/pkgs/development/libraries/libvpx/default.nix
@@ -149,7 +149,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  postInstall = ''_moveToOutput bin "$bin" '';
+  postInstall = ''moveToOutput bin "$bin" '';
 
   crossAttrs = let
     isCygwin = stdenv.cross.libc == "msvcrt";
diff --git a/pkgs/development/libraries/libvpx/git.nix b/pkgs/development/libraries/libvpx/git.nix
index bfe1f9424cd..064fb807a21 100644
--- a/pkgs/development/libraries/libvpx/git.nix
+++ b/pkgs/development/libraries/libvpx/git.nix
@@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  postInstall = ''_moveToOutput bin "$bin" '';
+  postInstall = ''moveToOutput bin "$bin" '';
 
   crossAttrs = let
     isCygwin = stdenv.cross.libc == "msvcrt";