Eelco Dolstra
9db5362270
czmq: Fix build on Glibc 2.24
...
http://hydra.nixos.org/build/38982107
2016-08-22 17:14:23 +02:00
Eelco Dolstra
5db200e839
jre: Set valid value for meta.outputsToInstall
...
Fixes #17866 .
2016-08-22 17:04:22 +02:00
zimbatm
4a755682a3
Merge pull request #17883 from esoeylemez/compton
...
Update compton-git to rev f1cd308.
2016-08-22 15:33:07 +01:00
zimbatm
e2c27e2f8d
Merge pull request #17913 from brainrape/update-terraform
...
terraform: 0.7.0 -> 0.7.1
2016-08-22 15:29:03 +01:00
Márton Boros
71edc955b7
terraform: add meta
2016-08-22 16:22:29 +02:00
Nikolay Amiantov
21b69058b0
openmw: fix build
2016-08-22 17:18:02 +03:00
Márton Boros
1038c4f8e4
terraform: 0.7.0 -> 0.7.1
2016-08-22 16:09:15 +02:00
Nikolay Amiantov
bc70338526
libreoffice: fix build, it doesn't need tcsh anymore
2016-08-22 16:59:23 +03:00
Nikolay Amiantov
afdce0e3fa
the-powder-toy: fix build
2016-08-22 16:55:56 +03:00
Nikolay Amiantov
5041e0eea9
blender: fix build, don't install builtin Python
2016-08-22 16:39:33 +03:00
Nikolay Amiantov
9db19905be
Merge pull request #17909 from womfoo/fix/arx-libertatis-build
...
arx-libertatis: fix build
2016-08-22 16:59:31 +04:00
Kranium Gikos Mendoza
8d8208c771
arx-libertatis: fix build
2016-08-22 16:41:30 +08:00
Nikolay Amiantov
b8b668fc03
commandergenius: 194beta -> 1822release
2016-08-22 08:40:01 +03:00
Nikolay Amiantov
4197bfee34
bloodpilot-client: fix build
2016-08-22 07:43:22 +03:00
Nikolay Amiantov
7783862700
dwarf-fortress-packages.dwarf-fortress-unfuck: fix build
2016-08-22 07:43:12 +03:00
Nikolay Amiantov
55d9db7139
gource: fix build
2016-08-22 07:42:36 +03:00
Nikolay Amiantov
88ac2c15d9
freewheeling: fix build
2016-08-22 07:42:27 +03:00
Nikolay Amiantov
a07a5a1931
armagetronad: fix build
2016-08-22 06:30:01 +03:00
Nikolay Amiantov
231fca0b7d
SDL2_gfx: 5 -> nightly
2016-08-22 06:30:01 +03:00
Nikolay Amiantov
7bf7f19765
SDL2: cleanup and add patch to discover extensions
2016-08-22 06:30:01 +03:00
Nikolay Amiantov
b47327ebd5
SDL: cleanup and add patch to discover extensions
2016-08-22 06:30:00 +03:00
Nikolay Amiantov
3e2458a085
ibus: propagate glib
2016-08-22 06:11:18 +03:00
Nikolay Amiantov
18d7366418
openal: fix alias
2016-08-22 04:14:49 +03:00
obadz
ba50fd7170
Merge branch 'master' into staging
2016-08-22 01:18:11 +01:00
obadz
3d16af70bf
nixos/stage-1: add mechanism which lustrates all impurities from / ( #17784 )
...
lustrate /ˈlʌstreɪt/ verb.
purify by expiatory sacrifice, ceremonial washing, or some other
ritual action.
- sudo touch /etc/NIXOS_LUSTRATE
⇒ on next reboot, during stage 1, everything but /nix and /boot
is moved to /old-root
- echo "etc/passwd" | sudo tee -a /etc/NIXOS_LUSTRATE
⇒ on next reboot, during stage 1, everything but /nix and /boot
is moved to /old-root; except /etc/passwd is copied back.
Useful for installing NixOS in place on another distro. For instance:
$ nix-env -iE '_: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config manual.manpages ]'
$ sudo mkdir /etc/nixos
$ sudo `which nixos-generate-config`
… edit the configuration files in /etc/nixos using man configuration.nix
if needed
maybe add: users.extraUsers.root.initialHashedPassword = "" ?
… Build the entire NixOS system and link it to the system profile:
$ nix-env -p /nix/var/nix/profiles/system -f '<nixpkgs/nixos>' -A system --set
… If you were using a single user install:
$ sudo chown -R 0.0 /nix
… NixOS is about to take over
$ sudo touch /etc/NIXOS
$ sudo touch /etc/NIXOS_LUSTRATE
… Let's keep the configuration files we just created
$ echo etc/nixos | sudo tee -a /etc/NIXOS_LUSTRATE
$ sudo mv -v /boot /boot.bak &&
sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot
$ sudo reboot
… NixOS boots, Stage 1 moves all the old distro stuff in /old-root.
2016-08-22 01:15:13 +01:00
Bjørn Forsman
5120af001f
owncloud-client: 2.2.1 -> 2.2.3
...
Changelog: https://owncloud.org/changelog/desktop/
2016-08-21 21:55:38 +02:00
Bjørn Forsman
ae567cda11
owncloud-client: align attrname with pkgname
...
Also, it seems the official binary distributions of the owncloud client
for the various Linux distros all use the dashed name [1]. Add backwards
compat alias for the old name.
[1] https://owncloud.org/install/#install-clients
2016-08-21 21:55:33 +02:00
Domen Kožar
76dca3d0e0
Merge pull request #17837 from MostAwesomeDude/fossil
...
build-support: Add fetchfossil function.
2016-08-21 21:47:00 +02:00
Domen Kožar
36f851813b
Merge pull request #17891 from abbradar/hibernation-test
...
nixos tests: add hibernation test to blockers
2016-08-21 21:40:46 +02:00
Luca Bruno
4916c11ec2
Merge pull request #17898 from RamKromberg/fix/vala_namespace
...
remove vala namespace
2016-08-21 20:31:44 +01:00
Joachim F
b374239e20
Merge pull request #17874 from acowley/with
...
with: init at 0.0.1
2016-08-21 20:57:08 +02:00
Corbin
76b74ab2f1
fetchfossil: Don't support MD5.
...
This effectively means that SHA256 is the only way to go. I'm not really
bothered by this.
2016-08-21 11:53:40 -07:00
Joachim F
4a3d8d2885
Merge pull request #17885 from womfoo/bump/performous-1.1
...
performous: 1.0 -> 1.1, fixes build
2016-08-21 20:52:38 +02:00
Joachim F
1a09bfa75c
Merge pull request #17894 from ebzzry/emem-0.2.26
...
emem: 0.2.25 -> 0.2.26
2016-08-21 20:47:24 +02:00
Joachim F
69d80cea5c
Merge pull request #17899 from markus1189/urxvt-theme-switch
...
urxvt-theme-switch: Add description and homepage
2016-08-21 20:47:02 +02:00
Rushmore Mushambi
efa4aa7d14
Merge pull request #17900 from rushmorem/fix-lizardfs
...
lizardfs: fix build
2016-08-21 20:29:52 +02:00
rushmorem
940dc9b23a
lizardfs: fix build
2016-08-21 20:04:15 +02:00
Markus Hauck
7e797d072b
urxvt-theme-switch: Add description and homepage
2016-08-21 19:47:42 +02:00
Ram Kromberg
cfe27ddf90
vala: remove default vala namespace
2016-08-21 20:21:53 +03:00
Ruslan Babayev
159412db2e
mattermost: cosmetic: remove stray character ( #17897 )
2016-08-21 19:20:10 +02:00
Ram Kromberg
7d393440df
gencfsm: vala -> vala_0_23
2016-08-21 20:18:54 +03:00
Ram Kromberg
1730151d97
packagekit: vala -> vala_0_23
2016-08-21 20:18:21 +03:00
Ram Kromberg
a0ff1c7824
ccnet: vala -> vala_0_23
2016-08-21 20:17:25 +03:00
Ram Kromberg
363fac7da7
gtk-vnc: vala -> vala_0_23
2016-08-21 20:17:14 +03:00
Ram Kromberg
5b047ac9b5
seafile-shared: vala -> vala_0_23
2016-08-21 20:15:14 +03:00
Ram Kromberg
1457159889
zeitgeist: vala -> vala_0_23
2016-08-21 20:14:27 +03:00
Ram Kromberg
18bca23878
telepathy: vala -> vala_0_23
2016-08-21 20:13:36 +03:00
Ram Kromberg
fe86c24730
libunity: vala -> vala_0_23
2016-08-21 20:12:32 +03:00
Ram Kromberg
a206e13fe1
libsoup: vala -> vala_0_23
2016-08-21 20:11:51 +03:00
Ram Kromberg
4ce4a798ea
libosinfo: vala -> vala_0_23
2016-08-21 20:10:54 +03:00