Un-maintain wine.
This commit is contained in:
parent
26ed6c1148
commit
56aa2ce960
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
|||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||||
maintainers = [stdenv.lib.maintainers.raskin stdenv.lib.maintainers.simons];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
assert stdenv.gcc.gcc != null;
|
assert stdenv.gcc.gcc != null;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.7.10";
|
version = "1.7.10";
|
||||||
name = "wine-${version}";
|
name = "wine-${version}";
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
|||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||||
maintainers = [stdenv.lib.maintainers.raskin stdenv.lib.maintainers.simons];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user