Commit graph

11 commits

Author SHA1 Message Date
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM e99a4c43d1 eventstore: 4.1.0 -> 4.1.1 (#40112)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/EventStore/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1/bin/clusternode -h’ got 0 exit code
- ran ‘/nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1/bin/clusternode --help’ got 0 exit code
- found 4.1.1 with grep in /nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1
- directory tree listing: https://gist.github.com/952ce30807022dab867694094dd49497
2018-05-22 12:34:03 +02:00
Ryan Mulligan 77e995d4b5 eventstore: 4.0.3 -> 4.1.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode -h` got 0 exit code
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode --help` got 0 exit code
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode help` got 0 exit code
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode --version` and found version 4.1.0
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode version` and found version 4.1.0
- ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode help` and found version 4.1.0
- found 4.1.0 with grep in /nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0
- directory tree listing: https://gist.github.com/aeb82087f0c9c92394ee5d61f1f4bf3b
2018-03-21 23:05:10 +00:00
Stefan Siegl 7dd87bd0c4
eventstore: 3.5.0 -> 4.0.3
... and use recent V8 version.
2017-10-09 23:33:33 +02:00
rht 5628cebcf0 /bin/sh -> ${stdenv.shell} 2017-04-30 17:01:07 +02:00
Brian McKenna 27b445b0d5 eventstore: 3.0.3 -> 3.5.0 2016-03-09 23:43:20 +11:00
Eric Sagnes eab677ea21 eventstore: fix source hash (close #11732) 2015-12-18 09:11:51 +01:00
Pascal Wittmann 512225ef81 Fixed some descriptions 2015-06-29 16:20:58 +02:00
Brian McKenna 6305e506b3 Fix Hydra build of EventStore
Need to patch the build.sh shebang to make it pure.
2015-05-10 12:46:54 -06:00
Brian McKenna 1ad2fa452a Add EventStore package
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-09 11:46:01 -06:00