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:
aszlig
2014-08-02 17:25:16 +02:00
parent d4fb2e83db
commit 6aabd17d51
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
perlPackages.ExtUtilsPkgConfig perlPackages.TestMore perlPackages.InlineC
];
patchPhase = ''
postPatch = ''
patchShebangs .
'';