about summary refs log tree commit diff
path: root/pkgs/applications/networking/Sylk
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-2/+1
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-07-01tree-wide: use new multiArch buildFHSEnv argumentAtemu1-1/+1
This is much more direct and sensible than setting a function null
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-2/+1
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2021-02-10Sylk: 3.0.0 -> 3.0.1Michiel Leenaars1-2/+2
2021-01-27Sylk: 2.9.4 -> 3.0.0Michiel Leenaars1-2/+2
2021-01-05Sylk: 2.9.3 -> 2.9.4Michiel Leenaars1-2/+2
2020-11-20Sylk: 2.9.2 -> 2.9.3Michiel Leenaars1-2/+2
2020-11-06Sylk: 2.9.1 -> 2.9.2 (#102945)leenaars1-2/+2
2020-10-14Sylk: 2.9.0 -> 2.9.1 (#100490)leenaars1-2/+2
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst1-1/+1
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-09-30Sylk: 2.8.4 -> 2.9.0 (#99095)leenaars1-2/+2
2020-09-21Sylk: 3.8.0 -> 3.8.4 (#98392)leenaars1-2/+2
2020-08-16Sylk: 2.8.0 -> 2.8.2Michiel Leenaars1-2/+2
2020-07-23Sylk: 2.7.2 -> 2.8.0 (#93679)leenaars1-2/+2
2020-06-01treewide: replace SRI hashesDaiderd Jordan1-1/+1
2020-05-15Sylk: 2.7.0 -> 2.7.2Michiel Leenaars1-2/+2
2020-05-05Sylk: 2.6.1 -> 2.7.0 (#86796)leenaars1-2/+2
2020-04-14Sylk: 2.5.0 -> 2.6.1 (#85213)leenaars1-2/+2
2020-01-14Sylk: 2.1.0 -> 2.5.0 (#77606)leenaars1-2/+2
2019-05-20Sylk: init at 2.1.0zimbatm1-0/+32