mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
* Add Wine to the channel.
svn path=/nixpkgs/trunk/; revision=9191
This commit is contained in:
parent
50321b735b
commit
c9bd5b7397
@ -38,4 +38,10 @@ stdenv.mkDerivation {
|
||||
# Don't shrink the ELF RPATHs in order to keep the extra RPATH
|
||||
# elements specified above.
|
||||
dontPatchELF = true;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.winehq.org/";
|
||||
license = "LGPL";
|
||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||
};
|
||||
}
|
||||
|
@ -167,6 +167,7 @@ let {
|
||||
vlc
|
||||
w3m
|
||||
wget
|
||||
wine
|
||||
wirelesstools
|
||||
wxHaskell
|
||||
x11_ssh_askpass
|
||||
|
Loading…
Reference in New Issue
Block a user