aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile: Add missing stub check dependenciesEuAndreh2024-10-271-0/+3
|
* packages.scm: Remove previous definition of "q" packageEuAndreh2024-10-251-6/+0
|
* Revert HEAD~1 and HEAD~2EuAndreh2024-10-253-3/+0
|
* {queue,papo}.scm: Same list exclusionEuAndreh2024-10-252-0/+2
|
* packages.scm: Comment final listEuAndreh2024-10-251-0/+1
|
* queue.scm: Update from Go 1.22 to 1.23EuAndreh2024-10-231-1/+1
|
* packages.scm: Re-add exports for fmt and strEuAndreh2024-10-231-0/+2
|
* Add src/org/euandre/papo.scmEuAndreh2024-10-233-4/+127
|
* packages.scm: Update "eut" packageEuAndreh2024-10-231-2/+2
|
* packages.scm: Export useful helper functionsEuAndreh2024-10-231-3/+3
|
* packages.scm: Remove all papod-related definitionsEuAndreh2024-10-231-48/+1
|
* packages.scm: Add mkwb(1)EuAndreh2024-10-231-0/+13
|
* packages.scm: Update gopkg dependenciesEuAndreh2024-10-202-17/+14
|
* packages.scm: Update go packages and its dependenciesEuAndreh2024-10-202-28/+62
|
* queue.scm: Do a static build of scryptEuAndreh2024-10-181-1/+5
|
* queue.scm: Use -O2 over -O3 for scryptEuAndreh2024-10-181-1/+1
| | | | | | | | | | For some reason that I didn't take the time to investigate and find out, using -O3 made the `testsmix(crypto_scrypt_smix)` condition [0] to fail, and ultimately lead to a broken library. I found this through trial and error, by tweaking the $(CFLAGS), since I knew the library itself was working with the default flags used by Guix. https://github.com/Tarsnap/scrypt/blob/6cec2c2d2c9198efe8a716599f02b99db4d8a993/lib-platform/crypto/crypto_scrypt.c#L231
* queue.scm: Adjust scryptkdf flagsEuAndreh2024-10-181-5/+3
|
* queue.scm: Remove SQLITE_CORE and -fltoEuAndreh2024-10-171-2/+0
|
* queue.scm: Add -DSQLITE_CORE to acudeEuAndreh2024-10-171-0/+1
|
* queue.scm: Export scryptkdf nameEuAndreh2024-10-171-1/+1
|
* queue.scm: Add scryptkdf derived packageEuAndreh2024-10-171-0/+28
|
* queue.scm: Enable -flto and --disable-math for acudeEuAndreh2024-10-171-3/+1
|
* Makefile: Indent variables namesEuAndreh2024-10-171-2/+2
|
* queue.scm: Replace use of deprecated nameEuAndreh2024-10-171-1/+1
|
* queue.scm: Adjustacude buid flags to make it work with goliteEuAndreh2024-10-041-4/+5
|
* queue.cm: Remove "SQLITE_OMIT_DEPRECATED" flagEuAndreh2024-10-031-1/+1
|
* packages.scm: Add "acude" as custom build of sqliteEuAndreh2024-10-031-0/+73
|
* packages.scm: Fix "autostart?" -> "auto-start?" typoEuAndreh2024-09-021-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-09-021-2/+2
|
* packages.scm: Do not autostart generated shepherd servicesEuAndreh2024-08-311-0/+2
|
* tests/internet/tests.scm: Add working git-service-type testEuAndreh2024-08-311-0/+72
|
* packages.scm: Add herd(8) to allowlist of sudoers NOPASSWDEuAndreh2024-08-301-1/+1
|
* packages.scm: Run check(8) in cron at the endEuAndreh2024-08-301-6/+6
|
* packages.scm: Update syskeep packageEuAndreh2024-08-301-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-291-2/+2
|
* packages.scm: Do not require a root login shell for reconfigure(8)EuAndreh2024-08-291-1/+1
|
* Revert "packages.scm: Use absolute path to root login shell"EuAndreh2024-08-291-5/+3
| | | | This reverts commit 6a21dff8469a0010a069886afc5e2016c6dd70dc.
* packages.scm: Use absolute path to root login shellEuAndreh2024-08-291-3/+5
|
* packages.scm: Create /var/crash/ un syskeep-activationEuAndreh2024-08-291-0/+2
|
* packages.scm: Add "-c" to sudoers NOPASSWD entryEuAndreh2024-08-291-1/+1
|
* packages.scm: Add syskeep-sysctlEuAndreh2024-08-291-1/+7
|
* packages.scm: Update syskeep packageEuAndreh2024-08-291-2/+2
|
* packages.scm: Include the shell in the call to reconfigure(8) allow listEuAndreh2024-08-291-1/+1
|
* Revert "packages.scm: Include $GIT_CONFIG_GLOBAL in sudo(8) allow-list"EuAndreh2024-08-291-2/+0
| | | | This reverts commit 3115987236774a52e7de7ef0fd058930954f14f2.
* packages.scm: Remove unused modulesEuAndreh2024-08-291-6/+2
|
* packages.scm: Include $GIT_CONFIG_GLOBAL in sudo(8) allow-listEuAndreh2024-08-291-0/+2
|
* packages.scm: Remove redundant "wheel" group marker in sudoers file configEuAndreh2024-08-291-1/+1
|
* packages.scm: Allow users in group "wheel" to run reconfigure(8) without a ↵EuAndreh2024-08-291-0/+1
| | | | password
* Makefile: Build Guix using a single coreEuAndreh2024-08-291-2/+2
|
* packages.scm: Update syskeep packageEuAndreh2024-08-291-2/+2
|