summary refs log tree commit diff
path: root/pkgs/development/libraries/sword
AgeCommit message (Collapse)AuthorFilesLines
2022-06-29maintainers: remove piotrajs1241-1/+1
has not contributed since nixpkgs migrated to git
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2020-04-14sword: 1.7.4 -> 1.8.1AndersonTorres1-12/+14
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-05sword: fixup build with icu >= 61Vladimír Čunát1-1/+6
/cc #60250 (2fe63c8).
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-30sword: fix build with gcc6Samuel Leathers1-0/+7
2015-08-15Sword: 1.7.3 -> 1.7.4AndersonTorres1-3/+2
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar1-0/+4
This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar1-4/+0
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
2014-09-10Small style fixupsAndersonTorres1-5/+5
In this commit, I modified some files, conforming them to a idiosyncratic standard - mainly, a template for meta attribs.
2014-08-23Xiphos - New Package (version 3.2.1)AndersonTorres1-2/+2
This is a new expression for Xiphos 3.2.1, followed by an update of Sword library to 1.7.3 (required)
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-04-21Sword: update to 1.7.2 (and adding myself to maintainers)AndersonTorres3-66/+4
2013-12-29Merge master into stdenv-updatesVladimír Čunát1-3/+2
Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
2013-12-23clucene_core: switch to versioning scheme to make overriding easierMathijs Kwik1-3/+2
2013-03-17sword: fix build with gcc47 via a patch from GentooVladimír Čunát2-1/+36
2012-03-18Made sword build again by tuning the configureFlags:Piotr Pietraszkiewicz1-1/+1
- to ignore warnings about unused variables - not to build the tests (the warnings in tests looked serious at first glance) Additionally disabled debug because I hit no problems at runtime so far svn path=/nixpkgs/trunk/; revision=33243
2011-11-05made sword build against current curl (v7.22.0) by removing deprecated includesPiotr Pietraszkiewicz2-0/+27
svn path=/nixpkgs/trunk/; revision=30248
2011-09-13made myself a maintainer of swordPiotr Pietraszkiewicz1-0/+1
svn path=/nixpkgs/trunk/; revision=29257
2010-11-03added the sword frameworkPiotr Pietraszkiewicz1-0/+30
svn path=/nixpkgs/trunk/; revision=24586