summary refs log tree commit diff
path: root/pkgs/development/libraries/libxslt
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/libxslt
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/libxslt')
-rw-r--r--pkgs/development/libraries/libxslt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix
index dc74d8e95ee..2784093d50a 100644
--- a/pkgs/development/libraries/libxslt/default.nix
+++ b/pkgs/development/libraries/libxslt/default.nix
@@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
   ];
 
   postFixup = ''
-    _moveToOutput bin/xslt-config "$dev"
-    _moveToOutput lib/xsltConf.sh "$dev"
-    _moveToOutput share/man/man1 "$bin"
+    moveToOutput bin/xslt-config "$dev"
+    moveToOutput lib/xsltConf.sh "$dev"
+    moveToOutput share/man/man1 "$bin"
   '';
 
   meta = with stdenv.lib; {