mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
haskell-iproute: update to version 1.2.11
This commit is contained in:
parent
a87e40737e
commit
ec514cf429
@ -4,15 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "iproute";
|
pname = "iproute";
|
||||||
version = "1.2.10";
|
version = "1.2.11";
|
||||||
sha256 = "1ni91llvq1mfdsjmw1laqhk964y4vlpyk5s25j8klsfn27mq6c68";
|
sha256 = "14f96sb41f5m14186900rz84vwv7idjiylp8m5nsm6gganvh4sh4";
|
||||||
buildDepends = [ appar byteorder network ];
|
buildDepends = [ appar byteorder network ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
appar byteorder doctest hspec network QuickCheck safe
|
appar byteorder doctest hspec network QuickCheck safe
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|Safe|safe|' iproute.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.mew.org/~kazu/proj/iproute/";
|
homepage = "http://www.mew.org/~kazu/proj/iproute/";
|
||||||
description = "IP Routing Table";
|
description = "IP Routing Table";
|
||||||
|
Loading…
Reference in New Issue
Block a user