rename weirdly called patch for php
This commit is contained in:
@@ -267,6 +267,6 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||||||
license = stdenv.lib.licenses.php301;
|
license = stdenv.lib.licenses.php301;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-5.4.patch ];
|
patches = [ ./fix-paths.patch ];
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -264,6 +264,6 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||||||
license = stdenv.lib.licenses.php301;
|
license = stdenv.lib.licenses.php301;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-5.4.patch ];
|
patches = [ ./fix-paths.patch ];
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -266,6 +266,6 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||||||
license = stdenv.lib.licenses.php301;
|
license = stdenv.lib.licenses.php301;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fix-5.4.patch ];
|
patches = [ ./fix-paths.patch ];
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user