about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09vacuum-im: add -lz to NIX_LDFLAGSMatthew1-0/+5
This should be fixed upstream, but it's broken regardless. http://hydra.nixos.org/build/38322959/nixlog/1
2016-08-09uksmtools: deleteMatthew2-29/+0
Sources are not available from GitHub anymore and it appears to be unmantained. A request was sent to the AUR mailing list to delete it on May 26, 2016: https://lists.archlinux.org/pipermail/aur-requests/2016-May/011706.html
2016-08-09wikicurses: fix build errorMatthew1-0/+10
It would error when a config file was missing. This patch comes from github and can be removed once 4b944ac339312b642c6dc5d6b5a2f7be7503218f is included in a release.
2016-08-09baekmuk-ttf: update urlMatthew1-1/+1
2016-08-09gdouros: remove broken fontsMatthew2-5/+9
Some of these fonts are still available but their url has moved and their hash has been changed. If anyone still uses them, feel free to add them back.
2016-08-09jsonnet: 0.8.7 -> 0.8.9Dan Peebles1-3/+3
2016-08-09fix typo (#17621)Fabian Schmitthenner1-1/+1
2016-08-09texlive: drop unused lesstif parameterVladimír Čunát1-1/+1
Fixes #17359. /cc #16391.
2016-08-09Merge pull request #17613 from despairblue/update/flowRobin Gloster1-4/+4
flow: 0.28.0 -> 0.30.0
2016-08-09systemd-cryptsetup-generator: Add note to revert 3efadce.Moritz Ulrich1-0/+2
2016-08-09systemd-cryptsetup-generator: Fix installPhase.Moritz Ulrich1-1/+4
2016-08-09nginx module: fixup events in configRobin Gloster1-0/+3
2016-08-09nixos/tests/installer.nix: add libxml2 & libxslt to prevent download attemptsobadz1-10/+12
2016-08-09Merge branch 'nixpkgs-git-revision-fix'aszlig3-6/+7
Addresses #17218 in a better way in that it doesn't create a ".git-revision" file on every nixos-rebuild, because we already have ".git" available. Even if we don't nixos-rebuild can't create the "git-revision" file. Tested via: nix-build -E '(import ./nixos/tests/make-test.nix { name = "foo"; machine = {}; testScript = "startAll; $machine->execute(\"nixos-version >&2\");"; })' Closes: #17610 Acked-by: @bennofs
2016-08-09Merge pull request #17614 from kamilchm/vagrant-plugin-fixRobin Gloster1-1/+6
vagrant: FIX #16837 vagrant plugin install
2016-08-09vagrant: FIX #16837 vagrant plugin installKamil Chmielewski1-1/+6
2016-08-09flow: 0.28.0 -> 0.30.0Danny Arnold1-4/+4
2016-08-09nixos/version: Try to get Git revison from .gitaszlig1-1/+3
Let's first try if we can determine the Git revision from the .git directory and if that fails, fall back to get the info from the ".git-revision" file... and after that use something generic like "master". This should address #17218 in better way, because we don't need to create another redundant file in the source checkout of nixpkgs. I'm not going to route of falling back to using .git, because after 55d881e, we already have ".git-revision" files in people's Git repositories, which in turn means that nixos-version will report that old file every time even if the working tree has updated. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, Profpatsch Reported-by: @devhell Fixes: #17218
2016-08-09Revert adding .git-revision unconditionallyaszlig2-5/+4
This reverts commit 1e534e234b0a92bf06361fa41b7ac8691fdbc769. We already should have a .git directory if it is managed via Git, otherwise there is no way to get the Git revision if neither .git-revision or .git is present. But having .git-revision _and_ .git present seems very much redundant to me. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, @Profpatsch Issue: #17218
2016-08-09nginx module: fix cfg.config backwards compatibilityRobin Gloster1-4/+7
fixes #17604
2016-08-09matrix-synapse: 0.16.1-r1 -> 0.17.0 (#17605)Benjamin Saunders1-2/+3
2016-08-09vagrant: use libarchive lib from Nix (#17597)Aneesh Agrawal1-7/+10
We currently already replace the embedded bsdtar binaries with the corresponding ones from Nix. However, we also need to replace the libarchive shared library to prevent version mismatches between the embedded library and the Nix binaries. Also expose version on the derivation and use environment variables to make overriding the derivation easier.
2016-08-09Merge pull request #17608 from cmfwyp/calibre-desktop-entryPascal Wittmann1-3/+80
calibre: add desktop entry files
2016-08-09Merge pull request #17577 from LnL7/darwin-ffmpegDaiderd Jordan5-21/+37
ffmpeg: add extra darwin framework for 3.1
2016-08-09Merge pull request #17606 from jerith666/email-cwdRobin Gloster1-4/+3
email: adopt upstream fix for "$cwd undefined in configure"
2016-08-08calibre: add desktop entry filescmfwyp1-3/+80
2016-08-08email: adopt upstream fix for "$cwd undefined in configure"Matt McHenry1-4/+3
update to include https://github.com/deanproxy/eMail/pull/35
2016-08-08Merge pull request #17601 from cmfwyp/skypeweb-1.2.1Robin Gloster1-9/+6
pidgin-skypeweb: 2015-10-02 -> 1.2.1
2016-08-08nodejs: ensure that all scripts in nodejs have proper shebangs (#17594)Rok Garbas1-0/+4
2016-08-08pidgin-skypeweb: 2015-10-02 -> 1.2.1cmfwyp1-9/+6
The source can be fetched with tags now that there are stable releases of pidgin-skypeweb.
2016-08-08Merge pull request #17600 from rexim/tzdataEelco Dolstra1-3/+3
tzdata: 2016e -> 2016f
2016-08-08tzdata: 2016e -> 2016frexim1-3/+3
2016-08-08Merge pull request #17468 from peterhoeg/kronometerThomas Tuegel2-0/+30
kronometer: init at 2.1.0
2016-08-08fix invalid antiquotationsNikolay Amiantov2-2/+2
See https://github.com/NixOS/nix/issues/1017
2016-08-08musescore: 2.0.2 -> 2.0.3Shea Levy1-2/+2
2016-08-08Merge pull request #17596 from ttuegel/stage-1Nikolay Amiantov1-9/+5
nixos/stage-1: use `readlink -e` in builder
2016-08-08nixos/stage-1: use `readlink -e` in builderThomas Tuegel1-9/+5
The builder has this convoluted `while` loop which just replicates `readlink -e`. I'm sure there was a reason at one point, because the loop has been there since time immemorial. It kept getting copied around, I suspect because nobody bothered to understand what it actually did. Incidentally, this fixes #17513, but I have no idea why.
2016-08-08Merge pull request #17595 from ttuegel/stage-1Nikolay Amiantov1-1/+1
nixos/stage-1: fix antiquotation
2016-08-08nixos/stage-1: fix antiquotationThomas Tuegel1-1/+1
2016-08-08qttools: fix CMake pathsThomas Tuegel14-24/+246
Fixes #17585.
2016-08-08xfsprogs: 4.2.0 -> 4.5.0Tuomas Tynkkynen2-26/+15
2016-08-08Merge pull request #17551 from womfoo/fix/xtreemfs-openssl-buildRobin Gloster1-1/+2
xtreemfs: fix build
2016-08-08idea.android-studio: Disable Hydra buildTuomas Tynkkynen1-0/+1
http://hydra.nixos.org/build/38305379
2016-08-08gsimplecal: Broken on DarwinTuomas Tynkkynen1-1/+1
Has never had a successful Darwin build. http://hydra.nixos.org/build/38312308
2016-08-08grive: Broken on DarwinTuomas Tynkkynen1-1/+1
Last successful build in 2014. http://hydra.nixos.org/build/38308131
2016-08-08gpart: Broken on DarwinTuomas Tynkkynen1-1/+1
Never had a successful Darwin build. http://hydra.nixos.org/build/38306346
2016-08-08Merge pull request #17592 from Profpatsch/libinput-docsRobin Gloster2-8/+20
libinput.accelProfile: improve docs & new default
2016-08-08libinput.accelProfile: improve docs & new defaultProfpatsch2-8/+20
The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
2016-08-08lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz1-1/+1
Fixes error: cannot coerce a partially applied built-in function to a string, at lib/sources.nix:59:32 I don't understand how this used to work, but doesn't work anymore?
2016-08-08Merge pull request #17588 from rnhmjoj/nssEelco Dolstra1-3/+3
nss: 3.23 -> 3.24