rename weirdly called patch for php
This commit is contained in:
parent
fff1cc805a
commit
9d26ad274a
@ -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 ];
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user