summary refs log tree commit diff
path: root/pkgs/os-specific/linux/drbd
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* drbd: fix build w/glibc-2.30Maximilian Bosch2020-01-23
| | | | | Decided to not bump to a later version as they decided to split the repo which would've made change way more complicated.
* 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