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:20:57 +02:00
parent d4fb2e83db
commit 6aabd17d51
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
perlPackages.ExtUtilsPkgConfig perlPackages.TestMore perlPackages.InlineC
];
patchPhase = ''
postPatch = ''
patchShebangs .
'';