summary refs log tree commit diff
path: root/pkgs/development/libraries/biblesync
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* biblesync: update homepageMario Rodas2020-05-25
|
* biblesync: 2.0.1 -> 2.1.0R. RyanTM2020-05-25
|
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
|
* biblesync: 1.1.2 -> 2.0.1AndersonTorres2020-04-14
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* BibleSync: init at 1.1.2AndersonTorres2015-08-15
Biblesync is a dependency of new Xiphos.