Commit graph

31 commits

Author SHA1 Message Date
Adrian Lucrèce Céleste 3cbcbfc4fc powershell: add aarch64 support for Linux 2021-06-06 18:08:15 -07:00
Stéphan Kochen 51eeb21486
powershell: fix darwin build (#123484) 2021-05-18 10:36:25 -04:00
ShrykeWindgrace 8123743455 powershell: 7.1.0 -> 7.1.3 2021-03-12 16:22:02 +01:00
Ben Siraphob e245ae3c3a pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
R. RyanTM 0f6a111e36 powershell: 7.0.3 -> 7.1.0 2020-11-22 08:14:42 +00:00
Tim Steinbach 8ef2c0e07a
powershell: 7.0.1 -> 7.0.3 2020-10-08 15:08:12 -04:00
Evils 98ddb40d17 powershell: installCheck -> installCheckPhase 2020-06-05 15:40:12 -07:00
R. RyanTM cca31e245d powershell: 7.0.0 -> 7.0.1 2020-05-19 22:35:11 +00:00
Jonathan Ringer 5959a5b70b powershell: enable darwin install 2020-05-04 09:25:36 -07:00
S b5bd353ec1 powershell: 6.2.3 -> 7.0.0
Package and openssl dependency version bump and cascading changes.
2020-05-04 09:25:36 -07:00
Jonathan Ringer 7e1b217785 powershell: update supported platforms 2020-02-22 16:00:25 -08:00
Matthew Bauer 13b0141486
powershell: set shellPath
Fixes #45830
2019-12-31 13:25:47 -05:00
Mario Rodas 4bd191d4c9
powershell: disable dotnet telemetry 2019-11-29 18:00:00 -05:00
R. RyanTM 52a9e1509a
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
2019-09-27 18:10:23 -07:00
Vladimír Čunát 2e6bf42a22
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
2019-08-24 08:55:37 +02:00
Robin Gloster 0f4256a2f8
powershell: pint to openssl 1.0.2 2019-08-22 16:47:25 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Marek Mahut ce8a9968c9 powershell: updating darwin sha 2019-08-10 09:39:04 +02:00
R. RyanTM 7d2643af88 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
2019-07-19 19:27:40 -07:00
R. RyanTM cbc5f612c2
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
2019-06-02 13:12:23 -05:00
Yurii Rashkovskii 9cc80bc041
powershell: 6.1.2 -> 6.2.0 2019-04-09 09:33:36 +02:00
R. RyanTM 1ac0f6b36b 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
2019-01-16 15:21:44 -08:00
worldofpeace 598fcb0421
powershell: 6.1.0 -> 6.1.1
Also fix libraries for darwin.

Closes #50966

Co-authored-by: Robin Gloster <mail@glob.in>
2018-11-24 03:56:35 +01:00
Yurii Rashkovskii fd9518a532 powershell: 6.0.4 -> 6.1.0 (#48130) 2018-10-10 22:52:38 +02:00
Yurii Rashkovskii e4ce866f31
powershell: 6.0.3 -> 6.0.4 2018-08-13 10:01:53 +07:00
Frederik Rietdijk d4fb8ab296
Merge pull request #43912 from r-ryantm/auto-update/powershell
powershell: 6.0.2 -> 6.0.3
2018-07-22 08:44:38 +02:00
R. RyanTM ec67dfb40a 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.
2018-07-21 12:23:19 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Jörg Thalheim e5a990a3c2 powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputs 2018-06-13 23:08:46 +01:00
Yurii Rashkovskii 7a0b9139fa
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
2018-06-13 06:14:52 -07:00
Yurii Rashkovskii 7e6d315a89
PowerShell: init at 6.0.2 2018-06-04 15:12:11 -07:00