rush: fix build

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853649
This commit is contained in:
xeji
2018-03-13 00:58:09 +01:00
parent c26f960052
commit 50d3c09e67
3 changed files with 260 additions and 14 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "1vxdb81ify4xcyygh86250pi50krb16dkj42i5ii4ns3araiwckz";
};
patches = [ ./fix-format-security-error.patch ];
patches = [ ./fix-format-security-error.patch
./intprops.patch
];
doCheck = true;