- Nov 04, 2015
-
-
Eelco Dolstra authored
-
- Nov 01, 2015
-
-
https://github.com/pikajude/nixShea Levy authored
> As far as I can tell, the CoreFoundation function CFNumberFormatterCopyProperty segfaults if the > directory added in this pull request is not readable. This change allows openjdk-darwin to build in > the sandbox.
-
- Oct 31, 2015
-
-
Jude Taylor authored
-
git://github.com/pikajude/nixShea Levy authored
@pikajude: "This is required for perlPackages.IOTty and, by extension, mosh"
-
Jude Taylor authored
-
Eelco Dolstra authored
Fixes #671.
-
- Oct 30, 2015
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This removes the need to have multiple downloads in the stdenv bootstrap process (like a separate busybox binary for Linux, or curl/mkdir/sh/bzip2 for Darwin). Now all those files can be combined into a single NAR.
-
- Oct 29, 2015
-
-
Eelco Dolstra authored
-
- Oct 26, 2015
-
-
https://github.com/pSub/nixEelco Dolstra authored
-
Eelco Dolstra authored
Don't depend on .git/ when generating source tarball V2
-
Eelco Dolstra authored
Fix compilation error due to missing ENOENT on cygwin
-
- Oct 21, 2015
-
-
Shea Levy authored
Patch by @pikajude
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Jude Taylor authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This makes it consistent with the Nixpkgs fetchurl and makes it work in chroots. We don't need verification because the hash of the result is checked anyway.
-
Eelco Dolstra authored
The stack allocated for the builder was way too small (32 KB). This is sufficient for normal derivations, because they just do some setup and then exec() the actual builder. But for the fetchurl builtin derivation it's not enough. Also, allocating the stack on the caller's stack was fishy business.
-
- Oct 18, 2015
-
-
Sander van der Burg authored
-
- Oct 15, 2015
-
-
John Ericson authored
-
John Ericson authored
-
- Oct 10, 2015
-
-
Pascal Wittmann authored
If keywords are matched on the start/end of words then keywords are also matched if they are surrounded by dashes or underscores. For example the keyword with is highlighted in geany-with-vte. When matching on the start/end of symbols the keyword is only highlighted if it is not part of an other identifier.
-
- Oct 09, 2015
-
-
Eelco Dolstra authored
Needed by Hydra.
-
- Oct 08, 2015
-
-
Tuomas Tynkkynen authored
This allows building a Raspberry Pi image on modern, faster boards.
-