Matthew Bauer
0a76d1eb75
stfl: fix darwin build
...
- Use "cc" instead of "gcc".
- Add missing pthread to build.
2016-08-16 19:25:44 +00:00
Matthew Bauer
5f0d155f5b
rakudo: fix darwin build
...
needs:
- CoreServices
- ApplicationServices
2016-08-16 19:25:44 +00:00
Matthew Bauer
1138b5dc7e
tm: fix darwin build
2016-08-16 19:25:44 +00:00
Matthew Bauer
2ecb5ddea7
odt2txt: fix darwin build
...
- needs libiconv in ld flags on clang
2016-08-16 19:25:44 +00:00
Matthew Bauer
a79ff78ec4
nspr: fix darwin build
...
- needs CoreServices
2016-08-16 19:25:44 +00:00
Matthew Bauer
b9d9cea3c7
nload: disable darwin build
...
doesn't work on Darwin
2016-08-16 19:25:43 +00:00
Matthew Bauer
0c6a79a2d0
mosquitto: use cmake for darwin
...
Makefile says this:
Please compile using CMake on Mac OS X.
2016-08-16 19:25:43 +00:00
Matthew Bauer
fc9508d387
mg: fix darwin build
...
-Wno-error is needed
2016-08-16 19:25:43 +00:00
Matthew Bauer
0acdc51d0e
pcsclite: fix darwin build
...
needs IOKit
2016-08-16 19:25:43 +00:00
Matthew Bauer
3182e52fdd
libstatgrab: fix darwin build
...
Darwin needs IOKit to work.
2016-08-16 19:25:43 +00:00
Matthew Bauer
de914d0190
libsecret: fix darwin build
...
darwin needs the -lintl flag
2016-08-16 19:25:42 +00:00
Matthew Bauer
483a480cea
libomxil-bellagio: disable on Darwin
...
I can't find any information on this for Darwin. It appears to be
Linux-only.
2016-08-16 19:25:42 +00:00
Matthew Bauer
122bac8f26
libfreefare: fix darwin build
2016-08-16 19:25:42 +00:00
Matthew Bauer
ae75531b3c
i3-block-gaps: disable darwin
2016-08-16 19:25:42 +00:00
Matthew Bauer
fe923c915d
gkrellm: fix darwin build
2016-08-16 19:25:42 +00:00
Matthew Bauer
51085c0681
hardlink: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
738b0a39d7
dog: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
07ca8027d9
fontforge-gtk: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
f8f4da3561
dumbtorrent: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
9ab5b14d56
genromfs: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
ad61000697
cccc: fix darwin build
2016-08-16 19:25:41 +00:00
Matthew Bauer
0edb35ad78
glew110: fix darwin build
2016-08-16 19:25:40 +00:00
Matthew Bauer
5ba0165034
gegl: fix darwin build
2016-08-16 19:25:40 +00:00
Matthew Bauer
410fa4b427
fox: fix darwin build
2016-08-16 19:25:40 +00:00
Matthew Bauer
7afc589d7d
dclxvi: fix darwin build
2016-08-16 19:25:40 +00:00
Matthew Bauer
58eb27f5ed
boringssl: fix darwin build
...
Add -Wno-error to make clang happy. Seems impossible to keep both gcc and clang happy.
2016-08-16 19:25:40 +00:00
Matthew Bauer
fa4b1ee68a
erlangR16: fix darwin build
2016-08-16 19:25:39 +00:00
Matthew Bauer
9610fc55ef
gpicview: fix darwin build
2016-08-16 19:25:39 +00:00
Matthew Bauer
1705b314d5
geany: fix darwin build
2016-08-16 19:25:39 +00:00
Matthew Bauer
554b06522e
cd-discid: fix darwin build
2016-08-16 19:25:39 +00:00
Matthew Bauer
69a5e300a6
bs1770gain: disable clang error
...
Uuse -Wno-error to make clang happy.
2016-08-16 19:25:29 +00:00
Julien Dehos
1d6464003f
wt: init at 3.3.6
2016-08-16 21:01:45 +02:00
Franz Pletz
2709079569
postgresql: security updates for all versions
...
Fixes CVE-2016-5423 and CVE-2016-5424.
See https://www.postgresql.org/about/news/1688/ .
2016-08-16 18:35:22 +02:00
Joachim Fasting
d82ddd6dc0
grsecurity: 4.7-201608131240 -> 4.7-201608151842
2016-08-16 17:50:37 +02:00
Joachim Fasting
b1cceeda84
grsecurity: enable pax size overflow plugin
2016-08-16 17:50:36 +02:00
Joachim Fasting
3fcb9e6f57
grsecurity: support non-enforcing mode
...
Until we've made sure that most things actually work out of the box, we
need to give people a way of continuing to use the system without
completely disabling grsecurity.
Set sysctl kernel.pax.softmode=1 or boot with pax.softmode=1
2016-08-16 17:50:36 +02:00
Domen Kožar
bab8a2ebe3
netboot: prepare for https://github.com/NixOS/nixos-channel-scripts/issues/6
2016-08-16 17:27:11 +02:00
Eelco Dolstra
859157c36b
Merge pull request #17779 from obadz/make-disk-image
...
nixos/lib/make-disk-image: refactor to use nixos-install
2016-08-16 16:44:12 +02:00
obadz
24f8cf08cc
nixos/lib/make-disk-image: refactor to use nixos-install
...
- Replace hand-rolled version of nixos-install in make-disk-image by an
actual call to nixos-install
- Required a few cleanups of nixos-install
- nixos-install invokes an activation script which the hand-rolled version
in make-disk-image did not do. We remove /etc/machine-id as that's
a host-specific, impure, output of the activation script
Testing:
nix-build '<nixpkgs/nixos/release.nix>' -A tests.installer.simple passes
Also tried generating an image with:
nix-build -E 'let
pkgs = import <nixpkgs> {};
lib = pkgs.lib;
nixos = import <nixpkgs/nixos> {
configuration = {
fileSystems."/".device = "/dev/disk/by-label/nixos";
boot.loader.grub.devices = [ "/dev/sda" ];
boot.loader.grub.extraEntries = '"''"'
menuentry "Ubuntu" {
insmod ext2
search --set=root --label ubuntu
configfile /boot/grub/grub.cfg
}
'"''"';
};
};
in import <nixpkgs/nixos/lib/make-disk-image.nix> {
inherit pkgs lib;
config = nixos.config;
diskSize = 2000;
partitioned = false;
installBootLoader = false;
}'
Then installed the image:
$ sudo df if=./result/nixos.img of=/dev/sdaX bs=1M
$ sudo resize2fs /dev/disk/by-label/nixos
$ sudo mount /dev/disk/by-label/nixos /mnt
$ sudo mount --rbind /proc /mnt/proc
$ sudo mount --rbind /dev /mnt/dev
$ sudo chroot /mnt /nix/var/nix/profiles/system/bin/switch-to-configuration boot
[ … optionally do something about passwords … ]
and successfully rebooted to that image.
Was doing all this from inside a Ubuntu VM with a single user nix install.
2016-08-16 15:31:16 +01:00
Julien Dehos
703ca63b01
cxxtools: init at 2.2.1
2016-08-16 15:41:21 +02:00
Joachim F
4d1d37014a
Merge pull request #17718 from matthewbauer/patch-7
...
travis: build stdenv also
2016-08-16 15:06:35 +02:00
Franz Pletz
35654b7fc1
Merge pull request #17743 from mayflower/service/mattermost
2016-08-16 14:54:25 +02:00
Shea Levy
b4954a8f38
Deprecate --install-grub in favor of --install-bootloader for nixos-rebuild.
...
Fixes #14293
2016-08-16 07:51:58 -04:00
Ram Kromberg
6edb3851f9
pillow: 3.2 -> 3.3
2016-08-16 14:33:16 +03:00
Eelco Dolstra
38f306f492
Merge pull request #17768 from obadz/nixos-install
...
nixos-install: cleanups & improvements to run on non-NixOS systems
2016-08-16 13:31:50 +02:00
Eelco Dolstra
16b0724efe
Merge pull request #17772 from nathan7/protobuf-3.0.0
...
protobuf: 3.0.0-beta-3.1 -> 3.0.0
2016-08-16 12:47:41 +02:00
Nathan Zadoks
874e90fd66
protobuf: 3.0.0-beta-3.1 -> 3.0.0
2016-08-16 12:09:36 +02:00
Frederik Rietdijk
6d75bf842b
mercurial: pass in pythonPackages
2016-08-16 11:48:09 +02:00
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +00:00
Robin Gloster
1747d28e5a
glibc: add patch to fix segfault in forkpty
2016-08-16 07:52:03 +00:00