1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

180901 commits

Author SHA1 Message Date
John Children 8698c2a7d5 buildGoModule: pre-initialize module cache (#61967)
For some Go projects a go.mod file is included but there are no listed
dependencies. When this is encountered the Go toolchain will not create
a cache folder for downloaded dependencies which causes buildGoModule to
fail.

An example of a project like this that is widely used is:
https://github.com/golang/protobuf

This commit adds a mkdir command to ensure that the directory always
exists so it can be copied and prevent the failure.
2019-05-24 09:10:35 -07:00
Peter Simons 02ea1812c8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
85d71d5231.
2019-05-24 17:45:21 +02:00
Peter Simons c85fe3c330 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
85d71d5231.
2019-05-24 17:44:16 +02:00
Peter Simons b93138e174 all-cabal-hashes: update to Hackage at 2019-05-24T00:09:15Z 2019-05-24 17:44:15 +02:00
Peter Simons 2ad8ac54bf hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
e029651cf8.
2019-05-24 17:44:15 +02:00
Peter Simons bdb704e8d7 hackage2nix: update list of broken builds 2019-05-24 17:44:15 +02:00
Silvan Mosberger 3643fa4bca hackage2nix: un-break some Haskell packages
Either because they're no longer broken at all or by overriding them with a fix
2019-05-24 17:38:25 +02:00
Jack Kelly 49345f233c hackage2nix: lattices is no longer broken 2019-05-24 17:38:07 +02:00
Jack Kelly ea3c0aa1b5 haskellPackages.hakyll: remove obsolete patch 2019-05-24 17:38:02 +02:00
Peter Simons b644d5b159 LTS Haskell 13.22 2019-05-24 17:36:35 +02:00
David Leung 2da548f856
pythonPackages.serverlessrepo: fix build by pinning pyyaml at 3.12 2019-05-24 23:34:56 +08:00
David Leung 10b83ac7ad
pythonPackages.aws-lambda-builders: 0.2.1 -> 0.3.0 2019-05-24 23:34:55 +08:00
R. RyanTM c3a0f32d3e uftp: 4.9.9 -> 4.9.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uftp/versions
2019-05-24 08:31:09 -07:00
Renaud 70a494a486
Merge pull request #61798 from bobvanderlinden/aliza-1.48.10
aliza: 1.36.3 -> 1.48.10
2019-05-24 17:23:51 +02:00
Renaud e7110adb0a
Merge pull request #61848 from r-ryantm/auto-update/libdc1394
libdc1394: 2.2.5 -> 2.2.6
2019-05-24 16:46:09 +02:00
Timo Kaufmann 4e2d061650
home-manager: 2019-04-23 -> 2019-05-24 (#62007) 2019-05-24 16:44:18 +02:00
Timo Kaufmann 1e62f167fb
vimPlugins: update (#62005) 2019-05-24 16:24:04 +02:00
Silvan Mosberger daedc801f2
Merge pull request #61925 from dtzWill/update/xterm-345
xterm: 344 -> 345
2019-05-24 16:14:41 +02:00
Dmitry Kalinkin 643a439e86
Merge pull request #61973 from NixOS/pr/fix_libglvnd
addOpenGLRunpath: only apply to ELF files
2019-05-24 10:07:01 -04:00
Timo Kaufmann 39ced10288 linbox: re-enable aarch64 and darwin builds 2019-05-24 16:05:39 +02:00
Timo Kaufmann 1e4140c2c9 linbox: 1.6.1 -> 1.6.2 2019-05-24 16:05:35 +02:00
Maximilian Bosch 822634681e
Merge pull request #59487 from Ma27/install-weechat-manpages
weechat: install all outputs into the final store path
2019-05-24 15:58:30 +02:00
Silvan Mosberger 2764e7e97a
Merge pull request #61922 from mnacamura/camlpdf
ocamlPackages.{camlpdf,cpdf}: fix build
2019-05-24 15:53:18 +02:00
Renaud ae44033f4c
Merge pull request #61868 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 3.3.4 -> 4.0.0
2019-05-24 15:50:25 +02:00
Silvan Mosberger 82776c3877
Merge pull request #61924 from dtzWill/update/shadowfox-2.0.1
shadowfox: 1.7.20 -> 2.0.1
2019-05-24 15:48:05 +02:00
Silvan Mosberger 6297561e28
shadowfox: Don't install compiler binary 2019-05-24 15:46:00 +02:00
Ryan Mulligan 34e8f3b119
Merge pull request #61997 from r-ryantm/auto-update/stacks
stacks: 2.3e -> 2.4
2019-05-24 06:31:43 -07:00
Silvan Mosberger 2440863b17
Merge pull request #61934 from lilyball/cocoapods-update-script
cocoapods: define updateScript
2019-05-24 15:24:39 +02:00
Silvan Mosberger e93dfb26ee
Merge pull request #61938 from lostman/make-linux-headers
Expose makeLinuxHeaders function from nixos/kernel-headers
2019-05-24 15:21:53 +02:00
Renaud 7fdfbcba20
Merge pull request #61930 from marsam/update-hanazono
hanazono: 20141012 -> 20170904
2019-05-24 15:15:19 +02:00
R. RyanTM 9de07d894f tautulli: 2.1.28 -> 2.1.29
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tautulli/versions
2019-05-24 06:02:27 -07:00
Silvan Mosberger 9aa60e6b9b
Merge pull request #61948 from CohenCyril/bignums_equations_update
coqPackages: fix bignums and equations
2019-05-24 14:51:03 +02:00
Marcus Crestani 483a07d97d riemann: 0.3.1 -> 0.3.2 2019-05-24 14:26:02 +02:00
Mario Rodas 5399a3a530
Merge pull request #61850 from r-ryantm/auto-update/libsass
libsass: 3.5.5 -> 3.6.0
2019-05-24 07:19:32 -05:00
Jörg Thalheim 1c95cad716
rustup: 1.18.2 -> 1.18.3 (#61937)
rustup: 1.18.2 -> 1.18.3
2019-05-24 13:17:34 +01:00
Jörg Thalheim cb950a80a4
zfsUnstable: 0.8.0-rc5 -> 0.8.0 (#61969)
zfsUnstable: 0.8.0-rc5 -> 0.8.0
2019-05-24 13:16:01 +01:00
Renaud 6bbe3ebec5
Merge pull request #61928 from dtzWill/update/utf8proc-2.4.0
utf8proc: 2.3.0 -> 2.4.0
2019-05-24 14:15:22 +02:00
Mario Rodas 69a7856825
sassc: 3.5.0 -> 3.6.0 2019-05-24 07:04:13 -05:00
R. RyanTM 1abbb65931
libsass: 3.5.5 -> 3.6.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/libsass/versions
2019-05-24 07:04:01 -05:00
Florian Klink f7640e352a
Merge pull request #61980 from andir/firefox
firefox-wrapper: stop creating new profiles when the binary path changes
2019-05-24 13:12:21 +02:00
R. RyanTM 03c07393ba stunnel: 5.53 -> 5.54
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
2019-05-24 03:58:24 -07:00
Mario Rodas d2dbb4f031
Merge pull request #61991 from r-ryantm/auto-update/rshell
rshell: 0.0.14 -> 0.0.25
2019-05-24 05:55:15 -05:00
R. RyanTM f4a20199d2 stacks: 2.3e -> 2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stacks/versions
2019-05-24 03:50:06 -07:00
marius851000 6b0d806fcc hackertyper: 20190226 -> 2.1 2019-05-24 12:24:25 +02:00
markuskowa ad9f1beab2
Merge pull request #61985 from r-ryantm/auto-update/rdma-core
rdma-core: 23 -> 23.1
2019-05-24 10:35:27 +02:00
marius851000 fb225dfecd gallery-dl : update 1.8.3 -> 1.8.4 2019-05-24 10:31:40 +02:00
R. RyanTM c229c046b8
rshell: 0.0.14 -> 0.0.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rshell/versions
2019-05-24 01:15:34 -07:00
Alexander Krupenkin eb7bd3206c
cjdns: 20.2 -> 20.3 2019-05-24 11:01:31 +03:00
R. RyanTM e2f0c7beb8 roccat-tools: 5.8.0 -> 5.9.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/roccat-tools/versions
2019-05-24 00:59:49 -07:00
R. RyanTM 6ac02de3c3 rdma-core: 23 -> 23.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/rdma-core/versions
2019-05-24 00:23:13 -07:00