Fix override for patched Wine in pipelight
This commit is contained in:
parent
cc48a930ae
commit
a95a5ef29f
@ -15,6 +15,7 @@ let
|
|||||||
wine_custom =
|
wine_custom =
|
||||||
stdenv.lib.overrideDerivation wineUnstable (args: rec {
|
stdenv.lib.overrideDerivation wineUnstable (args: rec {
|
||||||
name = "wine-${wine_patches_version}";
|
name = "wine-${wine_patches_version}";
|
||||||
|
version = "${wine_patches_version}";
|
||||||
src = null;
|
src = null;
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user