Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
12ae5363ea658d399bdb008f6ded3cde355f9310
nixpkgs/pkgs/development/libraries/libdvdplay/default.nix

14 lines
318 B
Nix
Raw Normal View History

* vlc and required packages. Finally a good DVD player :-) svn path=/nixpkgs/trunk/; revision=574
2003-12-03 21:58:16 +00:00
{stdenv, fetchurl, libdvdread}:
* "!isNull x" -> "x != null". Done automatically. Hope nothing broke. svn path=/nixpkgs/trunk/; revision=870
2004-03-29 10:25:25 +00:00
assert libdvdread != null;
* vlc and required packages. Finally a good DVD player :-) svn path=/nixpkgs/trunk/; revision=574
2003-12-03 21:58:16 +00:00
* Remove trivial builders. * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
stdenv.mkDerivation {
* vlc and required packages. Finally a good DVD player :-) svn path=/nixpkgs/trunk/; revision=574
2003-12-03 21:58:16 +00:00
name = "libdvdplay-1.0.1";
builder = ./builder.sh;
src = fetchurl {
url = http://www.videolan.org/pub/libdvdplay/1.0.1/libdvdplay-1.0.1.tar.bz2;
md5 = "602bca4ef78d79aa87e5e8920d958a78";
};
libdvdread = libdvdread;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 100ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API