Commit graph

48 commits

Author SHA1 Message Date
Robert Scott 3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
Sandro 741e3c486d
Merge pull request #174765 from schuelermine/powershell-getHashes 2022-05-30 22:21:26 +02:00
Anselm Schüler 1461002cc8 powershell: add maintainer script getHashes 2022-05-29 12:10:55 +02:00
Anselm Schüler 0abae979a9 powershell: 7.2.3 -> 7.2.4 2022-05-26 12:49:57 +02:00
github-actions[bot] 629adb097a
Merge staging-next into staging 2022-05-09 18:01:59 +00:00
Anselm Schüler ea9be9e24f powershell: 7.2.2 -> 7.2.3 2022-05-07 13:05:05 +02:00
Artturin ea79263e60 pkgs/shells: enable strictDeps 2022-05-06 22:31:38 +03:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
R. Ryantm 9df2c37554 powershell: 7.2.1 -> 7.2.2 2022-03-17 20:55:24 +00:00
R. Ryantm 0bec88c4f7 powershell: 7.2.0 -> 7.2.1 2021-12-25 11:30:29 +00:00
Tristan Gosselin-Hane 4c4f6a4793 powershell: remove misleading comment 2021-11-10 12:17:22 -05:00
Tristan Gosselin-Hane 92fae32312 powershell: 7.1.4 -> 7.2.0 2021-11-09 10:25:47 -05:00
p3psi c6c2dd3727 powershell: patchelf replace liblttng-ust.so.0 to so.1 2021-09-28 21:49:42 +03:00
R. RyanTM 7799b4f2c6 powershell: 7.1.3 -> 7.1.4 2021-08-17 14:44:58 +00:00
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