diff options
| author | Matthieu Coudron <mattator@gmail.com> | 2017-11-14 03:42:11 +0900 |
|---|---|---|
| committer | Robin Gloster <mail@glob.in> | 2017-11-13 11:19:26 +0100 |
| commit | 38737386d5f6ac8bb5fa999712905058292ea5f7 (patch) | |
| tree | 7a462a963a19100965110a4e617df9e2fd61a3f2 /pkgs/development/python-modules/python-sql | |
| parent | cc17b42dc72721a824f1fd94d352a41487771cee (diff) | |
linux_mptcp: makes linux_mptcp.override works
I needed to override some parameters because of an error I had:
"Error: modDirVersion specified in the Nix expression is wrong, it should be: 4.9.60+"
but the following override would not be taken into account
pkg.override ({
modDirVersion="4.9.60+";
src=pkgs.lib.cleanSource /home/teto/mptcp;
})
because the override would be overriden by the nixpkgs parameters
because of concatenation order:
https://nixos.org/nix/manual/#sec-language-operators
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
