lvm2: drop unused patch

This commit is contained in:
Joachim Fasting
2019-10-13 13:11:53 +02:00
parent b943338ea5
commit 5c11b11b58
2 changed files with 0 additions and 45 deletions
-1
View File
@@ -44,7 +44,6 @@ stdenv.mkDerivation {
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
enableParallelBuilding = false;
#patches = [ ./purity.patch ];
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
(fetchpatch {
name = "fix-stdio-usage.patch";