summary refs log tree commit diff
path: root/pkgs/tools/typesetting/asciidoc/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-11 10:26:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-11 10:26:50 +0000
commita35566af2b02ea21f130a145205e1b34c4b3b3c7 (patch)
tree718ca7661f2d95d2804cf67c567c84c159adfece /pkgs/tools/typesetting/asciidoc/default.nix
parent7e436db74d92d3a06351f65296b72772aa22ff2f (diff)
downloadnixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar.gz
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar.bz2
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar.lz
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar.xz
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.tar.zst
nixpkgs-a35566af2b02ea21f130a145205e1b34c4b3b3c7.zip
* stdenv doesn't have an attribute named bash on FreeBSD (maybe it
  should).

svn path=/nixpkgs/trunk/; revision=11053
Diffstat (limited to 'pkgs/tools/typesetting/asciidoc/default.nix')
-rw-r--r--pkgs/tools/typesetting/asciidoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/asciidoc/default.nix b/pkgs/tools/typesetting/asciidoc/default.nix
index 375e1fad6a3..373abac7e7a 100644
--- a/pkgs/tools/typesetting/asciidoc/default.nix
+++ b/pkgs/tools/typesetting/asciidoc/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
       sed -e 's,^#!/usr/bin/env python,#!${python}/bin/python,g' \
       > ,,tmp && mv ,,tmp asciidoc.py && chmod +x asciidoc.py
     cat "a2x" | \
-      sed -e 's,^#!/usr/bin/env bash,#!${stdenv.bash}/bin/bash,g' \
+      sed -e 's,^#!/usr/bin/env bash,#!${stdenv.shell},g' \
       > ,,tmp && mv ,,tmp a2x && chmod +x a2x
 
     cat "install.sh" | \