stow: patch that removes warning for 2.2.0, closes #8513

This commit is contained in:
Profpatsch
2015-06-26 18:02:59 +02:00
committed by Rok Garbas
parent 8c4fcc87f8
commit 62921384e0
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
buildInputs = [ perl perlPackages.TestOutput ];
patches = [ ./precedence-issue.patch ];
doCheck = true;
meta = {