summary refs log tree commit diff
path: root/pkgs/development/libraries/libxslt/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libxslt/builder.sh')
-rw-r--r--pkgs/development/libraries/libxslt/builder.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/libraries/libxslt/builder.sh b/pkgs/development/libraries/libxslt/builder.sh
deleted file mode 100644
index e5cc0f5a6674..000000000000
--- a/pkgs/development/libraries/libxslt/builder.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-buildinputs="$libxml2"
-. $stdenv/setup || exit 1
-
-tar xvfz $src || exit 1
-cd libxslt-* || exit 1
-./configure --prefix=$out || exit 1
-make || exit 1
-make install || exit 1
-strip -S $out/lib/*.a || exit 1