169229 Commits

Author SHA1 Message Date
Chris Ostrouchov
58c89ec26a
nixos/mincraft-server: refactor
- allow for options to (added 2 options):
   - agree to eula (eula.txt) true/false will create symlink over
     existing eula.txt to `/nix/store/...`.
   - whitelist users (optional and will symlink over existing
     whitelist.json and create backup)
   - server.properties can be configured with the serverProperties
     option. If there is an existing server.properties it will
     copy it to a server.properties.old to keep the old
     one. server.properties MUST be writable thus symlinking is not
     an option.
  - all ports that are stated in `server.properties` are exposed
    properly in the firewall.

(infinisil) nixos/minecraft-server: Fix, refactor and polish

Adds an option `declarative` (defaulted to false), in order to stay
(mostly) backwards compatible. The only thing that's not backwards
compatible is that you now need to agree to the EULA on evaluation time,
but that's guarded by an assertion and therefore doesn't need a release
note.
2019-02-03 02:16:11 +01:00
Léo Gaspard
9cd7762a91
Merge branch 'pr-55088'
* pr-55088:
  nixos/tasks/encrypted-devices: fix regression from #54637
2019-02-03 01:22:08 +01:00
Ben Wolsieffer
8fb7706847 hydra: 2018-08-07 -> 2019-02-01 2019-02-02 19:02:06 -05:00
Ben Wolsieffer
52307dff25 pythonPackages.sqlalchemy_migrate: 0.11.0 -> 0.12.0 2019-02-02 18:27:28 -05:00
Elis Hirwing
4bc42aa4d0
Merge pull request #55098 from etu/gitea-171
gitea: 1.7.0 -> 1.7.1
2019-02-02 23:54:00 +01:00
Franz Pletz
d72bada6d9
Merge pull request #55099 from flokli/cbfstool-3.9
cbfstool: 4.7 -> 4.9
2019-02-02 22:38:30 +00:00
John Ericson
e375f6d5ac
Merge pull request #55097 from Ericson2314/remove-res
all-packages: Just refer to `self`, not `super`, or `res`
2019-02-02 17:38:21 -05:00
Florian Klink
bb49dca6aa cbfstool: 4.7 -> 4.9
also fix source, followup of #55066
2019-02-02 23:31:55 +01:00
Elis Hirwing
ae0c47b4b7
gitea: 1.7.0 -> 1.7.1
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.1
2019-02-02 23:29:42 +01:00
Florian Klink
a9bf0456c2
Merge pull request #55066 from petabyteboy/feature/ifdtool
ifdtool: init at 4.9
2019-02-02 23:13:24 +01:00
John Ericson
755e824291 all-packages: Just refer to self, not super, or res
This ends a years-long process to removoe pointless fixed points in this
file!
2019-02-02 16:14:58 -05:00
John Ericson
c85a8a1fad postgresql: No need to refer to super
self.callPackage works fine for now. If/when that changes, we have a
repo-wide thing to deal with so no reason to do anything now.
2019-02-02 15:56:52 -05:00
John Ericson
c6bb6dd5dc
Merge pull request #55061 from danbst/remove-res
all-packages.nix: remove `res.` (next stage super)
2019-02-02 15:47:19 -05:00
markuskowa
54f5507dee
Merge pull request #55095 from vbgl/smplayer-19.1.0
smplayer: 18.10.0 -> 19.1.0
2019-02-02 21:15:36 +01:00
markuskowa
586beebbf8
Merge pull request #55068 from dtzWill/update/qownnotes-19.2.0
qownnotes: 19.1.8 -> 19.2.0
2019-02-02 21:01:16 +01:00
Samuel Dionne-Riel
09af2fb9e0 linux: Removes the previously removed raspberry pi patch
There seems to have been an oopsie with the rebase.
2019-02-02 14:29:01 -05:00
Vincent Laporte
2433ec33e4
Merge pull request #55054 from akru/parity
parity: 2.2.7 -> 2.2.8
2019-02-02 19:14:08 +00:00
Vincent Laporte
e856fb3115
smplayer: 18.10.0 -> 19.1.0 2019-02-02 19:13:11 +00:00
Samuel Dionne-Riel
a10b10dad2
Merge pull request #55092 from samueldr/fix/revert-kernel-bump
Reverts kernel bump + patch
2019-02-02 13:26:43 -05:00
Chris Ostrouchov
9080b2eadf
minecraft-server: 1.12.2 -> 1.13.2
Update minecraft client to 1.13.2. The url is not as nice as before
but it is the one provided by mojang. Adds 1_13_2, 1_13_1 as well.

https://minecraft.net/en-us/download/server
2019-02-02 13:25:16 -05:00
Samuel Dionne-Riel
048c36ccaa Revert "linuxPackages: 4.14 -> 4.19"
This reverts commit b861ebb4c634cd474a1c688b61ab16c9c7eb7257.

