summary refs log tree commit diff
path: root/pkgs/os-specific/linux/drbd
Commit message (Collapse)AuthorAge
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* drbd: fix cross-compilationNick Spinale2019-09-15
|
* drdb: add licenseMarkus Kowalewski2018-08-30
|
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* drbd: fix evaluation after #30872Vladimír Čunát2017-11-04
|
* drbd: Fix incorrect substitution in derivationVictor Berger2017-06-05
| | | | | Prior to this, the build failed as the generated udev rules file refers to a non-existing file, due to an incorrect substitution.
* drbd: fix output file location (#23541)Benno Fünfstück2017-03-20
| | | | drbd was installing files into $out/nix/store/... due to the usage of DESTDIR (setting both DESTDIR + prefix to $out will cause files to be installed into $out/$out/...)
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * drbd: set DESTDIRRobin Gloster2016-02-01
| |
* | udev: complete reworkVladimír Čunát2015-10-04
| | | | | | | | | | | | | | | | | | | | | | | | - systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
* | fix ${udev} references (and a few others)Vladimír Čunát2015-05-05
|/
* drbd: hash changedJan Malakhovski2015-04-20
|
* Upgrade drbd from 8.4.0 -> 8.4.4William A. Kennington III2013-11-28
|
* * Apply a patch to propagate the --force flag in the legacy drbdadm toEelco Dolstra2011-11-02
| | | | | | | | drbdsetup. Otherwise "drbdadm primary --force" won't work as expected (the kernel will say "State change failed: Need access to UpToDate data"). svn path=/nixpkgs/trunk/; revision=30195
* * Build the legacy tools.Eelco Dolstra2011-11-02
| | | | svn path=/nixpkgs/trunk/; revision=30194
* * Added drbd.Eelco Dolstra2011-11-01
svn path=/nixpkgs/trunk/; revision=30163