mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
Merge branch 'nix-exec-git' of git://github.com/proger/nixpkgs
This commit is contained in:
commit
8bc56d5d8e
|
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||
# Install git-subtree.
|
||||
pushd contrib/subtree
|
||||
make
|
||||
make install install-doc
|
||||
make install ${stdenv.lib.optionalString withManual "install-doc"}
|
||||
popd
|
||||
rm -rf contrib/subtree
|
||||
|
||||
|
|
|
@ -4023,6 +4023,10 @@ let
|
|||
|
||||
nix-exec = callPackage ../development/interpreters/nix-exec {
|
||||
nix = nixUnstable;
|
||||
git = git.override {
|
||||
withManual = false;
|
||||
pythonSupport = false;
|
||||
};
|
||||
};
|
||||
|
||||
octave = callPackage ../development/interpreters/octave {
|
||||
|
|
Loading…
Reference in a new issue