Florian Klink
8e047a58c4
jsonnet: fix build on darwin
...
Not setting -DBUILD_SHARED_BINARIES seems to fix the build on aarch64-
darwin and x86_64-darwin.
Fixes https://github.com/NixOS/nixpkgs/issues/239912 .
2023-07-26 18:46:37 +02:00
Jeremy Parker
e0698cf898
jsonnet: fix linking issue with libjsonnet++
2023-07-10 22:35:08 +10:00
teh
88e640fd68
jsonnet: Build with cmake ( #236510 )
...
The current build doesn't install all necessary libraries to
use jsonnet from c/c++
2023-06-08 12:09:56 -04:00
R. Ryantm
371697135e
jsonnet: 0.19.1 -> 0.20.0
2023-05-03 20:31:30 +00:00
R. Ryantm
b1ac275675
jsonnet: 0.19.0 -> 0.19.1
2022-10-28 20:24:24 +00:00
R. RyanTM
3179ebfa02
jsonnet: 0.18.0 -> 0.19.0 ( #198044 )
2022-10-27 13:13:06 -04:00
R. RyanTM
5bb94d32cd
jsonnet: 0.17.0 -> 0.18.0
...
(#153267 )
2022-01-06 17:02:01 +01:00
Dmitry Bogatov
3b901be6bb
jsonnet: add output with html documentation ( #128990 )
...
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-05 19:09:30 +02:00
R. RyanTM
4cad7f6cfd
jsonnet: 0.16.0 -> 0.17.0
2020-11-26 08:26:57 +00:00
R. RyanTM
302fff6b86
jsonnet: 0.15.0 -> 0.16.0
2020-05-24 21:51:22 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
6a0be96db1
jsonnet: 0.14.0 -> 0.15.0
2020-02-12 10:37:28 -08:00
R. RyanTM
9cb595faad
jsonnet: 0.13.0 -> 0.14.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jsonnet/versions
2019-09-26 16:30:54 -07: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
Nahum Shalman
7bd65a15f0
jsonnet: ship new jsonnetfmt binary
2019-07-03 15:17:46 +00:00
Nahum Shalman
220e1d7e7f
jsonnet: 0.12.1 -> 0.13.0 ( #62732 )
2019-06-05 11:18:27 -04:00
R. RyanTM
5f9cd7475c
jsonnet: 0.11.2 -> 0.12.1 ( #52874 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jsonnet/versions
2018-12-25 19:46:38 -05:00
Benjamin Staffin
641cb61ef7
jsonnet: skip building the website ( #47981 )
...
The emscripten build of jsonnet is only used in the interactive demo
found on jsonnet.org, and I don't think we need to include the whole
website in our package. This reduces the transitive closure from
~100mb to ~32mb, and the build duration from ~8 minutes to ~20 seconds
on my machine.
2018-10-07 20:04:59 -04:00
pmahoney
4af5457ebb
jsonnet: fix on darwin ( #47939 )
...
Build on darwin fails when using emscripten to build the js
library. Disabling this is unsatisfying, but gets the jsonnet binary
building again.
2018-10-06 14:56:21 -04:00
R. RyanTM
61f7f22833
jsonnet: 0.10.0 -> 0.11.2 ( #43938 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jsonnet/versions .
2018-07-22 15:22:57 -04:00
Ryan Mulligan
d339605831
jsonnet: 0.9.5 -> 0.10.0 ( #37455 )
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -v` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --version` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` and found version 0.10.0
- found 0.10.0 with grep in /nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0
- directory tree listing: https://gist.github.com/9a4279146abdaa645fdcd5481889e783
2018-03-20 11:18:38 -04:00
Frederik Rietdijk
e3de7b06b7
jsonnet: 0.9.4 -> 0.9.5
2018-01-02 10:15:31 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Benjamin Staffin
989514f38b
jsonnet: 0.8.9 -> 0.9.4 ( #27989 )
2017-08-06 23:13:26 -04:00
Dan Peebles
4c43ac2db5
jsonnet: 0.8.7 -> 0.8.9
2016-08-09 19:39:46 +00:00
Dan Peebles
c20e20c060
pythonPackages.jsonnet: init at same version as standalone
2016-07-19 07:57:58 -04:00
Benjamin Staffin
7a023d50b9
jsonnet: add platforms attribute
2016-05-28 14:39:45 -04:00
Benjamin Staffin
6072616405
jsonnet: 0.8.6 -> 0.8.7
2016-03-25 00:46:00 -07:00
Benjamin Staffin
960b11e7e8
jsonnet: 0.8.5 -> 0.8.6
2016-02-22 18:20:54 -08:00
Pascal Wittmann
44cb13be5c
jsonnet: fix evaluation
2015-11-29 17:34:10 +01:00
Benjamin Staffin
99b8c7cff0
jsonnet: init at 0.8.5
2015-11-29 04:13:00 -08:00