Commit graph

255233 commits

Author SHA1 Message Date
Sandro c2b4e80d51
Merge pull request #100908 from r-ryantm/auto-update/cppzmq 2020-11-27 23:22:03 +01:00
Sandro Jäckel 1d2d1271d6
irods: mark platforms.linux
cause upstream does not mention darwin anywhere
2020-11-27 23:19:26 +01:00
Sandro Jäckel d607ea4740
ursadb: mark broken on darwin 2020-11-27 23:19:16 +01:00
Roosembert Palacios 831c700c5d
firejail: fix -overlay and -build functionality on NixOS
- The `-overlay` flag runs the specified binary inside an OverlayFS,
  since the /nix store may be in a different mount point than the user
  home, this patch explicitly bind mounts it so it's available inside
  the overlay.

- profile builder: firejail provides facilities to build a new profiles.
  To do so, it execute the helper binary `fbuilder`, which in turn will
  execute firejail back with different options. This patch makes it use
  the binary available in PATH instead of the one produced at compile time.
  The compiled firejail binary doesn't have the necessary permissions,
  so the firejail NixOS module wraps it in a SUID wrapper available on
  PATH at runtime.

Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2020-11-27 23:14:58 +01:00
Martin Weinelt 517303dd6f
Merge pull request #105179 from r-ryantm/auto-update/gitstatus
gitAndTools.gitstatus: 1.3.1 -> 1.4.3
2020-11-27 22:59:42 +01:00
Sandro 54dd8fb5bd
Merge pull request #105144 from ShamrockLee/uwc
uwc: Init at 1.0.4
2020-11-27 22:58:54 +01:00
Sandro f7be797690
Merge pull request #100949 from r-ryantm/auto-update/go-migrate
go-migrate: 4.12.2 -> 4.13.0
2020-11-27 22:52:27 +01:00
Sandro 639017c738
Merge pull request #96192 from Artturin/change-multimc
multimc: remove unneeded flag
2020-11-27 22:48:41 +01:00
R. RyanTM f4c44e6314 etcd_3_4: 3.4.13 -> 3.4.14 2020-11-28 07:45:56 +10:00
R. RyanTM 0acf2268f3 gitAndTools.gitstatus: 1.3.1 -> 1.4.3 2020-11-27 21:42:59 +00:00
Sandro ab3de81193
Merge pull request #105158 from r-ryantm/auto-update/evolution
gnome3.evolution: 3.38.1 -> 3.38.2
2020-11-27 22:37:24 +01:00
R. RyanTM e007728c92 agave: 30 -> 35 2020-11-27 21:33:29 +00:00
Sandro ec421ca248
Merge pull request #100532 from piegamesde/fix-desktopitems
treewide: Fix broken desktop files and mark packages as broken
2020-11-27 22:27:59 +01:00
R. RyanTM 00aabed73c inter: 3.11 -> 3.15 2020-11-27 21:27:37 +00:00
Sandro 8f3302a88a
Merge pull request #105173 from Tomahna/metals
metals: 0.9.6 -> 0.9.7
2020-11-27 21:54:10 +01:00
Sandro 20473a231d
Merge pull request #100333 from mtrsk/add-ugtrain
ugtrain: init at v0.4.1
2020-11-27 21:45:48 +01:00
Tim Steinbach 0ce6c50370
minecraft: Skip desktop file validation 2020-11-27 15:43:21 -05:00
Peter Simons 54d42c22b7
Merge pull request #104424 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2020-11-23 (plus other fixes)
2020-11-27 21:36:54 +01:00
R. RyanTM c8c6cdb48b fastjet-contrib: 1.042 -> 1.045 2020-11-27 20:22:39 +00:00
Peter Simons 855c7fb6da git-annex: update sha256 hash for the new 8.20201127 version 2020-11-27 21:16:12 +01:00
Peter Simons e5f1bf5613 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-28-gd194902 from Hackage revision
b5541c17ab.
2020-11-27 21:16:12 +01:00
Peter Simons 9ba2fb7994 hackage2nix: update list of broken packages to fix evaluation errors on Hydra
Ping @roberth because of broken package arion-compose.

