librelp: Make linux only
This commit is contained in:
parent
88cfd89c16
commit
74c2500206
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.librelp.com/;
|
homepage = http://www.librelp.com/;
|
||||||
description = "a reliable logging library";
|
description = "a reliable logging library";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user