mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
svn path=/nixos/trunk/; revision=10947
This commit is contained in:
parent
6a84e72db6
commit
8b98c3b125
@ -17,7 +17,9 @@ let
|
|||||||
|
|
||||||
directoriesConf = pkgs.writeText "directories.conf" config.directoriesConf;
|
directoriesConf = pkgs.writeText "directories.conf" config.directoriesConf;
|
||||||
|
|
||||||
defaultPath = "${pkgs.coreutils}/bin:${pkgs.findutils}/bin";
|
defaultPath = "${pkgs.coreutils}/bin:${pkgs.findutils}/bin:${pkgs.gnutar}/bin";
|
||||||
|
|
||||||
|
inherit (pkgs) gnutar bzip2;
|
||||||
|
|
||||||
saxon8 = pkgs.saxonb;
|
saxon8 = pkgs.saxonb;
|
||||||
|
|
||||||
@ -36,6 +38,7 @@ let
|
|||||||
cp -prd $src/* $out
|
cp -prd $src/* $out
|
||||||
chmod -R u+w $out
|
chmod -R u+w $out
|
||||||
find $out -type f -print | while read fn; do
|
find $out -type f -print | while read fn; do
|
||||||
|
args=
|
||||||
substituteAll $fn $fn
|
substituteAll $fn $fn
|
||||||
done
|
done
|
||||||
eval "$postInstall"
|
eval "$postInstall"
|
||||||
|
Loading…
Reference in New Issue
Block a user