Ping @rkrzr because of broken package icepeak.
2020-11-27 21:15:20 +01:00
Sandro d26aa3293c
Merge pull request #99971 from bcdarwin/nipype-disable-neurdflib-by-default 2020-11-27 21:15:02 +01:00
Kevin Rauscher 87ad0a0674 metals: 0.9.6 -> 0.9.7 2020-11-27 21:04:08 +01:00
Malte Brandy 505d721c3c haskellPackages: Move some overrides and update affected derivations
This is a follow-up to
https://github.com/NixOS/nixpkgs/pull/105140
2020-11-27 21:00:00 +01:00
Robert Hensing f1f8539583 haskellPackages.hercules-ci-agent: Configure unbroken 2020-11-27 20:59:59 +01:00
Robert Hensing 5598ed7480 haskellPackages.hercules-ci-agent: Update Cabal for Setup 2020-11-27 20:59:59 +01:00
Robert Hensing 2cc48d915f haskellPackages.servant-swagger: dontCheck
Tests did not compile.
Message:

test/Servant/SwaggerSpec.hs:44:14: error:
    • No instance for (HasSwagger
                         (Fragment Int :> Servant.Test.ComprehensiveAPI.GET))
        arising from a use of ‘toSwagger’
    • In the expression: toSwagger comprehensiveAPI
      In an equation for ‘_x’: _x = toSwagger comprehensiveAPI
      In the second argument of ‘($)’, namely
        ‘do let _x = toSwagger comprehensiveAPI
            True `shouldBe` True’
   |
44 |     let _x = toSwagger comprehensiveAPI
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
2020-11-27 20:59:59 +01:00
Dennis Gosnell 69c69dfe9a haskellPackages: remove QuickCheck_2_14_2 and random_1_2_0 from kiwi maintainer 2020-11-27 20:59:59 +01:00
Robert Djubek 6d32709b24 haskellPackages.matterhorn: unbreak
haskellPackages.mattermost-api: unbreak
haskellPackages.mattermost-api-qc: unbreak
2020-11-27 20:59:59 +01:00
Robert Djubek 30c0026077 haskellPackages.glirc: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 29416adfe8 haskellPackages.config-value: unbreak
haskellPackages.config-schema: unbreak
2020-11-27 20:59:59 +01:00
Robert Djubek 37d9f941e7 haskellPackages.QuickCheck_2_14_2: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 9d4ce7a57b haskellPackages.random_1_2_0: unbreak 2020-11-27 20:59:59 +01:00
Robert Djubek 0197ed239b haskellPackages.irc-core: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan 9c3d2dda01 haskellPackages.fmt: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan b8896bc35d haskellPackages.blas-hs: unbreak 2020-11-27 20:59:59 +01:00
Siva Mahadevan 79e9ab2828 haskellPackages.pipes-text: unbreak 2020-11-27 20:59:59 +01:00
Malte Brandy 8bf26dad96 haskellPackages.update-nix-fetchgit: Remove eval error 2020-11-27 20:59:59 +01:00
zowoq 6c5f5cdb0f Revert "haskellPackages.trifecta: dontCheck on darwin"
This reverts commit 10e961cdf9.

Fixed by 473b341fb1.
2020-11-27 20:59:59 +01:00
Arseniy Chekanov 07ae57e2b1 haskellPackages.tart: unmark as broken 2020-11-27 20:59:58 +01:00
Malte Brandy 37e26436b6 haskellPackages: Fix a round of eval errors 2020-11-27 20:59:58 +01:00
Malte Brandy 88593d9c70 haskellPackages.pcg-random: Activate tests 2020-11-27 20:59:58 +01:00
Peter Simons 2b6a4a9fd2 Stackage Nightly 2020-11-23 2020-11-27 20:59:54 +01:00
Sandro 1f5bd20d75
Merge pull request #88786 from NickHu/clipit
clipit: enable appindicator support
2020-11-27 20:57:20 +01:00
Sandro 9f8bf7d186
Merge pull request #105167 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.8.7 -> 6.8.8
2020-11-27 20:56:50 +01:00
Sandro f66311ae12
Merge pull request #100414 from NickHu/pasystray
pasystray: ayatana appindicators instead of libappindicator
2020-11-27 20:51:07 +01:00
Sandro 3b68ae53d9
Merge pull request #99509 from ktor/bcompare-4.3.7.25118
bcompare: 4.3.5.24893 -> 4.3.7.25118
2020-11-27 20:47:08 +01:00
R. RyanTM 67d7a67179 tilt: 0.17.11 -> 0.17.12 2020-11-27 11:34:46 -08:00
Daniël de Kok 334fce846d
Merge pull request #105145 from r-ryantm/auto-update/broot
broot: 1.0.5 -> 1.0.6
2020-11-27 20:26:15 +01:00