aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | dockerTools: Always cross compile for another arch in the cross exampleadisbladis2020-11-201-2/+7
| * | | | | | | Merge branch 'master' into staging-nextJan Tojnar2020-11-202-8/+26
| |\| | | | | | | | |_|_|/ / / | |/| | | | |
| | * | | | | dockerTools: Add cross exampleadisbladis2020-11-191-1/+8
| | * | | | | dockerTools: Set correct architecture when cross compilingadisbladis2020-11-191-3/+14
| | * | | | | dockerTools.buildLayeredImage: Fix cross compilationadisbladis2020-11-191-4/+4
| | |/ / / /
| * | | | | Merge staging-next into stagingFrederik Rietdijk2020-11-181-0/+1
| |\| | | |
| | * | | | Merge master into staging-nextFrederik Rietdijk2020-11-161-0/+1
| | |\ \ \ \
| | | * \ \ \ Merge pull request #102766 from siraben/mmixJohn Ericson2020-11-141-0/+1
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | * | | Initial implementation of mmix cross-compileBen Siraphob2020-11-091-0/+1
| * | | | | | bintools-wrapper: remove redundant argzowoq2020-11-141-1/+1
| |/ / / / /
| * / / / / Initial support for OpenRISC 1000 (or1k)Samuel Dionne-Riel2020-11-091-0/+1
| |/ / / /
| * | | | docker: add final newline to detjson.pySamuel Gräfenstein2020-11-091-1/+1
| * | | | pkgs/*: add final newline to .nix filesSamuel Gräfenstein2020-11-091-1/+1
| * | | | Merge pull request #101403 from mickoursRobert Hensing2020-11-051-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | docker: Fix broken pipe on docker layer creationMichael2020-11-031-2/+2
| * | | | Merge branch 'master' into staging-nextVladimír Čunát2020-10-314-8/+9
| |\| | |
| | * | | buildFHSUserEnvBubblewrap: fix whitespace with root directoriesJonathan Ringer2020-10-301-3/+3
| | * | | Merge pull request #96318 from matthewbauer/provide-patchelf-in-native-stdenvMatthew Bauer2020-10-301-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix cc-wrapper in native stdenvMatthew Bauer2020-08-261-1/+1
| * | | | Recover the complicated situation after my bad mergeVladimír Čunát2020-10-262-32/+105
* | | | | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2020-11-287-39/+85
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #102123 from lopsided98/nginx-conf-crossJörg Thalheim2020-10-301-3/+4
| |\ \ \ \
| | * | | | writers.writeNginxConfig: fix cross-compilationBen Wolsieffer2020-10-291-3/+4
| * | | | | buildBazelPackage: build name from pname/versionMatthieu Coudron2020-10-281-1/+1
| | |/ / / | |/| | |
| * | | | Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-252-105/+32
| * | | | Merge staging-next into stagingFrederik Rietdijk2020-10-201-2/+1
| |\| | |
| | * | | validatePkgConfig: fix variable scopeDaniël de Kok2020-10-181-2/+1
| * | | | Merge branch 'staging-next' into stagingJan Tojnar2020-10-181-30/+40
| |\| | |
| | * | | make-desktopitem: name was being used instead of desktopNameLeon Vack2020-10-151-1/+1
| | * | | Merge pull request #91790 from piegamesde/improve-makedesktopitemmaralorn2020-10-151-30/+40
| | |\ \ \
| | | * | | make-desktopitem: minor fixes and code stylepiegames2020-10-141-10/+12
| | | * | | make-desktopitem: refactoring, documentation and improvementpiegames2020-06-291-29/+37
| * | | | | Merge staging-next into stagingFrederik Rietdijk2020-10-133-34/+40
| |\| | | |
| | * | | | Merge master into staging-nextFrederik Rietdijk2020-10-133-34/+40
| | |\ \ \ \
| * | | | | | installShellFiles: Add test suiteLily Ballard2020-10-081-2/+10
| * | | | | | Fix doc comment for installManPageLily Ballard2020-10-081-2/+2
| * | | | | | installShellFiles: Enhance installShellCompletionLily Ballard2020-10-081-28/+93
| |/ / / / /
| * | | | | Merge staging-next into stagingFrederik Rietdijk2020-10-063-14/+36
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2020-09-291-1/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-09-241-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge #97597: stdenv wrappers: improve purity checkingVladimír Čunát2020-09-241-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Accept $TMP, $TMPDIR, $TEMP, and $TEMPDIR paths in purity checkTyson Whitehead2020-09-101-3/+7
| * | | | | | | | Merge branch 'staging-next' into stagingWORLDofPEACE2020-09-203-21/+21
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'staging-next' into stagingWORLDofPEACE2020-09-206-79/+78
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #97801 from rycee/user-session-dbus2WORLDofPEACE2020-09-141-0/+25
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | hooks: add moveSystemdUserUnitsHookRobert Helgesson2020-09-121-0/+25
| * | | | | | | | | | | python3Packages.python-engineio: fix build w/glibc-2.32Maximilian Bosch2020-09-121-0/+7
| |/ / / / / / / / / /
* | | | | | | | | | | add sysroot lockfile update script then run itAaron Janse2020-10-174-11/+42
* | | | | | | | | | | NEEDS REVIEW: enable sysroot differentlyAaron Janse2020-10-171-4/+4
* | | | | | | | | | | enforce noCheck when useSysrootAaron Janse2020-10-171-0/+4