summary refs log tree commit diff
path: root/pkgs/shells/powershell
Commit message (Collapse)AuthorAge
* powershell: set shellPathMatthew Bauer2019-12-31
| | | Fixes #45830
* powershell: disable dotnet telemetryMario Rodas2019-11-29
|
* powershell: 6.2.2 -> 6.2.3R. RyanTM2019-09-27
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * powershell: pint to openssl 1.0.2Robin Gloster2019-08-22
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* powershell: updating darwin shaMarek Mahut2019-08-10
|
* powershell: 6.2.1 -> 6.2.2R. RyanTM2019-07-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions
* powershell: 6.2.0 -> 6.2.1R. RyanTM2019-06-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions
* powershell: 6.1.2 -> 6.2.0Yurii Rashkovskii2019-04-09
|
* powershell: 6.1.1 -> 6.1.2R. RyanTM2019-01-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions
* powershell: 6.1.0 -> 6.1.1worldofpeace2018-11-24
| | | | | | | | Also fix libraries for darwin. Closes #50966 Co-authored-by: Robin Gloster <mail@glob.in>
* powershell: 6.0.4 -> 6.1.0 (#48130)Yurii Rashkovskii2018-10-10
|
* powershell: 6.0.3 -> 6.0.4Yurii Rashkovskii2018-08-13
|
* Merge pull request #43912 from r-ryantm/auto-update/powershellFrederik Rietdijk2018-07-22
|\ | | | | powershell: 6.0.2 -> 6.0.3
| * powershell: 6.0.2 -> 6.0.3R. RyanTM2018-07-21
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputsJörg Thalheim2018-06-13
|
* powershell: fix the buildYurii Rashkovskii2018-06-13
| | | | | | | | | | | | | For some reason, building powershell derivation started failing with these errors: ``` liblttng-ust.so.0 -> not found! ... libpam.so.0 -> not found! ``` This patch adds these dependencies
* PowerShell: init at 6.0.2Yurii Rashkovskii2018-06-04