summary refs log tree commit diff
path: root/pkgs/misc/tex/lazylist/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/tex/lazylist/builder.sh')
-rw-r--r--pkgs/misc/tex/lazylist/builder.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/misc/tex/lazylist/builder.sh b/pkgs/misc/tex/lazylist/builder.sh
index f355a55a99fc..140b07f7be70 100644
--- a/pkgs/misc/tex/lazylist/builder.sh
+++ b/pkgs/misc/tex/lazylist/builder.sh
@@ -1,18 +1,13 @@
 source $stdenv/setup
 
-phases="installPhase"
-dontMakeInstall="yes"
-prefix="$out"
-
-preInstall() {
+buildPhase=true
 
+installPhase=myInstallPhase
+myInstallPhase() {
   ensureDir "$out/share/texmf-nix/tex/latex/lazylist"
   cp lazylist.sty "$out/share/texmf-nix/tex/latex/lazylist"
-
 }
 
-preInstall=preInstall
-
 genericBuild