about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gnome-calculator: work around #17912, in a hacky wayVladimír Čunát2016-08-22
|
* treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen2016-08-23
|
* treewide: Use makeLibraryPath in 'patchelf --set-rpath' callsTuomas Tynkkynen2016-08-23
|
* Higan: 100 -> 101 (#17903)Anderson Torres2016-08-22
|
* qutebrowser: fix restartNikolay Amiantov2016-08-22
|
* treewide: update cifs-utils attr references (cifs_utils -> cifs-utils)Bjørn Forsman2016-08-22
|
* cifs-utils: align attrname with pkgnameBjørn Forsman2016-08-22
| | | | Keep backwards compat alias.
* czmq: Fix build on Glibc 2.24Eelco Dolstra2016-08-22
| | | | http://hydra.nixos.org/build/38982107
* jre: Set valid value for meta.outputsToInstallEelco Dolstra2016-08-22
| | | | Fixes #17866.
* Merge pull request #17883 from esoeylemez/comptonzimbatm2016-08-22
|\ | | | | Update compton-git to rev f1cd308.
| * Update compton-git to rev f1cd308.Ertugrul Söylemez2016-08-21
| | | | | | | | Also update maintainer's e-mail address.
* | Merge pull request #17913 from brainrape/update-terraformzimbatm2016-08-22
|\ \ | | | | | | terraform: 0.7.0 -> 0.7.1
| * | terraform: add metaMárton Boros2016-08-22
| | |
| * | terraform: 0.7.0 -> 0.7.1Márton Boros2016-08-22
| | |
* | | openmw: fix buildNikolay Amiantov2016-08-22
| | |
* | | libreoffice: fix build, it doesn't need tcsh anymoreNikolay Amiantov2016-08-22
| | |
* | | the-powder-toy: fix buildNikolay Amiantov2016-08-22
|/ /
* | blender: fix build, don't install builtin PythonNikolay Amiantov2016-08-22
| |
* | Merge pull request #17909 from womfoo/fix/arx-libertatis-buildNikolay Amiantov2016-08-22
|\ \ | | | | | | arx-libertatis: fix build
| * | arx-libertatis: fix buildKranium Gikos Mendoza2016-08-22
| |/
* | commandergenius: 194beta -> 1822releaseNikolay Amiantov2016-08-22
| |
* | bloodpilot-client: fix buildNikolay Amiantov2016-08-22
| |
* | dwarf-fortress-packages.dwarf-fortress-unfuck: fix buildNikolay Amiantov2016-08-22
| |
* | gource: fix buildNikolay Amiantov2016-08-22
| |
* | freewheeling: fix buildNikolay Amiantov2016-08-22
| |
* | armagetronad: fix buildNikolay Amiantov2016-08-22
| |
* | SDL2_gfx: 5 -> nightlyNikolay Amiantov2016-08-22
| |
* | SDL2: cleanup and add patch to discover extensionsNikolay Amiantov2016-08-22
| |
* | SDL: cleanup and add patch to discover extensionsNikolay Amiantov2016-08-22
| |
* | ibus: propagate glibNikolay Amiantov2016-08-22
| |
* | openal: fix aliasNikolay Amiantov2016-08-22
| |
* | Merge branch 'master' into stagingobadz2016-08-22
|\ \
| * | nixos/stage-1: add mechanism which lustrates all impurities from / (#17784)obadz2016-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | owncloud-client: 2.2.1 -> 2.2.3Bjørn Forsman2016-08-21
| | | | | | | | | | | | Changelog: https://owncloud.org/changelog/desktop/
| * | owncloud-client: align attrname with pkgnameBjørn Forsman2016-08-21
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge pull request #17837 from MostAwesomeDude/fossilDomen Kožar2016-08-21
| |\ \ | | | | | | | | build-support: Add fetchfossil function.
| | * | fetchfossil: Don't support MD5.Corbin2016-08-21
| | | | | | | | | | | | | | | | | | | | This effectively means that SHA256 is the only way to go. I'm not really bothered by this.
| | * | fetchfossil: Require rev.Corbin2016-08-19
| | | | | | | | | | | | | | | | | | | | Otherwise no bumps are done when upstream changes. Not sure how to ping the repository and check without just doing the clone.
| | * | fetchfossil: Cleanup some copy-and-paste.Corbin2016-08-19
| | | |
| | * | fetchfossil: Don't let Fossil write to $out/.fossil.Corbin2016-08-18
| | | |
| | * | build-support: Add fetchfossil function.Corbin2016-08-18
| | | | | | | | | | | | | | | | | | | | This is a dead-simple fetcher which clones a Fossil repository, opens it directly into $out, and then nicks out the single Fossil checkout marker.
| * | | Merge pull request #17891 from abbradar/hibernation-testDomen Kožar2016-08-21
| |\ \ \ | | | | | | | | | | nixos tests: add hibernation test to blockers
| | * | | nixos tests: add hibernation test to blockersNikolay Amiantov2016-08-21
| | | | |
| * | | | Merge pull request #17898 from RamKromberg/fix/vala_namespaceLuca Bruno2016-08-21
| |\ \ \ \ | | | | | | | | | | | | remove vala namespace
| | * | | | vala: remove default vala namespaceRam Kromberg2016-08-21
| | | | | |
| | * | | | gencfsm: vala -> vala_0_23Ram Kromberg2016-08-21
| | | | | |
| | * | | | packagekit: vala -> vala_0_23Ram Kromberg2016-08-21
| | | | | |
| | * | | | ccnet: vala -> vala_0_23Ram Kromberg2016-08-21
| | | | | |
| | * | | | gtk-vnc: vala -> vala_0_23Ram Kromberg2016-08-21
| | | | | |
| | * | | | seafile-shared: vala -> vala_0_23Ram Kromberg2016-08-21
| | | | | |