Fix override for patched Wine in pipelight

This commit is contained in:
Michael Raskin 2014-10-18 13:47:41 +04:00
parent cc48a930ae
commit a95a5ef29f

View file

@ -15,6 +15,7 @@ let
wine_custom =
stdenv.lib.overrideDerivation wineUnstable (args: rec {
name = "wine-${wine_patches_version}";
version = "${wine_patches_version}";
src = null;
srcs = [
(fetchurl {