Aristid Breitkreuz
bafe56c685
gnucash: fix cmake configure phase, missing "include(CheckSymbolExists)" ( #68026 )
2019-09-03 22:31:50 +02:00
Aristid Breitkreuz
9299b47dc8
insync: 1.5.5.37367 -> 1.5.7.37371
2019-06-10 17:09:59 +02:00
Aristid Breitkreuz
dacc02faa5
pulseaudio: Fix detection of ALSA UCM
...
This one was a bit tricky to find because it only causes a runtime
error, and pulseaudio has shims for most ALSA UCM methods except one.
(I guess nobody ever really tests pulseaudio in combination with
UCM-less ALSA?)
ALSA 1.1.8 had ${alsa-dev}/include/alsa/ in the pkg-config file, which
was considered wrong and fixed in 1.1.9.
However, pulseaudio was relying on being able to include ALSA headers
like <asoundlib.h> and <use-case.h> rather than <alsa/asoundlib.h> and
<alsa/use-case.h>. (For asoundlib.h it only causes a warning, because
the ALSA guys created a shim for that header.)
These two patches change pulseaudio to use the correct include
directives.
2019-06-08 14:00:22 +02:00
Aristid Breitkreuz
3671047632
virtualbox-host module: fix warnings syntax
2019-03-09 11:39:22 +01:00
Aristid Breitkreuz
d1b6dfe9d5
standardnotes: 2.3.12 -> 3.0.6
2019-02-24 19:06:25 +01:00
Aristid Breitkreuz
8d84ba7037
ideviceinstaller: init at 2018-06-01
2018-12-27 20:05:11 +01:00
Aristid Breitkreuz
167e748d94
insync: 1.4.5.37069 -> 1.5.5.37367
2018-12-27 18:07:06 +01:00
Aristid Breitkreuz
fe1a066985
gnucash: fix Finance::Quote integration
2018-06-10 17:43:55 +02:00
Aristid Breitkreuz
40f809c214
insync: 1.3.22.36179 -> 1.4.5.37069
2018-05-03 20:28:52 +02:00
Aristid Breitkreuz
c7713e9775
mono: change default version to "latest" (5.8), because 4.0 does not evaluate due to security
2018-04-28 19:39:15 +02:00
Aristid Breitkreuz
b8f4df9d9e
attempt to fix #30940 more robustly
2018-02-26 22:19:12 +01:00
Aristid Breitkreuz
e7fb957838
insync: 1.3.17.36167 -> 1.3.22.36179
2018-02-24 11:24:03 +01:00
Aristid Breitkreuz
e349ccc77f
nixos/alsa: Do not make sound.enable conditional on stateVersion.
...
Eelco Dolstra wrote:
Hm, this is not really the intended use of stateVersion. From the description:
Every once in a while, a new NixOS release may change
configuration defaults in a way incompatible with stateful
data. For instance, if the default version of PostgreSQL
changes, the new version will probably be unable to read your
existing databases. To prevent such breakage, you can set the
value of this option to the NixOS release with which you want
to be compatible. The effect is that NixOS will option
defaults corresponding to the specified release (such as using
an older version of PostgreSQL).
So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.)
I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
2018-02-23 23:14:42 +01:00
Aristid Breitkreuz
a43e33d0e4
nixos: disable sound by default, if stateVersion >= 18.03 ( #35355 )
2018-02-22 22:06:31 +00:00
Aristid Breitkreuz
d7fad3b52f
gnucash: fix gconf (fix copied from mendeley)
2018-01-20 14:09:04 +01:00
Aristid Breitkreuz
5f4e80a86f
awesome: fix LUA_PATH/LUA_CPATH to lgi [now for version 3.5]
2017-12-10 15:23:55 +01:00
Aristid Breitkreuz
c4a5ab728b
borg: 1.1.1 -> 1.1.3
2017-12-10 14:26:03 +01:00
Aristid Breitkreuz
f6e4c4e6c9
blitz++: mark as broken
2017-09-11 20:14:24 +02:00
Aristid Breitkreuz
628578f9f8
v8: fix v3 builds by switching to GCC 5 (mksnapshot segfaults with GCC 6)
2017-09-10 17:14:28 +02:00
Aristid Breitkreuz
3dea197273
ispc: use newer version and LLVM 4.0 due to bug in clang++ 3.9 wrapper (see #29204 )
2017-09-10 15:43:59 +02:00
Aristid Breitkreuz
4592a6d744
v8: fix 5.4 build
2017-09-10 12:36:27 +02:00
Aristid Breitkreuz
450685e46d
v8: remove unused old versions
2017-09-10 12:02:45 +02:00
Aristid Breitkreuz
a2b2c1e4bd
weechat: fix build (hack?)
2017-07-30 20:22:17 +02:00
Aristid Breitkreuz
9d4d963097
wireguard: 0.0.20170706 -> 0.0.20170726
2017-07-29 17:28:18 +02:00
Aristid Breitkreuz
63190540a8
wireguard: sometimes module tries to re-add the default route, which fails - use replace to make it succeed
2017-07-23 23:08:39 +02:00
Aristid Breitkreuz
9b0ff955fd
wireguard: allow not storing private keys in world-readable /nix/store ( #27433 )
...
* wireguard: allow not storing private keys in world-readable /nix/store
2017-07-17 23:55:31 +02:00
Aristid Breitkreuz
6793f27b23
Merge pull request #27436 from np/keybase-update
...
Keybase updates
2017-07-17 22:27:47 +02:00
Aristid Breitkreuz
78fc7269be
paperwork: 1.0.6.1 -> 1.2
2017-07-15 15:10:14 +02:00
Aristid Breitkreuz
9480628286
insync: 1.3.16.36155 -> 1.3.17.36167
2017-07-15 10:21:12 +02:00
Aristid Breitkreuz
01557ee8b9
sshuttle: clean up expression a little bit
2017-07-09 12:17:14 +02:00
Aristid Breitkreuz
19dfb63036
sshuttle: 0.78.0 -> 0.78.3, use py3 for tests to succeed
2017-07-09 09:59:20 +02:00
Aristid Breitkreuz
fe2e3cea51
gnome-control-center: add missing dependency on cracklib
2017-06-28 21:43:15 +02:00
Aristid Breitkreuz
1fe951816c
ipmiview: 2.12.0 -> 2.13.0
2017-06-10 13:34:52 +02:00
Aristid Breitkreuz
6f3b15e3c1
Merge pull request #24798 from avnik/wine-update
...
wineUnstable: 2.4 -> 2.5
2017-04-10 23:26:50 +02:00
Aristid Breitkreuz
7813c9676a
Merge pull request #24802 from asymmetric/awscli
...
awscli: 1.11.45 -> 1.11.75
2017-04-10 22:55:13 +02:00
Aristid Breitkreuz
faa5d22231
Merge pull request #24771 from sigma/pr/keychain
...
keychain: 2.8.0 -> 2.8.3
2017-04-09 20:26:19 +02:00
Aristid Breitkreuz
17fc70a11d
Merge pull request #24609 from zimbatm/terraform-fix
...
terraform: remove broken tests
2017-04-08 17:53:36 +02:00
Aristid Breitkreuz
9f148e9166
Merge pull request #24593 from bdimcheff/upgrade-astroid-0.8
...
astroid: 0.7 -> 0.8
2017-04-08 13:09:02 +02:00
Aristid Breitkreuz
a0eabfbcbd
Merge pull request #24715 from ljli/ghcjs-dep-cycle
...
haskell: ghcjs packages: Break dependency cycle less invasive
2017-04-08 12:25:54 +02:00
Aristid Breitkreuz
4ca22140d9
Merge pull request #24669 from gnidorah/master2
...
autorandr: 53d29f9 -> 855c18b and module
2017-04-08 12:17:57 +02:00
Aristid Breitkreuz
43626b6a88
Merge pull request #24698 from MP2E/ffmpeg_sdl2
...
ffmpeg-full: replace SDL support with SDL2 support
2017-04-08 12:16:11 +02:00
Aristid Breitkreuz
18e5d913d7
Merge pull request #24740 from dyrnade/chefdk
...
chefdk: 0.11.2 -> 1.3.40
2017-04-08 12:13:56 +02:00
Aristid Breitkreuz
07306f437c
Merge pull request #24721 from xmikus01/patch-1
...
advancecomp: fix license
2017-04-08 12:01:44 +02:00
Aristid Breitkreuz
e893646494
Merge pull request #24692 from LumiGuide/haskell-link-with-gold
...
haskell: add the linkWithGold function to link packages with ld.gold
2017-04-08 12:01:05 +02:00
Aristid Breitkreuz
058610c355
Merge pull request #24722 from ljli/ghcjs-prim
...
haskell: ghcjs packages: Remove ghcjs-prim
2017-04-08 11:58:23 +02:00
Aristid Breitkreuz
59057d2272
Merge pull request #24679 from lsix/django_security_fixes
...
Django security fixes (for CVEs)
2017-04-08 11:48:46 +02:00
Aristid Breitkreuz
6dd7dd52b8
Merge pull request #24539 from Ralith/vulkan-loader
...
vulkan-loader: 1.0.39.1 -> 1.0.42.2
2017-04-08 11:48:04 +02:00
Aristid Breitkreuz
290315ff6a
Merge pull request #24627 from mdaiter/suitesparseCUDATouchups
...
suitesparse: refining CUDA support
2017-04-08 11:45:17 +02:00
Aristid Breitkreuz
cafd9c922c
Merge pull request #24705 from emanueleperuffo/master
...
robomongo: 0.8.4 -> 0.9.0
2017-04-08 11:43:51 +02:00
Aristid Breitkreuz
f6fc8467cd
Merge pull request #24672 from magnetophon/libsndfile
...
libsndfile: 1.0.27 -> 1.0.28
2017-04-08 11:33:03 +02:00
Aristid Breitkreuz
672160a00f
Merge pull request #24741 from kamilchm/ponyc
...
ponyc: 0.12.2 -> 0.13.0
2017-04-08 11:28:43 +02:00
Aristid Breitkreuz
3f00bce59b
Merge pull request #24723 from edanaher/update-bup
...
bup: 0.29 -> 0.29.1
2017-04-08 11:04:37 +02:00
Aristid Breitkreuz
94214467ff
google-cloud-sdk: 148.0.1 -> 150.0.0
2017-04-08 10:57:33 +02:00
Aristid Breitkreuz
65be0b3a4b
bup: enable par2 by default
...
The par2 closure is <300 KB, so having it enabled by default seems
reasonable.
2017-04-07 21:47:03 +02:00
Aristid Breitkreuz
be6e9dce32
Merge branch 'master' of github.com:NixOS/nixpkgs
2017-04-07 20:44:40 +02:00
Aristid Breitkreuz
d486006e06
rq: 0.9.2 -> 0.10.4 (still broken, our v8 is too old)
2017-04-07 20:43:55 +02:00
Aristid Breitkreuz
00517f1779
rr: 4.4.0 -> 4.5.0
2017-02-05 22:00:42 +01:00
Aristid Breitkreuz
e4f23bc8af
ncurses: fix bug with libtinfo symlink that caused vim to fail
2016-12-28 16:02:11 +01:00
Aristid Breitkreuz
06cfff71dd
parted: re-enable checks
2016-12-20 21:57:28 +01:00
Aristid Breitkreuz
8a5fb68b0c
mariadb: use latest boost
2016-12-20 16:53:32 +01:00
Aristid Breitkreuz
76c4b5fcca
cmake: 3.6.2 -> 3.7.1
2016-12-20 16:20:08 +01:00
Aristid Breitkreuz
6d75b913fd
Merge pull request #21255 from jokogr/u/syncthing-0.14.15
...
syncthing: 0.14.13 -> 0.14.15
2016-12-20 14:20:26 +01:00
Aristid Breitkreuz
ec4d73573a
boost: default version 1.62.0
2016-12-20 14:16:27 +01:00
Aristid Breitkreuz
978c26a465
Merge pull request #21290 from peterhoeg/u/db
...
dropbox: 15.4.22 -> 16.4.29
2016-12-20 14:12:34 +01:00
Aristid Breitkreuz
bb18e10ba0
Merge remote-tracking branch 'origin/master' into staging
2016-12-20 14:05:30 +01:00
Aristid Breitkreuz
cc30f5dd5e
boost: add 1.62.0 (not default yet)
2016-12-19 16:00:46 +01:00
Aristid Breitkreuz
2fdd4973ec
parted: disable checks to fix Hydra build ( fixes #21281 )
2016-12-19 13:10:07 +01:00
Aristid Breitkreuz
78ffee7f06
kakoune: update 2016-07-26 -> 2016-12-10
2016-12-13 20:57:35 +01:00
Aristid Breitkreuz
e3dcf5da1d
rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to update v8)
2016-12-03 23:36:48 +01:00
Aristid Breitkreuz
475224968c
rust-packages: update 2016-11-15 -> 2016-12-03
2016-12-03 20:15:31 +01:00
Aristid Breitkreuz
3ebefe8178
kbfs: 2016-08-02 -> 2016-11-18
2016-11-18 22:35:58 +01:00
Aristid Breitkreuz
711a42e03a
keybase: update 1.0.17 -> 1.0.18
2016-11-17 22:55:15 +01:00
Aristid Breitkreuz
8600e38bca
google-cloud-sdk: add assertion for x86/x86-64 Linux
2016-11-13 11:56:25 +01:00
Aristid Breitkreuz
ed9b1c673b
google-cloud-sdk: 122.0.0 -> 134.0.0
2016-11-13 11:38:35 +01:00
Aristid Breitkreuz
db537ed87d
opensmtpd service: fix evaluation error caused by Joachim's refactoring
2016-10-30 11:34:16 +01:00
Aristid Breitkreuz
64b2205bf4
ihaskell: partial fix, mark as broken
2016-10-16 12:27:46 +02:00
Aristid Breitkreuz
e6ca8b0375
Merge pull request #19592 from NixOS/roxterm-broken
...
mark roxterm as broken
2016-10-16 11:26:17 +02:00
Aristid Breitkreuz
0250b647ae
mark roxterm as broken
2016-10-16 11:21:54 +02:00
Aristid Breitkreuz
7e273d9209
ispc: attempt to make build more robust and hydra-compatible
2016-09-12 22:45:47 +02:00
Aristid Breitkreuz
2f33b06119
ispc: extend test suite
2016-09-04 17:03:49 +02:00
Aristid Breitkreuz
f4443bb9ef
ispc: detect test failures, restrict platforms
2016-09-04 15:56:22 +02:00
Aristid Breitkreuz
c4b0d80cba
ispc: 20151128 -> 1.9.1, fix build
2016-09-04 14:08:40 +02:00
Aristid Breitkreuz
a84d20a351
Merge pull request #17010 from mimadrid/update/ethtool-4.6
...
ethtool: 4.5 -> 4.6
2016-07-16 20:35:25 +02:00
Aristid Breitkreuz
20a8349d62
Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"
...
This reverts commit ed4869452d , reversing
changes made to 175e20ca5c .
2016-06-18 22:24:31 +02:00
Aristid Breitkreuz
ed4869452d
Merge pull request #16172 from zimbatm/influxdb-0.13.0
...
influxdb: 0.9.4 -> 0.13.0
2016-06-18 20:57:34 +02:00
Aristid Breitkreuz
175e20ca5c
Merge pull request #16254 from NeQuissimus/cassandra30
...
cassandra: Add 3.0
2016-06-18 20:31:59 +02:00
Aristid Breitkreuz
6163428316
Merge pull request #16271 from zimbatm/gx
...
Gx
2016-06-18 20:30:03 +02:00
Aristid Breitkreuz
6a3dcb70bc
Merge pull request #16112 from abuibrahim/master
...
odp-dpdk: init at 1.8.0.0
2016-06-18 17:09:13 +02:00
Aristid Breitkreuz
def3ad3eeb
Merge pull request #16170 from zimbatm/bundler-1.12.5
...
bundler: 1.11.2 -> 1.12.5
2016-06-18 17:02:05 +02:00
Aristid Breitkreuz
9ea88aa7be
Merge pull request #16206 from hrdinka/fix/vim_configurable
...
vim_configurable: googlecode -> github
2016-06-18 17:01:18 +02:00
Aristid Breitkreuz
5d9bca7693
Merge pull request #16309 from NixOS/j-fix
...
J: fix build
2016-06-18 15:18:35 +02:00
Aristid Breitkreuz
92de74293c
J: add simple check phase, remove debug parts of build script
2016-06-18 15:18:06 +02:00
Aristid Breitkreuz
fd2d209fff
J: mark as Linux-only until it has been tested on non-Linux
2016-06-18 14:40:09 +02:00
Aristid Breitkreuz
8f48bcfe5c
Merge pull request #16307 from SShrike/adapta-package
...
adapta-gtk-theme: Init at 3.21.2
2016-06-18 14:38:23 +02:00
Aristid Breitkreuz
333a5bf42b
J: fix build
2016-06-18 14:29:09 +02:00
Aristid Breitkreuz
d3eb87a9dd
Merge pull request #15047 from cstrahan/zooinspector
...
zookeeper: include ZooInspector app
2016-04-30 13:40:08 +02:00
Aristid Breitkreuz
ee672f8559
Merge pull request #15085 from kamilchm/YouCompleteMe
...
YouComplteMe: FIX: ycm_core.so: undefined symbol: clang_parseTranslat…
2016-04-30 13:32:56 +02:00
Aristid Breitkreuz
2e5ad315bf
Merge pull request #15093 from NeQuissimus/ohmyzsh20160420
...
oh-my-zsh: 2016-04-06 -> 2016-04-20
2016-04-30 13:31:20 +02:00
Aristid Breitkreuz
70b2615507
perl-Finance-Quote: add missing dependencies (fixes gnucash)
2016-04-16 21:57:00 +02:00
Aristid Breitkreuz
c34451ad88
Merge pull request #14557 from zimbatm/simpler-pr
...
Simplify contributing
2016-04-10 13:01:35 +02:00