summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dmraid
Commit message (Collapse)AuthorAge
* dmraid: explicitly disable parallel buildingSergei Trofimovich2021-10-20
|
* os-specific/linux: replace name with pname&versionFelix Buehler2021-08-29
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* dmraid: add licensePascal Wittmann2018-08-05
| | | | see issue #43716
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* dmraid: patch to fix users of dmraidWill Dietz2018-06-23
| | | | | | | | | I hoped that setting -D_GNU_SOURCE in the build would avoid the need for this patch -- but that only fixes the build itself, this patch adds the define so headers work elsewhere. Particularly, this fixes libblockdev w/musl -- before this change it fails to "detect" headers for dmraid.h since it doesn't compile.
* dmraid: fix w/musl (missing includes, -D_GNU_SOURCE)Will Dietz2018-06-18
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-25
|\
| * dmraid: Fix typoTuomas Tynkkynen2016-07-23
| |
* | dmraid: add patch to build with format hardeningRobin Gloster2016-01-30
|/
* dmraid: Fix install target in lib/Makefile.in.aszlig2014-10-03
| | | | | | | | | | | | | | The dmraid shared object file is created with a soname that contains a version. Unfortunately, the install target in the Makefile does not properly match on files ending with .so and so does not install it with the version suffix. Previously we only had a static library, which doesn't do much trouble if the version is missing, but with the dynamic library the ELF file depending on libdmraid uses the version, while the library itself isn't present with that suffix. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update dmraidMichael Raskin2014-08-31
|
* Fix dmraid buildEelco Dolstra2012-07-18
| | | | http://hydra.nixos.org/build/2842473
* Adding dmraidMichael Raskin2009-09-20
svn path=/nixpkgs/trunk/; revision=17292