The current issues (See #54509 and #48828) are causing headaches to
users of the unstable branches.
2019-02-02 12:18:23 -05:00
Samuel Dionne-Riel
196af4b359 Revert "linuxPackages_4_{19,20}: works around bug with overlayfs."
This reverts commit de86af48faa03a824917ac90f4776481c7ce9e54.

(Manual revert due to conflicts.)

See #54509

The patch is causing overlayfs to misbehave.
2019-02-02 12:18:16 -05:00
Robert Schütz
3b698b537c python.pkgs.wcwidth: run tests 2019-02-02 17:40:40 +01:00
Robert Schütz
8de375bf7b python.pkgs.wcwidth: improve expression
use fetchPypi, pname, and correct indentation
2019-02-02 17:40:40 +01:00
Pierre Bourdon
3674bdf204
nixos/tasks/encrypted-devices: fix regression from #54637
27982b408e465554b8831f492362bc87ed0ec02a introduced a bug when
refactoring the encrypted-devices module, causing some encrypted
filesystem options to not be recognized anymore.

See e.g. https://hydra.nixos.org/build/88145490
2019-02-02 17:31:31 +01:00
Vladimír Čunát
bd9f835bf6
Merge branch 'master' into staging-next
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
aanderse
0cb74f6f14 kdevelop: 5.2.4 -> 5.3.1, bump llvm version used from 3.8 to 7 (#55015) 2019-02-02 16:24:06 +01:00
Roosemberth Palacios
5463f4d903 youtube-dl: 2019.01.17 -> 2019.01.30.1 (#55075)
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-02-02 16:12:44 +01:00
Will Dietz
56e6a52cc7 compton-git: 5 -> 5.1-rc2, fix crashes and other regressions 2019-02-02 08:50:42 -06:00
Robert Schütz
14d21f60a8 Revert "python*Packages.pkgconfig: try avoiding multiple breakages"
This reverts commit 3d979f432cef1836386ecf0cf466da06d01f422f.
The remaining problems should be fixed by eb3f0aef438e55058f21747fe95e947977ad4734.
2019-02-02 15:43:54 +01:00
Robert Schütz
eb3f0aef43 pythonPackages: use pkgs.pkgconfig where needed
Since 05232abbbc6574b31a714bc34d9639676b83c1a8, pythonPackages.pkgconfig
does no longer propagate pkgs.pkgconfig.
2019-02-02 15:43:44 +01:00
Vladimír Čunát
3d979f432c
python*Packages.pkgconfig: try avoiding multiple breakages
I don't feel like doing many commits like the parent one,
but feel free to improve...
2019-02-02 14:33:15 +01:00
Will Dietz
5c986a45ce
Merge pull request #55072 from dywedir/oxipng
oxipng: 2.1.8 -> 2.2.0
2019-02-02 07:01:04 -06:00
Vladimír Čunát
05c62669b9
pythonPackages.wxPython: fixup build
I'm not sure why/when it started failing, but adding pkgconfig
shouldn't hurt anything.  I see no indication that
pythonPackages.pkgconfig was meant.
2019-02-02 13:56:38 +01:00
Michael Weiss
bc845dee8a
tdesktop: 1.5.9 -> 1.5.11
tdesktopPackages.preview: 1.5.9 -> 1.5.11
2019-02-02 13:29:11 +01:00
Kosyrev Serge
e505891a5c haskell/generic-buidler: make installPhase handle Cabal 2.5's lax fields 2019-02-02 13:13:18 +01:00
Kosyrev Serge
d8260d6af0 ghc-8.8: de-null parallel 2019-02-02 13:13:18 +01:00
Peter Simons
dd0ce323c0 git-annex: update sha256 hash for version 7.20190129 2019-02-02 13:13:18 +01:00
Peter Simons
bb6dbfef03 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1 from Hackage revision
2b2341be91.
2019-02-02 13:13:04 +01:00
Jack Kelly
038752f30b haskellPackages.tdigest: jailbreak
Upstream doesn't publish releases or revisions to relax test bounds.
2019-02-02 13:11:53 +01:00
Jack Kelly
528251c37b haskellPackages.servant-docs: jailbreak
Upstream doesn't publish releases or revisions to relax test bounds.
2019-02-02 13:11:53 +01:00
Jack Kelly
f5d52c1949 haskellPackages.beam-*: GHC 8.6.x fixes, and relax version bounds 2019-02-02 13:11:53 +01:00
Milan Pässler
8ad32a7e98 ifdtool: init at 4.9 2019-02-02 12:57:18 +01:00
CrazedProgrammer
6e77cef7b0 nixos/release-notes: mention removal of astah-community 2019-02-02 12:25:12 +01:00
Robert Schütz
230d55edc8
Merge pull request #55009 from dotlambda/papis-0.7.5
papis: 0.6 -> 0.7.5
2019-02-02 12:08:21 +01:00
Vladimír Čunát
8ba79e5af9
haskellPackages.servant: fixup build after 86f646da 2019-02-02 11:56:04 +01:00
CrazedProgrammer
f00335fea7 astah-community: remove
Astah Community has been discontinued since september 26th, 2018.
Source: http://astah.net/editions/community

The downloads are not available anymore since recently, and as such,
this derivation does not build.
2019-02-02 11:50:14 +01:00
Vladyslav M
c7e1e48657
Merge pull request #54773 from r-ryantm/auto-update/mill
mill: 0.3.5 -> 0.3.6
2019-02-02 12:32:14 +02:00
dywedir
1d19b5bd31
oxipng: 2.1.8 -> 2.2.0 2019-02-02 10:39:30 +02:00
Ben Wolsieffer
2ebb4a358c lkl: install liblkl.so and liblkl-hijack.so 2019-02-01 23:31:50 -05:00