Commit graph

209720 commits

Author SHA1 Message Date
Peter Simons 672880966f haskell-ghc-lib-parser: update to latest version for hlint 2020-01-17 21:14:33 +01:00
Peter Simons f3769d7015 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
b2812edaae.
2020-01-17 21:14:32 +01:00
Peter Simons 42273f0e67 hackage2nix: update list of broken packages 2020-01-17 21:14:32 +01:00
Peter Simons cedb9c1c1c hackage2nix: honor LTS for lambdabot, but not for cabal2spec 2020-01-17 21:13:19 +01:00
(cdep)illabout a7c1908226 spago: 0.13.0 -> 0.13.1 2020-01-17 21:13:19 +01:00
Gabriel Ebner fde2877db2
fish: fix systemctl completion (#77951)
fish: fix systemctl completion
2020-01-17 14:53:25 -05:00
Herman Fries 6bc3acd3b9 dotnetPackages: Fix apphost binary 2020-01-17 11:42:11 -08:00
Herman Fries b708e36ecb dotnetCorePakages.sdk_3_1: init at 3.1.100 2020-01-17 11:42:11 -08:00
Herman Fries a0687d54a5 dotnetCorePackages.aspnetcore_2_1: init at 2.1.13 2020-01-17 11:42:11 -08:00
Herman Fries e51e429a34 dotnetCorePackages.netcore_2_1: init at 2.1.13 2020-01-17 11:42:11 -08:00
Herman Fries 8277eb9a5b dotnetCorePackages.sdk_3_0: init at 3.0.100 2020-01-17 11:42:11 -08:00
Herman Fries af71b9f205 dotnetCorePackages.sdk_2_1: init at 2.1.509 2020-01-17 11:42:11 -08:00
Herman Fries 7fa8332907 dotnetCorePackages: Add function to combine SDK packages
Fixup assert


Fixup: Move comment to top


Fixup combine


Fixup combine


Fixup buildDotnet


Fixup default.nix


Fixup combine packages


dotnetCorePackages: Fixup combinePackages

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-17 11:42:11 -08:00
Maximilian Bosch 4c58a2d2c7
cargo-make: 0.26.0 -> 0.26.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.1
2020-01-17 20:15:33 +01:00
worldofpeace 66c43693d4
Merge pull request #77803 from gnidorah/openxray
openxray: fix build
2020-01-17 14:10:50 -05:00
worldofpeace d165c28984
Merge pull request #77923 from Synthetica9/version-formats
various: fix version formatting
2020-01-17 14:04:19 -05:00
Maximilian Bosch b01e397399
mautrix-whatsapp: 2020-01-07 -> 2020-01-12 2020-01-17 19:58:39 +01:00
worldofpeace ac96ba0270 skanlite: don't set enableParallelBuilding
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace 4b20959f99 skanlite: use qt5's mkDerivaiton 2020-01-17 13:54:53 -05:00
worldofpeace a1628d9805
Merge pull request #77811 from jluttine/fix-yle-dl-setuptools
yle-dl: add setuptools dependency
2020-01-17 13:43:07 -05:00
worldofpeace 468a74629a
Merge pull request #77947 from leotaku/fix-cbatticon
cbatticon: Add wrapGAppsHook to nativeBuildInputs
2020-01-17 13:30:09 -05:00
worldofpeace 25b30b0978
Merge pull request #77890 from r-ryantm/auto-update/notejot
notejot: 1.5.8 -> 1.6.0
2020-01-17 13:27:20 -05:00
worldofpeace b3c8534911
Merge pull request #77294 from worldofpeace/systemd-packages-duplicates
nixos/systemd-lib: don't fail on systemd.packages duplicates
2020-01-17 13:16:59 -05:00
lewo c80ebc9317
Merge pull request #77612 from misuzu/psi-plus
psi-plus: 1.4.904 -> 1.4.984
2020-01-17 18:37:41 +01:00
Florian Klink 61dc31d25d
Merge pull request #77920 from r-ryantm/auto-update/xsecurelock
xsecurelock: 1.6.0 -> 1.7.0
2020-01-17 18:06:02 +01:00
Gabriel Ebner 26afc6c46d fish: fix systemctl completion 2020-01-17 17:42:33 +01:00
John Ericson cb46b97ae9 release.nix: Make hydra build all unit tests
We have just a few, and these are regular jobs not must-pass. The tests
that were must-pass are left as is.
2020-01-17 10:48:42 -05:00
Jacquin Mininger 7d67db3919 shellFor: Refactor for consistency and cross
This makes it work like work-on-multi from Reflex Platform. In
particular, rather than making `.env` from `shellFor`, we make `.env`
the primitive, and `shellFor` works by combining together the arguments
of all the packages to `generic-builder` and taking the `.env` of the
resulting mashup-package.

There are 2 benefits of this:

1. The dependency logic is deduplicated. generic builder just concatted
   lists, whereas all the envs until now would sieve apart haskell and
   system build inputs. Now, they both decide haskell vs system the same
   way: according to the argument list and without reflection.
   Consistency is good, especially because it mean that if the build
   works, the shell is more likely to work.

2. Cross is handled better. For native builds, because the
   `ghcWithPackages` calls would shadow, we through both the regular
   component (lib, exe, test, bench) haskell deps and Setup.hs haskell
   deps in the same `ghcWithPackages` call. But for cross builds we use
   `buildPackages.ghcWithPackages` to get the setup deps. This ensures
   everything works correctly.
2020-01-17 10:46:29 -05:00
Will Dietz f0ce34634a
Merge pull request #77862 from dtzWill/update/broot-0.11.9
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
2020-01-17 09:34:38 -06:00
Dmitry Kalinkin 430dfb8082
Merge pull request #77631 from smaret/gildas-202001a
gildas: 20191201_a -> 20200101_a
2020-01-17 10:23:28 -05:00
Michael Weiss cc06f9c249
Merge pull request #77924 from rht/master
signal-desktop: 1.29.5 -> 1.29.6
2020-01-17 16:19:46 +01:00
R. RyanTM 787510d88f trompeloeil: 35 -> 36 2020-01-17 16:13:48 +01:00
Will Dietz eeb9e74934
Merge pull request #72120 from mroi/patch-2
swift: 5.0.2 -> 5.1.1
2020-01-17 09:08:01 -06:00
leotaku 5c0b9f5651 cbatticon: Add wrapGAppsHook to nativeBuildInputs 2020-01-17 16:07:05 +01:00
Ryan Mulligan e40e48d29a
Merge pull request #77912 from r-ryantm/auto-update/urh
urh: 2.8.1 -> 2.8.2
2020-01-17 06:31:51 -08:00
Ryan Mulligan 2adc54dda6
Merge pull request #77863 from r-ryantm/auto-update/bashSnippets
bashSnippets: 1.17.3 -> 1.23.0
2020-01-17 06:31:15 -08:00
Peter Hoeg 248a4fe37a
Merge pull request #77905 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.3 -> 0.7.4
2020-01-17 22:07:47 +08:00
rht e6ed469c09
signal-desktop: 1.29.5 -> 1.29.6 2020-01-17 09:05:39 -05:00
Ryan Mulligan 7ed93fc8b9
Merge pull request #77876 from r-ryantm/auto-update/jumpapp
jumpapp: 1.0 -> 1.1
2020-01-17 05:53:51 -08:00
Peter Hoeg 9290d1f4cb
Merge pull request #77695 from nyanloutre/usb-modeswitch
usb-modeswitch: fix configurable patch
2020-01-17 21:46:03 +08:00
Ryan Mulligan d3ab403a1f
Merge pull request #77907 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.4 -> 0.10.5
2020-01-17 05:44:33 -08:00
Ryan Mulligan 98ca8ee97d
Merge pull request #77871 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.0.1 -> 5.1.0
2020-01-17 05:44:03 -08:00
Jörg Thalheim b4d4f83e1f
Merge pull request #75946 from davidtwco/computecpp-init
computecpp: init at 1.2.0
2020-01-17 13:33:09 +00:00
Erik Arvstedt e6fad86853 tesseract: 4.1.0 -> 4.1.1 2020-01-17 13:19:12 +00:00
Will Dietz f38e103411 elfinfo: 0.7.6 -> 1.0.1 2020-01-17 13:59:18 +01:00
Florian Klink ed0b5b6133
Merge pull request #77662 from marijanp/verbose-python-test-driver
nixos/test: added verbose output for failed tests
2020-01-17 13:50:49 +01:00
Silvan Mosberger 0866527ec1
zfsnap: init at 2.0.0-beta3 (#70234)
zfsnap: init at 2.0.0-beta3
2020-01-17 13:40:44 +01:00
R. RyanTM f9bf683062 xsecurelock: 1.6.0 -> 1.7.0 2020-01-17 12:37:14 +00:00
Will Dietz 8572179033 xlayoutdisplay: 1.1.0 -> 1.1.1 2020-01-17 12:33:08 +00:00
R. RyanTM 34cec31015 wavemon: 0.9.0 -> 0.9.1 2020-01-17 12:26:58 +00:00