i3: Don't override patchPhase.
Makes easier to provide a patches attribute through packageOverrides. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
d4fb2e83db
commit
6aabd17d51
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
perlPackages.ExtUtilsPkgConfig perlPackages.TestMore perlPackages.InlineC
|
perlPackages.ExtUtilsPkgConfig perlPackages.TestMore perlPackages.InlineC
|
||||||
];
|
];
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user