summaryrefslogtreecommitdiff
path: root/pkgs/shells/powershell/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* powershell: fix darwin build (#123484)Stéphan Kochen2021-05-181-1/+5
* powershell: 7.1.0 -> 7.1.3ShrykeWindgrace2021-03-121-3/+3
* pkgs/shells: stdenv.lib -> libBen Siraphob2021-01-151-1/+1
* powershell: 7.0.3 -> 7.1.0R. RyanTM2020-11-221-2/+2
* powershell: 7.0.1 -> 7.0.3Tim Steinbach2020-10-081-3/+3
* powershell: installCheck -> installCheckPhaseEvils2020-06-051-1/+1
* powershell: 7.0.0 -> 7.0.1R. RyanTM2020-05-191-2/+2
* powershell: enable darwin installJonathan Ringer2020-05-041-9/+20
* powershell: 6.2.3 -> 7.0.0•••Package and openssl dependency version bump and cascading changes.S2020-05-041-11/+21
* powershell: update supported platformsJonathan Ringer2020-02-221-6/+7
* powershell: set shellPath•••Fixes #45830Matthew Bauer2019-12-311-0/+4
* powershell: disable dotnet telemetryMario Rodas2019-11-291-1/+1
* powershell: 6.2.2 -> 6.2.3•••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 R. RyanTM2019-09-271-3/+3
* Merge branch 'master' into staging-next•••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 Vladimír Čunát2019-08-241-2/+2
|\
| * powershell: pint to openssl 1.0.2Robin Gloster2019-08-221-2/+2
* | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
|/
* powershell: updating darwin shaMarek Mahut2019-08-101-1/+1
* powershell: 6.2.1 -> 6.2.2•••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 R. RyanTM2019-07-191-2/+2
* powershell: 6.2.0 -> 6.2.1•••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 R. RyanTM2019-06-021-3/+3
* powershell: 6.1.2 -> 6.2.0Yurii Rashkovskii2019-04-091-3/+3
* powershell: 6.1.1 -> 6.1.2•••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 R. RyanTM2019-01-161-2/+2
* powershell: 6.1.0 -> 6.1.1•••Also fix libraries for darwin. Closes #50966 Co-authored-by: Robin Gloster <mail@glob.in> worldofpeace2018-11-241-6/+7
* powershell: 6.0.4 -> 6.1.0 (#48130)Yurii Rashkovskii2018-10-101-7/+4
* powershell: 6.0.3 -> 6.0.4Yurii Rashkovskii2018-08-131-3/+3
* Merge pull request #43912 from r-ryantm/auto-update/powershell•••powershell: 6.0.2 -> 6.0.3Frederik Rietdijk2018-07-221-2/+2
|\
| * powershell: 6.0.2 -> 6.0.3•••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. R. RyanTM2018-07-211-2/+2
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|/
* powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputsJörg Thalheim2018-06-131-1/+2
* powershell: fix the build•••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 Yurii Rashkovskii2018-06-131-5/+5
* PowerShell: init at 6.0.2Yurii Rashkovskii2018-06-041-0/+48